Shades of Torch Red #F01936
Tints of Torch Red #F01936
RGB
CMYK
RGB Variations
Color information
#F01936 (or 0xF01936) is known color: Torch Red. HEX triplet: F0, 19 and 36. RGB value is (240,25,54). Sum of RGB (Red+Green+Blue) = 240+25+54=319 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75.24% from 319); Green value is 25 (10.16% from 255 or 7.84% from 319); Blue value is 54 (21.48% from 255 or 16.93% from 319); Max value from RGB is 240 - color contains mainly: red. Hex color #F01936 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01936 is #0FE6C9. Grayscale: #5C5C5C. Windows color (decimal): -1042122 or 3545584. OLE color: 3545584.
HSL color Cylindrical-coordinate representation of color #F01936: hue angle of 351.91º 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 #F01936 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 25 | 54 | - |
| CMYK | 0 | 0.90 | 0.78 | 0.06 |
| HSL | 351.91º | 0.88% | 0.52% | - |
| HSV(B) | 351.91º | 0.9% | 0.94% | - |
| XYZ | 36.95 | 19.49 | 5.3 | - |
| YUV | 92.59 | 106.23 | 233.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 25 | 54 | 0 | 0.90 | 0.78 | 0.06 | 351.91 | 0.88 | 0.52 |
| Hex | F0 | 19 | 36 | 0 | 5A | 4E | 6 | 160 | 58 | 34 |
| Octal | 360 | 31 | 66 | 0 | 132 | 116 | 6 | 540 | 130 | 64 |
| Binary | 11110000 | 11001 | 110110 | 0 | 1011010 | 1001110 | 110 | 101100000 | 1011000 | 110100 |
Color Harmonies of #F01936
Complementary color
Monochromatic Colors of #F01936
Black with #F01936
Text Example
Text Example
White with #F01936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01936; }
p { color: rgb(240,25,54); }
H1.HeaderClassName
{
color: #F01936;
}
.AnyTagClassName
{
color: #F01936;
}
</style>
background-color css
<style>
a { background-color: #F01936; }
a { background-color: rgb(240,25,54); }
div.DivClassName
{
background-color: #F01936;
}
.BgClassName
{
background-color: #F01936;
}
</style>
border-color css
<style>
span { border-color: #F01936; }
span { border-color: rgb(240,25,54); }
td.TdClassName
{
border-color: #F01936;
}
.TagClassName
{
border-color: #F01936;
}
</style>