Shades of Torch Red #F21018
Tints of Torch Red #F21018
RGB
CMYK
RGB Variations
Color information
#F21018 (or 0xF21018) is known color: Torch Red. HEX triplet: F2, 10 and 18. RGB value is (242,16,24). Sum of RGB (Red+Green+Blue) = 242+16+24=282 (37% of max value = 765). Red value is 242 (94.92% from 255 or 85.82% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 24 (9.77% from 255 or 8.51% from 282); Max value from RGB is 242 - color contains mainly: red. Hex color #F21018 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21018 is #0DEFE7. Grayscale: #545454. Windows color (decimal): -913384 or 1577202. OLE color: 1577202.
HSL color Cylindrical-coordinate representation of color #F21018: hue angle of 357.88º 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 #F21018 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 16 | 24 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.05 |
| HSL | 357.88º | 0.9% | 0.51% | - |
| HSV(B) | 357.88º | 0.93% | 0.95% | - |
| XYZ | 36.97 | 19.31 | 2.64 | - |
| YUV | 84.49 | 93.87 | 240.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 16 | 24 | 0 | 0.93 | 0.90 | 0.05 | 357.88 | 0.9 | 0.51 |
| Hex | F2 | 10 | 18 | 0 | 5D | 5A | 5 | 166 | 5A | 33 |
| Octal | 362 | 20 | 30 | 0 | 135 | 132 | 5 | 546 | 132 | 63 |
| Binary | 11110010 | 10000 | 11000 | 0 | 1011101 | 1011010 | 101 | 101100110 | 1011010 | 110011 |
Color Harmonies of #F21018
Complementary color
Monochromatic Colors of #F21018
Black with #F21018
Text Example
Text Example
White with #F21018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21018; }
p { color: rgb(242,16,24); }
H1.HeaderClassName
{
color: #F21018;
}
.AnyTagClassName
{
color: #F21018;
}
</style>
background-color css
<style>
a { background-color: #F21018; }
a { background-color: rgb(242,16,24); }
div.DivClassName
{
background-color: #F21018;
}
.BgClassName
{
background-color: #F21018;
}
</style>
border-color css
<style>
span { border-color: #F21018; }
span { border-color: rgb(242,16,24); }
td.TdClassName
{
border-color: #F21018;
}
.TagClassName
{
border-color: #F21018;
}
</style>