Shades of Torch Red #F20411
Tints of Torch Red #F20411
RGB
CMYK
RGB Variations
Color information
#F20411 (or 0xF20411) is known color: Torch Red. HEX triplet: F2, 04 and 11. RGB value is (242,4,17). Sum of RGB (Red+Green+Blue) = 242+4+17=263 (34% of max value = 765). Red value is 242 (94.92% from 255 or 92.02% from 263); Green value is 4 (1.95% from 255 or 1.52% from 263); Blue value is 17 (7.03% from 255 or 6.46% from 263); Max value from RGB is 242 - color contains mainly: red. Hex color #F20411 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20411 is #0DFBEE. Grayscale: #4C4C4C. Windows color (decimal): -916463 or 1115378. OLE color: 1115378.
HSL color Cylindrical-coordinate representation of color #F20411: hue angle of 356.72º degrees, saturation: 0.97, 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 #F20411 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 4 | 17 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.05 |
| HSL | 356.72º | 0.97% | 0.48% | - |
| HSV(B) | 356.72º | 0.98% | 0.95% | - |
| XYZ | 36.76 | 19 | 2.26 | - |
| YUV | 76.64 | 94.35 | 245.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 4 | 17 | 0 | 0.98 | 0.93 | 0.05 | 356.72 | 0.97 | 0.48 |
| Hex | F2 | 4 | 11 | 0 | 62 | 5D | 5 | 165 | 61 | 30 |
| Octal | 362 | 4 | 21 | 0 | 142 | 135 | 5 | 545 | 141 | 60 |
| Binary | 11110010 | 100 | 10001 | 0 | 1100010 | 1011101 | 101 | 101100101 | 1100001 | 110000 |
Color Harmonies of #F20411
Complementary color
Monochromatic Colors of #F20411
Black with #F20411
Text Example
Text Example
White with #F20411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20411; }
p { color: rgb(242,4,17); }
H1.HeaderClassName
{
color: #F20411;
}
.AnyTagClassName
{
color: #F20411;
}
</style>
background-color css
<style>
a { background-color: #F20411; }
a { background-color: rgb(242,4,17); }
div.DivClassName
{
background-color: #F20411;
}
.BgClassName
{
background-color: #F20411;
}
</style>
border-color css
<style>
span { border-color: #F20411; }
span { border-color: rgb(242,4,17); }
td.TdClassName
{
border-color: #F20411;
}
.TagClassName
{
border-color: #F20411;
}
</style>