Shades of Red #FF0C06
Tints of Red #FF0C06
RGB
CMYK
RGB Variations
Color information
#FF0C06 (or 0xFF0C06) is known color: Red. HEX triplet: FF, 0C and 06. RGB value is (255,12,6). Sum of RGB (Red+Green+Blue) = 255+12+6=273 (36% of max value = 765). Red value is 255 (100% from 255 or 93.41% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 6 (2.73% from 255 or 2.20% from 273); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0C06 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0C06 is #00F3F9. Grayscale: #545454. Windows color (decimal): -62458 or 396543. OLE color: 396543.
HSL color Cylindrical-coordinate representation of color #FF0C06: hue angle of 1.45º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF0C06 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 12 | 6 | - |
| CMYK | 0 | 0.95 | 0.98 | 0 |
| HSL | 1.45º | 1% | 0.51% | - |
| HSV(B) | 1.45º | 0.98% | 1% | - |
| XYZ | 41.4 | 21.54 | 2.15 | - |
| YUV | 83.97 | 84.01 | 249.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 12 | 6 | 0 | 0.95 | 0.98 | 0 | 1.45 | 1 | 0.51 |
| Hex | FF | C | 6 | 0 | 5F | 62 | 0 | 1 | 64 | 33 |
| Octal | 377 | 14 | 6 | 0 | 137 | 142 | 0 | 1 | 144 | 63 |
| Binary | 11111111 | 1100 | 110 | 0 | 1011111 | 1100010 | 0 | 1 | 1100100 | 110011 |
Color Harmonies of #FF0C06
Complementary color
Monochromatic Colors of #FF0C06
Black with #FF0C06
Text Example
Text Example
White with #FF0C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0C06; }
p { color: rgb(255,12,6); }
H1.HeaderClassName
{
color: #FF0C06;
}
.AnyTagClassName
{
color: #FF0C06;
}
</style>
background-color css
<style>
a { background-color: #FF0C06; }
a { background-color: rgb(255,12,6); }
div.DivClassName
{
background-color: #FF0C06;
}
.BgClassName
{
background-color: #FF0C06;
}
</style>
border-color css
<style>
span { border-color: #FF0C06; }
span { border-color: rgb(255,12,6); }
td.TdClassName
{
border-color: #FF0C06;
}
.TagClassName
{
border-color: #FF0C06;
}
</style>