Shades of Torch Red #F21317
Tints of Torch Red #F21317
RGB
CMYK
RGB Variations
Color information
#F21317 (or 0xF21317) is known color: Torch Red. HEX triplet: F2, 13 and 17. RGB value is (242,19,23). Sum of RGB (Red+Green+Blue) = 242+19+23=284 (37% of max value = 765). Red value is 242 (94.92% from 255 or 85.21% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 23 (9.38% from 255 or 8.10% from 284); Max value from RGB is 242 - color contains mainly: red. Hex color #F21317 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21317 is #0DECE8. Grayscale: #565656. Windows color (decimal): -912617 or 1512434. OLE color: 1512434.
HSL color Cylindrical-coordinate representation of color #F21317: hue angle of 358.92º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F21317 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 19 | 23 | - |
| CMYK | 0 | 0.92 | 0.90 | 0.05 |
| HSL | 358.92º | 0.9% | 0.51% | - |
| HSV(B) | 358.92º | 0.92% | 0.95% | - |
| XYZ | 37.01 | 19.4 | 2.61 | - |
| YUV | 86.13 | 92.38 | 239.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 19 | 23 | 0 | 0.92 | 0.90 | 0.05 | 358.92 | 0.9 | 0.51 |
| Hex | F2 | 13 | 17 | 0 | 5C | 5A | 5 | 167 | 5A | 33 |
| Octal | 362 | 23 | 27 | 0 | 134 | 132 | 5 | 547 | 132 | 63 |
| Binary | 11110010 | 10011 | 10111 | 0 | 1011100 | 1011010 | 101 | 101100111 | 1011010 | 110011 |
Color Harmonies of #F21317
Complementary color
Monochromatic Colors of #F21317
Black with #F21317
Text Example
Text Example
White with #F21317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21317; }
p { color: rgb(242,19,23); }
H1.HeaderClassName
{
color: #F21317;
}
.AnyTagClassName
{
color: #F21317;
}
</style>
background-color css
<style>
a { background-color: #F21317; }
a { background-color: rgb(242,19,23); }
div.DivClassName
{
background-color: #F21317;
}
.BgClassName
{
background-color: #F21317;
}
</style>
border-color css
<style>
span { border-color: #F21317; }
span { border-color: rgb(242,19,23); }
td.TdClassName
{
border-color: #F21317;
}
.TagClassName
{
border-color: #F21317;
}
</style>