Shades of Torch Red #F20213
Tints of Torch Red #F20213
RGB
CMYK
RGB Variations
Color information
#F20213 (or 0xF20213) is known color: Torch Red. HEX triplet: F2, 02 and 13. RGB value is (242,2,19). Sum of RGB (Red+Green+Blue) = 242+2+19=263 (34% of max value = 765). Red value is 242 (94.92% from 255 or 92.02% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 19 (7.81% from 255 or 7.22% from 263); Max value from RGB is 242 - color contains mainly: red. Hex color #F20213 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20213 is #0DFDEC. Grayscale: #4B4B4B. Windows color (decimal): -916973 or 1245938. OLE color: 1245938.
HSL color Cylindrical-coordinate representation of color #F20213: hue angle of 355.75º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F20213 is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 2 | 19 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.05 |
| HSL | 355.75º | 0.98% | 0.48% | - |
| HSV(B) | 355.75º | 0.99% | 0.95% | - |
| XYZ | 36.76 | 18.97 | 2.34 | - |
| YUV | 75.7 | 96.01 | 246.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 2 | 19 | 0 | 0.99 | 0.92 | 0.05 | 355.75 | 0.98 | 0.48 |
| Hex | F2 | 2 | 13 | 0 | 63 | 5C | 5 | 164 | 62 | 30 |
| Octal | 362 | 2 | 23 | 0 | 143 | 134 | 5 | 544 | 142 | 60 |
| Binary | 11110010 | 10 | 10011 | 0 | 1100011 | 1011100 | 101 | 101100100 | 1100010 | 110000 |
Color Harmonies of #F20213
Complementary color
Monochromatic Colors of #F20213
Black with #F20213
Text Example
Text Example
White with #F20213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20213; }
p { color: rgb(242,2,19); }
H1.HeaderClassName
{
color: #F20213;
}
.AnyTagClassName
{
color: #F20213;
}
</style>
background-color css
<style>
a { background-color: #F20213; }
a { background-color: rgb(242,2,19); }
div.DivClassName
{
background-color: #F20213;
}
.BgClassName
{
background-color: #F20213;
}
</style>
border-color css
<style>
span { border-color: #F20213; }
span { border-color: rgb(242,2,19); }
td.TdClassName
{
border-color: #F20213;
}
.TagClassName
{
border-color: #F20213;
}
</style>