Shades of Torch Red #F21824
Tints of Torch Red #F21824
RGB
CMYK
RGB Variations
Color information
#F21824 (or 0xF21824) is known color: Torch Red. HEX triplet: F2, 18 and 24. RGB value is (242,24,36). Sum of RGB (Red+Green+Blue) = 242+24+36=302 (40% of max value = 765). Red value is 242 (94.92% from 255 or 80.13% from 302); Green value is 24 (9.77% from 255 or 7.95% from 302); Blue value is 36 (14.45% from 255 or 11.92% from 302); Max value from RGB is 242 - color contains mainly: red. Hex color #F21824 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21824 is #0DE7DB. Grayscale: #5A5A5A. Windows color (decimal): -911324 or 2365682. OLE color: 2365682.
HSL color Cylindrical-coordinate representation of color #F21824: hue angle of 356.7º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F21824 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 24 | 36 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.05 |
| HSL | 356.7º | 0.89% | 0.52% | - |
| HSV(B) | 356.7º | 0.9% | 0.95% | - |
| XYZ | 37.26 | 19.66 | 3.5 | - |
| YUV | 90.55 | 97.22 | 236.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 24 | 36 | 0 | 0.90 | 0.85 | 0.05 | 356.7 | 0.89 | 0.52 |
| Hex | F2 | 18 | 24 | 0 | 5A | 55 | 5 | 165 | 59 | 34 |
| Octal | 362 | 30 | 44 | 0 | 132 | 125 | 5 | 545 | 131 | 64 |
| Binary | 11110010 | 11000 | 100100 | 0 | 1011010 | 1010101 | 101 | 101100101 | 1011001 | 110100 |
Color Harmonies of #F21824
Complementary color
Monochromatic Colors of #F21824
Black with #F21824
Text Example
Text Example
White with #F21824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21824; }
p { color: rgb(242,24,36); }
H1.HeaderClassName
{
color: #F21824;
}
.AnyTagClassName
{
color: #F21824;
}
</style>
background-color css
<style>
a { background-color: #F21824; }
a { background-color: rgb(242,24,36); }
div.DivClassName
{
background-color: #F21824;
}
.BgClassName
{
background-color: #F21824;
}
</style>
border-color css
<style>
span { border-color: #F21824; }
span { border-color: rgb(242,24,36); }
td.TdClassName
{
border-color: #F21824;
}
.TagClassName
{
border-color: #F21824;
}
</style>