Shades of Torch Red #F01124
Tints of Torch Red #F01124
RGB
CMYK
RGB Variations
Color information
#F01124 (or 0xF01124) is known color: Torch Red. HEX triplet: F0, 11 and 24. RGB value is (240,17,36). Sum of RGB (Red+Green+Blue) = 240+17+36=293 (38% of max value = 765). Red value is 240 (94.14% from 255 or 81.91% from 293); Green value is 17 (7.03% from 255 or 5.80% from 293); Blue value is 36 (14.45% from 255 or 12.29% from 293); Max value from RGB is 240 - color contains mainly: red. Hex color #F01124 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01124 is #0FEEDB. Grayscale: #555555. Windows color (decimal): -1044188 or 2363888. OLE color: 2363888.
HSL color Cylindrical-coordinate representation of color #F01124: hue angle of 354.89º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F01124 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 36 | - |
| CMYK | 0 | 0.93 | 0.85 | 0.06 |
| HSL | 354.89º | 0.88% | 0.5% | - |
| HSV(B) | 354.89º | 0.93% | 0.94% | - |
| XYZ | 36.45 | 19.05 | 3.43 | - |
| YUV | 85.84 | 99.88 | 237.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 36 | 0 | 0.93 | 0.85 | 0.06 | 354.89 | 0.88 | 0.5 |
| Hex | F0 | 11 | 24 | 0 | 5D | 55 | 6 | 163 | 58 | 32 |
| Octal | 360 | 21 | 44 | 0 | 135 | 125 | 6 | 543 | 130 | 62 |
| Binary | 11110000 | 10001 | 100100 | 0 | 1011101 | 1010101 | 110 | 101100011 | 1011000 | 110010 |
Color Harmonies of #F01124
Complementary color
Monochromatic Colors of #F01124
Black with #F01124
Text Example
Text Example
White with #F01124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01124; }
p { color: rgb(240,17,36); }
H1.HeaderClassName
{
color: #F01124;
}
.AnyTagClassName
{
color: #F01124;
}
</style>
background-color css
<style>
a { background-color: #F01124; }
a { background-color: rgb(240,17,36); }
div.DivClassName
{
background-color: #F01124;
}
.BgClassName
{
background-color: #F01124;
}
</style>
border-color css
<style>
span { border-color: #F01124; }
span { border-color: rgb(240,17,36); }
td.TdClassName
{
border-color: #F01124;
}
.TagClassName
{
border-color: #F01124;
}
</style>