Shades of Torch Red #F01218
Tints of Torch Red #F01218
RGB
CMYK
RGB Variations
Color information
#F01218 (or 0xF01218) is known color: Torch Red. HEX triplet: F0, 12 and 18. RGB value is (240,18,24). Sum of RGB (Red+Green+Blue) = 240+18+24=282 (37% of max value = 765). Red value is 240 (94.14% from 255 or 85.11% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 24 (9.77% from 255 or 8.51% from 282); Max value from RGB is 240 - color contains mainly: red. Hex color #F01218 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01218 is #0FEDE7. Grayscale: #555555. Windows color (decimal): -1043944 or 1577712. OLE color: 1577712.
HSL color Cylindrical-coordinate representation of color #F01218: hue angle of 358.38º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F01218 is Cyan = 0, Magento = 0.92, Yellow = 0.9 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 18 | 24 | - |
| CMYK | 0 | 0.92 | 0.9 | 0.06 |
| HSL | 358.38º | 0.88% | 0.51% | - |
| HSV(B) | 358.38º | 0.93% | 0.94% | - |
| XYZ | 36.32 | 19.02 | 2.62 | - |
| YUV | 85.06 | 93.55 | 238.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 18 | 24 | 0 | 0.92 | 0.9 | 0.06 | 358.38 | 0.88 | 0.51 |
| Hex | F0 | 12 | 18 | 0 | 5C | 5A | 6 | 166 | 58 | 33 |
| Octal | 360 | 22 | 30 | 0 | 134 | 132 | 6 | 546 | 130 | 63 |
| Binary | 11110000 | 10010 | 11000 | 0 | 1011100 | 1011010 | 110 | 101100110 | 1011000 | 110011 |
Color Harmonies of #F01218
Complementary color
Monochromatic Colors of #F01218
Black with #F01218
Text Example
Text Example
White with #F01218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01218; }
p { color: rgb(240,18,24); }
H1.HeaderClassName
{
color: #F01218;
}
.AnyTagClassName
{
color: #F01218;
}
</style>
background-color css
<style>
a { background-color: #F01218; }
a { background-color: rgb(240,18,24); }
div.DivClassName
{
background-color: #F01218;
}
.BgClassName
{
background-color: #F01218;
}
</style>
border-color css
<style>
span { border-color: #F01218; }
span { border-color: rgb(240,18,24); }
td.TdClassName
{
border-color: #F01218;
}
.TagClassName
{
border-color: #F01218;
}
</style>