#ff0000 Hex Color

#FF0000
0
  • #ff0000 Color Information

    • #ff0000 hex color name is red. short hex color code is #f00.

    • In RGB color space, #ff0000 hex color has a red value of 255, a green value of 0 and a blue value of 0.

    • In CMYK color space (used in color printing), #ff0000 hex color is composed of 0% cyan, 100% magenta, 100% yellow and 0% black.

    • #ff0000 color has a hue of 0 degrees, a saturation of 100% and a lightness of 50%.

    • #ff0000 hex color contains mainly RED.

    • #ff0000 is a web safe color.

    • #ff0000 hex color has a decimal value of 16711680.



    #ff0000 Color Spaces (Color Conversions)

    HEX ff0000 #ff0000
    RGB 255, 0, 0 rgb(255, 0, 0)
    RGB Percent 100, 0, 0 rgb(100, 0, 0)
    CMYK 0, 100, 100, 0
    HSL 0°, 100, 50 hsl(0, 100%, 50%)
    HSV 0°, 100, 100
    XYZ 41.24, 21.26, 1.93
    Hunter Lab 46.109, 78.962, 29.794
    CIE-LAB 53.233, 80.109, 67.22
    CIE-LCH 53.233, 104.575, 40
    CIE-LUV 0, 100, 100, 0
    Web Safe ff0000

    RGB percent of color #ff0000

    100%
    0%
    0%

    CMYK percent of color #ff0000

    0%
    100%
    100%
    0%


    Color Schemes with #ff0000

    Complementary Color

    Split Complementary


    #ff0000 Color Preview

    Text with hexadecimal color #ff0000

    This text has a font color of #ff0000

    <p style="color:#ff0000">Text here</p>

    #ff0000 Background Color

    This box has a background color of #ff0000

    <div style="background-color:#ff0000">Text here</div>

    #ff0000 Border Color

    This box has a border color of #ff0000

    <div style="border: 4px solid #ff0000">Text here</div>

    CSS codes

    <p style="color:#ff0000">Text here</p>
    <div style="background-color:#ff0000">Text here</div>
    <div style="border: 4px solid #ff0000">Text here</div>

    #ff0000 Color on white background

    This is how a font and box color of #ff0000 will look
    on a white background.

    #ff0000 Color on black background

    This is how a font and box color of #ff0000 hex color will look
    on a black background.