Shades of Torch Red #F01619
Tints of Torch Red #F01619
RGB
CMYK
RGB Variations
Color information
#F01619 (or 0xF01619) is known color: Torch Red. HEX triplet: F0, 16 and 19. RGB value is (240,22,25). Sum of RGB (Red+Green+Blue) = 240+22+25=287 (38% of max value = 765). Red value is 240 (94.14% from 255 or 83.62% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 25 (10.16% from 255 or 8.71% from 287); Max value from RGB is 240 - color contains mainly: red. Hex color #F01619 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01619 is #0FE9E6. Grayscale: #575757. Windows color (decimal): -1042919 or 1644272. OLE color: 1644272.
HSL color Cylindrical-coordinate representation of color #F01619: hue angle of 359.17º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F01619 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 22 | 25 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.06 |
| HSL | 359.17º | 0.88% | 0.51% | - |
| HSV(B) | 359.17º | 0.91% | 0.94% | - |
| XYZ | 36.4 | 19.17 | 2.7 | - |
| YUV | 87.52 | 92.72 | 236.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 22 | 25 | 0 | 0.91 | 0.90 | 0.06 | 359.17 | 0.88 | 0.51 |
| Hex | F0 | 16 | 19 | 0 | 5B | 5A | 6 | 167 | 58 | 33 |
| Octal | 360 | 26 | 31 | 0 | 133 | 132 | 6 | 547 | 130 | 63 |
| Binary | 11110000 | 10110 | 11001 | 0 | 1011011 | 1011010 | 110 | 101100111 | 1011000 | 110011 |
Color Harmonies of #F01619
Complementary color
Monochromatic Colors of #F01619
Black with #F01619
Text Example
Text Example
White with #F01619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01619; }
p { color: rgb(240,22,25); }
H1.HeaderClassName
{
color: #F01619;
}
.AnyTagClassName
{
color: #F01619;
}
</style>
background-color css
<style>
a { background-color: #F01619; }
a { background-color: rgb(240,22,25); }
div.DivClassName
{
background-color: #F01619;
}
.BgClassName
{
background-color: #F01619;
}
</style>
border-color css
<style>
span { border-color: #F01619; }
span { border-color: rgb(240,22,25); }
td.TdClassName
{
border-color: #F01619;
}
.TagClassName
{
border-color: #F01619;
}
</style>