Shades of Torch Red #F01840
Tints of Torch Red #F01840
RGB
CMYK
RGB Variations
Color information
#F01840 (or 0xF01840) is known color: Torch Red. HEX triplet: F0, 18 and 40. RGB value is (240,24,64). Sum of RGB (Red+Green+Blue) = 240+24+64=328 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.17% from 328); Green value is 24 (9.77% from 255 or 7.32% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 240 - color contains mainly: red. Hex color #F01840 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01840 is #0FE7BF. Grayscale: #5D5D5D. Windows color (decimal): -1042368 or 4200688. OLE color: 4200688.
HSL color Cylindrical-coordinate representation of color #F01840: hue angle of 348.89º 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 #F01840 is Cyan = 0, Magento = 0.9, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 64 | - |
| CMYK | 0 | 0.9 | 0.73 | 0.06 |
| HSL | 348.89º | 0.88% | 0.52% | - |
| HSV(B) | 348.89º | 0.9% | 0.94% | - |
| XYZ | 37.19 | 19.55 | 6.66 | - |
| YUV | 93.14 | 111.56 | 232.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 64 | 0 | 0.9 | 0.73 | 0.06 | 348.89 | 0.88 | 0.52 |
| Hex | F0 | 18 | 40 | 0 | 5A | 49 | 6 | 15D | 58 | 34 |
| Octal | 360 | 30 | 100 | 0 | 132 | 111 | 6 | 535 | 130 | 64 |
| Binary | 11110000 | 11000 | 1000000 | 0 | 1011010 | 1001001 | 110 | 101011101 | 1011000 | 110100 |
Color Harmonies of #F01840
Complementary color
Monochromatic Colors of #F01840
Black with #F01840
Text Example
Text Example
White with #F01840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01840; }
p { color: rgb(240,24,64); }
H1.HeaderClassName
{
color: #F01840;
}
.AnyTagClassName
{
color: #F01840;
}
</style>
background-color css
<style>
a { background-color: #F01840; }
a { background-color: rgb(240,24,64); }
div.DivClassName
{
background-color: #F01840;
}
.BgClassName
{
background-color: #F01840;
}
</style>
border-color css
<style>
span { border-color: #F01840; }
span { border-color: rgb(240,24,64); }
td.TdClassName
{
border-color: #F01840;
}
.TagClassName
{
border-color: #F01840;
}
</style>