Shades of Torch Red #F20518
Tints of Torch Red #F20518
RGB
CMYK
RGB Variations
Color information
#F20518 (or 0xF20518) is known color: Torch Red. HEX triplet: F2, 05 and 18. RGB value is (242,5,24). Sum of RGB (Red+Green+Blue) = 242+5+24=271 (35% of max value = 765). Red value is 242 (94.92% from 255 or 89.30% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 24 (9.77% from 255 or 8.86% from 271); Max value from RGB is 242 - color contains mainly: red. Hex color #F20518 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20518 is #0DFAE7. Grayscale: #4E4E4E. Windows color (decimal): -916200 or 1574386. OLE color: 1574386.
HSL color Cylindrical-coordinate representation of color #F20518: hue angle of 355.19º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F20518 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 5 | 24 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.05 |
| HSL | 355.19º | 0.96% | 0.48% | - |
| HSV(B) | 355.19º | 0.98% | 0.95% | - |
| XYZ | 36.84 | 19.05 | 2.6 | - |
| YUV | 78.03 | 97.52 | 244.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 5 | 24 | 0 | 0.98 | 0.90 | 0.05 | 355.19 | 0.96 | 0.48 |
| Hex | F2 | 5 | 18 | 0 | 62 | 5A | 5 | 163 | 60 | 30 |
| Octal | 362 | 5 | 30 | 0 | 142 | 132 | 5 | 543 | 140 | 60 |
| Binary | 11110010 | 101 | 11000 | 0 | 1100010 | 1011010 | 101 | 101100011 | 1100000 | 110000 |
Color Harmonies of #F20518
Complementary color
Monochromatic Colors of #F20518
Black with #F20518
Text Example
Text Example
White with #F20518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20518; }
p { color: rgb(242,5,24); }
H1.HeaderClassName
{
color: #F20518;
}
.AnyTagClassName
{
color: #F20518;
}
</style>
background-color css
<style>
a { background-color: #F20518; }
a { background-color: rgb(242,5,24); }
div.DivClassName
{
background-color: #F20518;
}
.BgClassName
{
background-color: #F20518;
}
</style>
border-color css
<style>
span { border-color: #F20518; }
span { border-color: rgb(242,5,24); }
td.TdClassName
{
border-color: #F20518;
}
.TagClassName
{
border-color: #F20518;
}
</style>