Shades of Torch Red #F01719
Tints of Torch Red #F01719
RGB
CMYK
RGB Variations
Color information
#F01719 (or 0xF01719) is known color: Torch Red. HEX triplet: F0, 17 and 19. RGB value is (240,23,25). Sum of RGB (Red+Green+Blue) = 240+23+25=288 (38% of max value = 765). Red value is 240 (94.14% from 255 or 83.33% from 288); Green value is 23 (9.38% from 255 or 7.99% from 288); Blue value is 25 (10.16% from 255 or 8.68% from 288); Max value from RGB is 240 - color contains mainly: red. Hex color #F01719 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01719 is #0FE8E6. Grayscale: #585858. Windows color (decimal): -1042663 or 1644528. OLE color: 1644528.
HSL color Cylindrical-coordinate representation of color #F01719: hue angle of 359.45º 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 #F01719 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 23 | 25 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.06 |
| HSL | 359.45º | 0.88% | 0.52% | - |
| HSV(B) | 359.45º | 0.9% | 0.94% | - |
| XYZ | 36.42 | 19.21 | 2.71 | - |
| YUV | 88.11 | 92.39 | 236.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 23 | 25 | 0 | 0.90 | 0.90 | 0.06 | 359.45 | 0.88 | 0.52 |
| Hex | F0 | 17 | 19 | 0 | 5A | 5A | 6 | 167 | 58 | 34 |
| Octal | 360 | 27 | 31 | 0 | 132 | 132 | 6 | 547 | 130 | 64 |
| Binary | 11110000 | 10111 | 11001 | 0 | 1011010 | 1011010 | 110 | 101100111 | 1011000 | 110100 |
Color Harmonies of #F01719
Complementary color
Monochromatic Colors of #F01719
Black with #F01719
Text Example
Text Example
White with #F01719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01719; }
p { color: rgb(240,23,25); }
H1.HeaderClassName
{
color: #F01719;
}
.AnyTagClassName
{
color: #F01719;
}
</style>
background-color css
<style>
a { background-color: #F01719; }
a { background-color: rgb(240,23,25); }
div.DivClassName
{
background-color: #F01719;
}
.BgClassName
{
background-color: #F01719;
}
</style>
border-color css
<style>
span { border-color: #F01719; }
span { border-color: rgb(240,23,25); }
td.TdClassName
{
border-color: #F01719;
}
.TagClassName
{
border-color: #F01719;
}
</style>