Shades of Torch Red #F20519
Tints of Torch Red #F20519
RGB
CMYK
RGB Variations
Color information
#F20519 (or 0xF20519) is known color: Torch Red. HEX triplet: F2, 05 and 19. RGB value is (242,5,25). Sum of RGB (Red+Green+Blue) = 242+5+25=272 (36% of max value = 765). Red value is 242 (94.92% from 255 or 88.97% from 272); Green value is 5 (2.34% from 255 or 1.84% from 272); Blue value is 25 (10.16% from 255 or 9.19% from 272); Max value from RGB is 242 - color contains mainly: red. Hex color #F20519 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20519 is #0DFAE6. Grayscale: #4E4E4E. Windows color (decimal): -916199 or 1639922. OLE color: 1639922.
HSL color Cylindrical-coordinate representation of color #F20519: hue angle of 354.94º 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 #F20519 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 5 | 25 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.05 |
| HSL | 354.94º | 0.96% | 0.48% | - |
| HSV(B) | 354.94º | 0.98% | 0.95% | - |
| XYZ | 36.85 | 19.06 | 2.66 | - |
| YUV | 78.14 | 98.02 | 244.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 5 | 25 | 0 | 0.98 | 0.90 | 0.05 | 354.94 | 0.96 | 0.48 |
| Hex | F2 | 5 | 19 | 0 | 62 | 5A | 5 | 163 | 60 | 30 |
| Octal | 362 | 5 | 31 | 0 | 142 | 132 | 5 | 543 | 140 | 60 |
| Binary | 11110010 | 101 | 11001 | 0 | 1100010 | 1011010 | 101 | 101100011 | 1100000 | 110000 |
Color Harmonies of #F20519
Complementary color
Monochromatic Colors of #F20519
Black with #F20519
Text Example
Text Example
White with #F20519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20519; }
p { color: rgb(242,5,25); }
H1.HeaderClassName
{
color: #F20519;
}
.AnyTagClassName
{
color: #F20519;
}
</style>
background-color css
<style>
a { background-color: #F20519; }
a { background-color: rgb(242,5,25); }
div.DivClassName
{
background-color: #F20519;
}
.BgClassName
{
background-color: #F20519;
}
</style>
border-color css
<style>
span { border-color: #F20519; }
span { border-color: rgb(242,5,25); }
td.TdClassName
{
border-color: #F20519;
}
.TagClassName
{
border-color: #F20519;
}
</style>