Shades of Torch Red #F21218
Tints of Torch Red #F21218
RGB
CMYK
RGB Variations
Color information
#F21218 (or 0xF21218) is known color: Torch Red. HEX triplet: F2, 12 and 18. RGB value is (242,18,24). Sum of RGB (Red+Green+Blue) = 242+18+24=284 (37% of max value = 765). Red value is 242 (94.92% from 255 or 85.21% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 24 (9.77% from 255 or 8.45% from 284); Max value from RGB is 242 - color contains mainly: red. Hex color #F21218 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21218 is #0DEDE7. Grayscale: #555555. Windows color (decimal): -912872 or 1577714. OLE color: 1577714.
HSL color Cylindrical-coordinate representation of color #F21218: hue angle of 358.39º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F21218 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 18 | 24 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.05 |
| HSL | 358.39º | 0.9% | 0.51% | - |
| HSV(B) | 358.39º | 0.93% | 0.95% | - |
| XYZ | 37 | 19.38 | 2.65 | - |
| YUV | 85.66 | 93.21 | 239.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 24 | 0 | 0.93 | 0.90 | 0.05 | 358.39 | 0.9 | 0.51 |
| Hex | F2 | 12 | 18 | 0 | 5D | 5A | 5 | 166 | 5A | 33 |
| Octal | 362 | 22 | 30 | 0 | 135 | 132 | 5 | 546 | 132 | 63 |
| Binary | 11110010 | 10010 | 11000 | 0 | 1011101 | 1011010 | 101 | 101100110 | 1011010 | 110011 |
Color Harmonies of #F21218
Complementary color
Monochromatic Colors of #F21218
Black with #F21218
Text Example
Text Example
White with #F21218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21218; }
p { color: rgb(242,18,24); }
H1.HeaderClassName
{
color: #F21218;
}
.AnyTagClassName
{
color: #F21218;
}
</style>
background-color css
<style>
a { background-color: #F21218; }
a { background-color: rgb(242,18,24); }
div.DivClassName
{
background-color: #F21218;
}
.BgClassName
{
background-color: #F21218;
}
</style>
border-color css
<style>
span { border-color: #F21218; }
span { border-color: rgb(242,18,24); }
td.TdClassName
{
border-color: #F21218;
}
.TagClassName
{
border-color: #F21218;
}
</style>