Shades of Torch Red #F01024
Tints of Torch Red #F01024
RGB
CMYK
RGB Variations
Color information
#F01024 (or 0xF01024) is known color: Torch Red. HEX triplet: F0, 10 and 24. RGB value is (240,16,36). Sum of RGB (Red+Green+Blue) = 240+16+36=292 (38% of max value = 765). Red value is 240 (94.14% from 255 or 82.19% from 292); Green value is 16 (6.64% from 255 or 5.48% from 292); Blue value is 36 (14.45% from 255 or 12.33% from 292); Max value from RGB is 240 - color contains mainly: red. Hex color #F01024 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01024 is #0FEFDB. Grayscale: #555555. Windows color (decimal): -1044444 or 2363632. OLE color: 2363632.
HSL color Cylindrical-coordinate representation of color #F01024: hue angle of 354.64º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F01024 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 16 | 36 | - |
| CMYK | 0 | 0.93 | 0.85 | 0.06 |
| HSL | 354.64º | 0.88% | 0.5% | - |
| HSV(B) | 354.64º | 0.93% | 0.94% | - |
| XYZ | 36.44 | 19.02 | 3.42 | - |
| YUV | 85.26 | 100.21 | 238.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 16 | 36 | 0 | 0.93 | 0.85 | 0.06 | 354.64 | 0.88 | 0.5 |
| Hex | F0 | 10 | 24 | 0 | 5D | 55 | 6 | 163 | 58 | 32 |
| Octal | 360 | 20 | 44 | 0 | 135 | 125 | 6 | 543 | 130 | 62 |
| Binary | 11110000 | 10000 | 100100 | 0 | 1011101 | 1010101 | 110 | 101100011 | 1011000 | 110010 |
Color Harmonies of #F01024
Complementary color
Monochromatic Colors of #F01024
Black with #F01024
Text Example
Text Example
White with #F01024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01024; }
p { color: rgb(240,16,36); }
H1.HeaderClassName
{
color: #F01024;
}
.AnyTagClassName
{
color: #F01024;
}
</style>
background-color css
<style>
a { background-color: #F01024; }
a { background-color: rgb(240,16,36); }
div.DivClassName
{
background-color: #F01024;
}
.BgClassName
{
background-color: #F01024;
}
</style>
border-color css
<style>
span { border-color: #F01024; }
span { border-color: rgb(240,16,36); }
td.TdClassName
{
border-color: #F01024;
}
.TagClassName
{
border-color: #F01024;
}
</style>