Shades of Torch Red #F21617
Tints of Torch Red #F21617
RGB
CMYK
RGB Variations
Color information
#F21617 (or 0xF21617) is known color: Torch Red. HEX triplet: F2, 16 and 17. RGB value is (242,22,23). Sum of RGB (Red+Green+Blue) = 242+22+23=287 (38% of max value = 765). Red value is 242 (94.92% from 255 or 84.32% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 23 (9.38% from 255 or 8.01% from 287); Max value from RGB is 242 - color contains mainly: red. Hex color #F21617 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21617 is #0DE9E8. Grayscale: #585858. Windows color (decimal): -911849 or 1513202. OLE color: 1513202.
HSL color Cylindrical-coordinate representation of color #F21617: hue angle of 359.73º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F21617 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 22 | 23 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.05 |
| HSL | 359.73º | 0.89% | 0.52% | - |
| HSV(B) | 359.73º | 0.91% | 0.95% | - |
| XYZ | 37.06 | 19.51 | 2.62 | - |
| YUV | 87.89 | 91.39 | 237.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 22 | 23 | 0 | 0.91 | 0.90 | 0.05 | 359.73 | 0.89 | 0.52 |
| Hex | F2 | 16 | 17 | 0 | 5B | 5A | 5 | 168 | 59 | 34 |
| Octal | 362 | 26 | 27 | 0 | 133 | 132 | 5 | 550 | 131 | 64 |
| Binary | 11110010 | 10110 | 10111 | 0 | 1011011 | 1011010 | 101 | 101101000 | 1011001 | 110100 |
Color Harmonies of #F21617
Complementary color
Monochromatic Colors of #F21617
Black with #F21617
Text Example
Text Example
White with #F21617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21617; }
p { color: rgb(242,22,23); }
H1.HeaderClassName
{
color: #F21617;
}
.AnyTagClassName
{
color: #F21617;
}
</style>
background-color css
<style>
a { background-color: #F21617; }
a { background-color: rgb(242,22,23); }
div.DivClassName
{
background-color: #F21617;
}
.BgClassName
{
background-color: #F21617;
}
</style>
border-color css
<style>
span { border-color: #F21617; }
span { border-color: rgb(242,22,23); }
td.TdClassName
{
border-color: #F21617;
}
.TagClassName
{
border-color: #F21617;
}
</style>