Shades of Torch Red #F01824
Tints of Torch Red #F01824
RGB
CMYK
RGB Variations
Color information
#F01824 (or 0xF01824) is known color: Torch Red. HEX triplet: F0, 18 and 24. RGB value is (240,24,36). Sum of RGB (Red+Green+Blue) = 240+24+36=300 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 36 (14.45% from 255 or 12% from 300); Max value from RGB is 240 - color contains mainly: red. Hex color #F01824 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01824 is #0FE7DB. Grayscale: #5A5A5A. Windows color (decimal): -1042396 or 2365680. OLE color: 2365680.
HSL color Cylindrical-coordinate representation of color #F01824: hue angle of 356.67º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F01824 is Cyan = 0, Magento = 0.9, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 36 | - |
| CMYK | 0 | 0.9 | 0.85 | 0.06 |
| HSL | 356.67º | 0.88% | 0.52% | - |
| HSV(B) | 356.67º | 0.9% | 0.94% | - |
| XYZ | 36.58 | 19.31 | 3.47 | - |
| YUV | 89.95 | 97.56 | 235.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 36 | 0 | 0.9 | 0.85 | 0.06 | 356.67 | 0.88 | 0.52 |
| Hex | F0 | 18 | 24 | 0 | 5A | 55 | 6 | 165 | 58 | 34 |
| Octal | 360 | 30 | 44 | 0 | 132 | 125 | 6 | 545 | 130 | 64 |
| Binary | 11110000 | 11000 | 100100 | 0 | 1011010 | 1010101 | 110 | 101100101 | 1011000 | 110100 |
Color Harmonies of #F01824
Complementary color
Monochromatic Colors of #F01824
Black with #F01824
Text Example
Text Example
White with #F01824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01824; }
p { color: rgb(240,24,36); }
H1.HeaderClassName
{
color: #F01824;
}
.AnyTagClassName
{
color: #F01824;
}
</style>
background-color css
<style>
a { background-color: #F01824; }
a { background-color: rgb(240,24,36); }
div.DivClassName
{
background-color: #F01824;
}
.BgClassName
{
background-color: #F01824;
}
</style>
border-color css
<style>
span { border-color: #F01824; }
span { border-color: rgb(240,24,36); }
td.TdClassName
{
border-color: #F01824;
}
.TagClassName
{
border-color: #F01824;
}
</style>