Shades of Torch Red #F20010
Tints of Torch Red #F20010
RGB
CMYK
RGB Variations
Color information
#F20010 (or 0xF20010) is known color: Torch Red. HEX triplet: F2, 00 and 10. RGB value is (242,0,16). Sum of RGB (Red+Green+Blue) = 242+0+16=258 (34% of max value = 765). Red value is 242 (94.92% from 255 or 93.80% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 16 (6.64% from 255 or 6.20% from 258); Max value from RGB is 242 - color contains mainly: red. Hex color #F20010 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20010 is #0DFFEF. Grayscale: #4A4A4A. Windows color (decimal): -917488 or 1048818. OLE color: 1048818.
HSL color Cylindrical-coordinate representation of color #F20010: hue angle of 356.03º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F20010 is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 0 | 16 | - |
| CMYK | 0 | 1 | 0.93 | 0.05 |
| HSL | 356.03º | 1% | 0.47% | - |
| HSV(B) | 356.03º | 1% | 0.95% | - |
| XYZ | 36.71 | 18.91 | 2.21 | - |
| YUV | 74.18 | 95.17 | 247.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 0 | 16 | 0 | 1 | 0.93 | 0.05 | 356.03 | 1 | 0.47 |
| Hex | F2 | 0 | 10 | 0 | 64 | 5D | 5 | 164 | 64 | 2F |
| Octal | 362 | 0 | 20 | 0 | 144 | 135 | 5 | 544 | 144 | 57 |
| Binary | 11110010 | 0 | 10000 | 0 | 1100100 | 1011101 | 101 | 101100100 | 1100100 | 101111 |
Color Harmonies of #F20010
Complementary color
Monochromatic Colors of #F20010
Black with #F20010
Text Example
Text Example
White with #F20010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20010; }
p { color: rgb(242,0,16); }
H1.HeaderClassName
{
color: #F20010;
}
.AnyTagClassName
{
color: #F20010;
}
</style>
background-color css
<style>
a { background-color: #F20010; }
a { background-color: rgb(242,0,16); }
div.DivClassName
{
background-color: #F20010;
}
.BgClassName
{
background-color: #F20010;
}
</style>
border-color css
<style>
span { border-color: #F20010; }
span { border-color: rgb(242,0,16); }
td.TdClassName
{
border-color: #F20010;
}
.TagClassName
{
border-color: #F20010;
}
</style>