Shades of Torch Red #FF0D24
Tints of Torch Red #FF0D24
RGB
CMYK
RGB Variations
Color information
#FF0D24 (or 0xFF0D24) is known color: Torch Red. HEX triplet: FF, 0D and 24. RGB value is (255,13,36). Sum of RGB (Red+Green+Blue) = 255+13+36=304 (40% of max value = 765). Red value is 255 (100% from 255 or 83.88% from 304); Green value is 13 (5.47% from 255 or 4.28% from 304); Blue value is 36 (14.45% from 255 or 11.84% from 304); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0D24 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0D24 is #00F2DB. Grayscale: #585858. Windows color (decimal): -62172 or 2362879. OLE color: 2362879.
HSL color Cylindrical-coordinate representation of color #FF0D24: hue angle of 354.3º 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 #FF0D24 is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 13 | 36 | - |
| CMYK | 0 | 0.95 | 0.86 | 0 |
| HSL | 354.3º | 1% | 0.53% | - |
| HSV(B) | 354.3º | 0.95% | 1% | - |
| XYZ | 41.7 | 21.68 | 3.65 | - |
| YUV | 87.98 | 98.67 | 247.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 13 | 36 | 0 | 0.95 | 0.86 | 0 | 354.3 | 1 | 0.53 |
| Hex | FF | D | 24 | 0 | 5F | 56 | 0 | 162 | 64 | 35 |
| Octal | 377 | 15 | 44 | 0 | 137 | 126 | 0 | 542 | 144 | 65 |
| Binary | 11111111 | 1101 | 100100 | 0 | 1011111 | 1010110 | 0 | 101100010 | 1100100 | 110101 |
Color Harmonies of #FF0D24
Complementary color
Monochromatic Colors of #FF0D24
Black with #FF0D24
Text Example
Text Example
White with #FF0D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0D24; }
p { color: rgb(255,13,36); }
H1.HeaderClassName
{
color: #FF0D24;
}
.AnyTagClassName
{
color: #FF0D24;
}
</style>
background-color css
<style>
a { background-color: #FF0D24; }
a { background-color: rgb(255,13,36); }
div.DivClassName
{
background-color: #FF0D24;
}
.BgClassName
{
background-color: #FF0D24;
}
</style>
border-color css
<style>
span { border-color: #FF0D24; }
span { border-color: rgb(255,13,36); }
td.TdClassName
{
border-color: #FF0D24;
}
.TagClassName
{
border-color: #FF0D24;
}
</style>