Shades of Torch Red #FF0C13
Tints of Torch Red #FF0C13
RGB
CMYK
RGB Variations
Color information
#FF0C13 (or 0xFF0C13) is known color: Torch Red. HEX triplet: FF, 0C and 13. RGB value is (255,12,19). Sum of RGB (Red+Green+Blue) = 255+12+19=286 (37% of max value = 765). Red value is 255 (100% from 255 or 89.16% from 286); Green value is 12 (5.08% from 255 or 4.20% from 286); Blue value is 19 (7.81% from 255 or 6.64% from 286); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0C13 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0C13 is #00F3EC. Grayscale: #555555. Windows color (decimal): -62445 or 1248511. OLE color: 1248511.
HSL color Cylindrical-coordinate representation of color #FF0C13: hue angle of 358.27º 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 #FF0C13 is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 12 | 19 | - |
| CMYK | 0 | 0.95 | 0.93 | 0 |
| HSL | 358.27º | 1% | 0.52% | - |
| HSV(B) | 358.27º | 0.95% | 1% | - |
| XYZ | 41.49 | 21.57 | 2.59 | - |
| YUV | 85.46 | 90.51 | 248.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 12 | 19 | 0 | 0.95 | 0.93 | 0 | 358.27 | 1 | 0.52 |
| Hex | FF | C | 13 | 0 | 5F | 5D | 0 | 166 | 64 | 34 |
| Octal | 377 | 14 | 23 | 0 | 137 | 135 | 0 | 546 | 144 | 64 |
| Binary | 11111111 | 1100 | 10011 | 0 | 1011111 | 1011101 | 0 | 101100110 | 1100100 | 110100 |
Color Harmonies of #FF0C13
Complementary color
Monochromatic Colors of #FF0C13
Black with #FF0C13
Text Example
Text Example
White with #FF0C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0C13; }
p { color: rgb(255,12,19); }
H1.HeaderClassName
{
color: #FF0C13;
}
.AnyTagClassName
{
color: #FF0C13;
}
</style>
background-color css
<style>
a { background-color: #FF0C13; }
a { background-color: rgb(255,12,19); }
div.DivClassName
{
background-color: #FF0C13;
}
.BgClassName
{
background-color: #FF0C13;
}
</style>
border-color css
<style>
span { border-color: #FF0C13; }
span { border-color: rgb(255,12,19); }
td.TdClassName
{
border-color: #FF0C13;
}
.TagClassName
{
border-color: #FF0C13;
}
</style>