Shades of Torch Red #F20119
Tints of Torch Red #F20119
RGB
CMYK
RGB Variations
Color information
#F20119 (or 0xF20119) is known color: Torch Red. HEX triplet: F2, 01 and 19. RGB value is (242,1,25). Sum of RGB (Red+Green+Blue) = 242+1+25=268 (35% of max value = 765). Red value is 242 (94.92% from 255 or 90.30% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 25 (10.16% from 255 or 9.33% from 268); Max value from RGB is 242 - color contains mainly: red. Hex color #F20119 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20119 is #0DFEE6. Grayscale: #4B4B4B. Windows color (decimal): -917223 or 1638898. OLE color: 1638898.
HSL color Cylindrical-coordinate representation of color #F20119: hue angle of 354.02º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F20119 is Cyan = 0, Magento = 1.00, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 1 | 25 | - |
| CMYK | 0 | 1.00 | 0.90 | 0.05 |
| HSL | 354.02º | 0.99% | 0.48% | - |
| HSV(B) | 354.02º | 1% | 0.95% | - |
| XYZ | 36.8 | 18.97 | 2.64 | - |
| YUV | 75.8 | 99.34 | 246.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 1 | 25 | 0 | 1.00 | 0.90 | 0.05 | 354.02 | 0.99 | 0.48 |
| Hex | F2 | 1 | 19 | 0 | 64 | 5A | 5 | 162 | 63 | 30 |
| Octal | 362 | 1 | 31 | 0 | 144 | 132 | 5 | 542 | 143 | 60 |
| Binary | 11110010 | 1 | 11001 | 0 | 1100100 | 1011010 | 101 | 101100010 | 1100011 | 110000 |
Color Harmonies of #F20119
Complementary color
Monochromatic Colors of #F20119
Black with #F20119
Text Example
Text Example
White with #F20119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20119; }
p { color: rgb(242,1,25); }
H1.HeaderClassName
{
color: #F20119;
}
.AnyTagClassName
{
color: #F20119;
}
</style>
background-color css
<style>
a { background-color: #F20119; }
a { background-color: rgb(242,1,25); }
div.DivClassName
{
background-color: #F20119;
}
.BgClassName
{
background-color: #F20119;
}
</style>
border-color css
<style>
span { border-color: #F20119; }
span { border-color: rgb(242,1,25); }
td.TdClassName
{
border-color: #F20119;
}
.TagClassName
{
border-color: #F20119;
}
</style>