Shades of Torch Red #FF0C11
Tints of Torch Red #FF0C11
RGB
CMYK
RGB Variations
Color information
#FF0C11 (or 0xFF0C11) is known color: Torch Red. HEX triplet: FF, 0C and 11. RGB value is (255,12,17). Sum of RGB (Red+Green+Blue) = 255+12+17=284 (37% of max value = 765). Red value is 255 (100% from 255 or 89.79% from 284); Green value is 12 (5.08% from 255 or 4.23% from 284); Blue value is 17 (7.03% from 255 or 5.99% from 284); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0C11 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0C11 is #00F3EE. Grayscale: #555555. Windows color (decimal): -62447 or 1117439. OLE color: 1117439.
HSL color Cylindrical-coordinate representation of color #FF0C11: hue angle of 358.77º 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 #FF0C11 is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 12 | 17 | - |
| CMYK | 0 | 0.95 | 0.93 | 0 |
| HSL | 358.77º | 1% | 0.52% | - |
| HSV(B) | 358.77º | 0.95% | 1% | - |
| XYZ | 41.47 | 21.56 | 2.51 | - |
| YUV | 85.23 | 89.51 | 249.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 12 | 17 | 0 | 0.95 | 0.93 | 0 | 358.77 | 1 | 0.52 |
| Hex | FF | C | 11 | 0 | 5F | 5D | 0 | 167 | 64 | 34 |
| Octal | 377 | 14 | 21 | 0 | 137 | 135 | 0 | 547 | 144 | 64 |
| Binary | 11111111 | 1100 | 10001 | 0 | 1011111 | 1011101 | 0 | 101100111 | 1100100 | 110100 |
Color Harmonies of #FF0C11
Complementary color
Monochromatic Colors of #FF0C11
Black with #FF0C11
Text Example
Text Example
White with #FF0C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0C11; }
p { color: rgb(255,12,17); }
H1.HeaderClassName
{
color: #FF0C11;
}
.AnyTagClassName
{
color: #FF0C11;
}
</style>
background-color css
<style>
a { background-color: #FF0C11; }
a { background-color: rgb(255,12,17); }
div.DivClassName
{
background-color: #FF0C11;
}
.BgClassName
{
background-color: #FF0C11;
}
</style>
border-color css
<style>
span { border-color: #FF0C11; }
span { border-color: rgb(255,12,17); }
td.TdClassName
{
border-color: #FF0C11;
}
.TagClassName
{
border-color: #FF0C11;
}
</style>