Shades of Torch Red #FF0D12
Tints of Torch Red #FF0D12
RGB
CMYK
RGB Variations
Color information
#FF0D12 (or 0xFF0D12) is known color: Torch Red. HEX triplet: FF, 0D and 12. RGB value is (255,13,18). Sum of RGB (Red+Green+Blue) = 255+13+18=286 (37% of max value = 765). Red value is 255 (100% from 255 or 89.16% from 286); Green value is 13 (5.47% from 255 or 4.55% from 286); Blue value is 18 (7.42% from 255 or 6.29% from 286); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0D12 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0D12 is #00F2ED. Grayscale: #565656. Windows color (decimal): -62190 or 1183231. OLE color: 1183231.
HSL color Cylindrical-coordinate representation of color #FF0D12: hue angle of 358.76º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF0D12 is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 13 | 18 | - |
| CMYK | 0 | 0.95 | 0.93 | 0 |
| HSL | 358.76º | 1% | 0.53% | - |
| HSV(B) | 358.76º | 0.95% | 1% | - |
| XYZ | 41.49 | 21.59 | 2.55 | - |
| YUV | 85.93 | 89.67 | 248.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 13 | 18 | 0 | 0.95 | 0.93 | 0 | 358.76 | 1 | 0.53 |
| Hex | FF | D | 12 | 0 | 5F | 5D | 0 | 167 | 64 | 35 |
| Octal | 377 | 15 | 22 | 0 | 137 | 135 | 0 | 547 | 144 | 65 |
| Binary | 11111111 | 1101 | 10010 | 0 | 1011111 | 1011101 | 0 | 101100111 | 1100100 | 110101 |
Color Harmonies of #FF0D12
Complementary color
Monochromatic Colors of #FF0D12
Black with #FF0D12
Text Example
Text Example
White with #FF0D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0D12; }
p { color: rgb(255,13,18); }
H1.HeaderClassName
{
color: #FF0D12;
}
.AnyTagClassName
{
color: #FF0D12;
}
</style>
background-color css
<style>
a { background-color: #FF0D12; }
a { background-color: rgb(255,13,18); }
div.DivClassName
{
background-color: #FF0D12;
}
.BgClassName
{
background-color: #FF0D12;
}
</style>
border-color css
<style>
span { border-color: #FF0D12; }
span { border-color: rgb(255,13,18); }
td.TdClassName
{
border-color: #FF0D12;
}
.TagClassName
{
border-color: #FF0D12;
}
</style>