Shades of Torch Red #F20410
Tints of Torch Red #F20410
RGB
CMYK
RGB Variations
Color information
#F20410 (or 0xF20410) is known color: Torch Red. HEX triplet: F2, 04 and 10. RGB value is (242,4,16). Sum of RGB (Red+Green+Blue) = 242+4+16=262 (34% of max value = 765). Red value is 242 (94.92% from 255 or 92.37% from 262); Green value is 4 (1.95% from 255 or 1.53% from 262); Blue value is 16 (6.64% from 255 or 6.11% from 262); Max value from RGB is 242 - color contains mainly: red. Hex color #F20410 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20410 is #0DFBEF. Grayscale: #4C4C4C. Windows color (decimal): -916464 or 1049842. OLE color: 1049842.
HSL color Cylindrical-coordinate representation of color #F20410: hue angle of 356.97º 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 #F20410 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 4 | 16 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.05 |
| HSL | 356.97º | 0.97% | 0.48% | - |
| HSV(B) | 356.97º | 0.98% | 0.95% | - |
| XYZ | 36.75 | 19 | 2.22 | - |
| YUV | 76.53 | 93.85 | 246.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 4 | 16 | 0 | 0.98 | 0.93 | 0.05 | 356.97 | 0.97 | 0.48 |
| Hex | F2 | 4 | 10 | 0 | 62 | 5D | 5 | 165 | 61 | 30 |
| Octal | 362 | 4 | 20 | 0 | 142 | 135 | 5 | 545 | 141 | 60 |
| Binary | 11110010 | 100 | 10000 | 0 | 1100010 | 1011101 | 101 | 101100101 | 1100001 | 110000 |
Color Harmonies of #F20410
Complementary color
Monochromatic Colors of #F20410
Black with #F20410
Text Example
Text Example
White with #F20410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20410; }
p { color: rgb(242,4,16); }
H1.HeaderClassName
{
color: #F20410;
}
.AnyTagClassName
{
color: #F20410;
}
</style>
background-color css
<style>
a { background-color: #F20410; }
a { background-color: rgb(242,4,16); }
div.DivClassName
{
background-color: #F20410;
}
.BgClassName
{
background-color: #F20410;
}
</style>
border-color css
<style>
span { border-color: #F20410; }
span { border-color: rgb(242,4,16); }
td.TdClassName
{
border-color: #F20410;
}
.TagClassName
{
border-color: #F20410;
}
</style>