Shades of Red #FF1200
Tints of Red #FF1200
RGB
CMYK
RGB Variations
Color information
#FF1200 (or 0xFF1200) is known color: Red. HEX triplet: FF, 12 and 00. RGB value is (255,18,0). Sum of RGB (Red+Green+Blue) = 255+18+0=273 (36% of max value = 765). Red value is 255 (100% from 255 or 93.41% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1200 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1200 is #00EDFF. Grayscale: #575757. Windows color (decimal): -60928 or 4863. OLE color: 4863.
HSL color Cylindrical-coordinate representation of color #FF1200: hue angle of 4.24º 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 #FF1200 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 0 | - |
| CMYK | 0 | 0.93 | 1 | 0 |
| HSL | 4.24º | 1% | 0.5% | - |
| HSV(B) | 4.24º | 1% | 1% | - |
| XYZ | 41.46 | 21.69 | 2 | - |
| YUV | 86.81 | 79.02 | 247.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 0 | 0 | 0.93 | 1 | 0 | 4.24 | 1 | 0.5 |
| Hex | FF | 12 | 0 | 0 | 5D | 64 | 0 | 4 | 64 | 32 |
| Octal | 377 | 22 | 0 | 0 | 135 | 144 | 0 | 4 | 144 | 62 |
| Binary | 11111111 | 10010 | 0 | 0 | 1011101 | 1100100 | 0 | 100 | 1100100 | 110010 |
Color Harmonies of #FF1200
Complementary color
Monochromatic Colors of #FF1200
Black with #FF1200
Text Example
Text Example
White with #FF1200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1200; }
p { color: rgb(255,18,0); }
H1.HeaderClassName
{
color: #FF1200;
}
.AnyTagClassName
{
color: #FF1200;
}
</style>
background-color css
<style>
a { background-color: #FF1200; }
a { background-color: rgb(255,18,0); }
div.DivClassName
{
background-color: #FF1200;
}
.BgClassName
{
background-color: #FF1200;
}
</style>
border-color css
<style>
span { border-color: #FF1200; }
span { border-color: rgb(255,18,0); }
td.TdClassName
{
border-color: #FF1200;
}
.TagClassName
{
border-color: #FF1200;
}
</style>