Shades of Torch Red #FF0C12
Tints of Torch Red #FF0C12
RGB
CMYK
RGB Variations
Color information
#FF0C12 (or 0xFF0C12) is known color: Torch Red. HEX triplet: FF, 0C and 12. RGB value is (255,12,18). Sum of RGB (Red+Green+Blue) = 255+12+18=285 (37% of max value = 765). Red value is 255 (100% from 255 or 89.47% from 285); Green value is 12 (5.08% from 255 or 4.21% from 285); Blue value is 18 (7.42% from 255 or 6.32% from 285); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0C12 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0C12 is #00F3ED. Grayscale: #555555. Windows color (decimal): -62446 or 1182975. OLE color: 1182975.
HSL color Cylindrical-coordinate representation of color #FF0C12: hue angle of 358.52º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF0C12 is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 12 | 18 | - |
| CMYK | 0 | 0.95 | 0.93 | 0 |
| HSL | 358.52º | 1% | 0.52% | - |
| HSV(B) | 358.52º | 0.95% | 1% | - |
| XYZ | 41.48 | 21.57 | 2.55 | - |
| YUV | 85.34 | 90.01 | 249.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 12 | 18 | 0 | 0.95 | 0.93 | 0 | 358.52 | 1 | 0.52 |
| Hex | FF | C | 12 | 0 | 5F | 5D | 0 | 167 | 64 | 34 |
| Octal | 377 | 14 | 22 | 0 | 137 | 135 | 0 | 547 | 144 | 64 |
| Binary | 11111111 | 1100 | 10010 | 0 | 1011111 | 1011101 | 0 | 101100111 | 1100100 | 110100 |
Color Harmonies of #FF0C12
Complementary color
Monochromatic Colors of #FF0C12
Black with #FF0C12
Text Example
Text Example
White with #FF0C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0C12; }
p { color: rgb(255,12,18); }
H1.HeaderClassName
{
color: #FF0C12;
}
.AnyTagClassName
{
color: #FF0C12;
}
</style>
background-color css
<style>
a { background-color: #FF0C12; }
a { background-color: rgb(255,12,18); }
div.DivClassName
{
background-color: #FF0C12;
}
.BgClassName
{
background-color: #FF0C12;
}
</style>
border-color css
<style>
span { border-color: #FF0C12; }
span { border-color: rgb(255,12,18); }
td.TdClassName
{
border-color: #FF0C12;
}
.TagClassName
{
border-color: #FF0C12;
}
</style>