Shades of Red #FF0000
Tints of Red #FF0000
RGB
CMYK
RGB Variations
Color information
#FF0000 (or 0xFF0000) is known color: Red. HEX triplet: FF, 00 and 00. RGB value is (255,0,0). Sum of RGB (Red+Green+Blue) = 255+0+0=255 (33% of max value = 765). Red value is 255 (100% from 255 or 100% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0000 is a web safe color. Inversed color of #FF0000 is #00FFFF. Grayscale: #4C4C4C. Windows color (decimal): -65536 or 255. OLE color: 255.
HSL color Cylindrical-coordinate representation of color #FF0000: hue angle of 0º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF0000 is Cyan = 0, Magento = 1, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 0 | 0 | - |
CMYK | 0 | 1 | 1 | 0 |
HSL | 0º | 1% | 0.5% | - |
HSV(B) | 0º | 1% | 1% | - |
XYZ | 41.24 | 21.26 | 1.93 | - |
YUV | 76.25 | 84.98 | 255.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 0.5 |
Hex | FF | 0 | 0 | 0 | 64 | 64 | 0 | 0 | 64 | 32 |
Octal | 377 | 0 | 0 | 0 | 144 | 144 | 0 | 0 | 144 | 62 |
Binary | 11111111 | 0 | 0 | 0 | 1100100 | 1100100 | 0 | 0 | 1100100 | 110010 |
Color Harmonies of #FF0000
Complementary color
Monochromatic Colors of #FF0000
Black with #FF0000
Text Example
Text Example
White with #FF0000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0000; }
p { color: rgb(255,0,0); }
H1.HeaderClassName
{
color: #FF0000;
}
.AnyTagClassName
{
color: #FF0000;
}
</style>
background-color css
<style>
a { background-color: #FF0000; }
a { background-color: rgb(255,0,0); }
div.DivClassName
{
background-color: #FF0000;
}
.BgClassName
{
background-color: #FF0000;
}
</style>
border-color css
<style>
span { border-color: #FF0000; }
span { border-color: rgb(255,0,0); }
td.TdClassName
{
border-color: #FF0000;
}
.TagClassName
{
border-color: #FF0000;
}
</style>