Shades of Torch Red #F21719
Tints of Torch Red #F21719
RGB
CMYK
RGB Variations
Color information
#F21719 (or 0xF21719) is known color: Torch Red. HEX triplet: F2, 17 and 19. RGB value is (242,23,25). Sum of RGB (Red+Green+Blue) = 242+23+25=290 (38% of max value = 765). Red value is 242 (94.92% from 255 or 83.45% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 25 (10.16% from 255 or 8.62% from 290); Max value from RGB is 242 - color contains mainly: red. Hex color #F21719 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21719 is #0DE8E6. Grayscale: #585858. Windows color (decimal): -911591 or 1644530. OLE color: 1644530.
HSL color Cylindrical-coordinate representation of color #F21719: hue angle of 359.45º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F21719 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 23 | 25 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.05 |
| HSL | 359.45º | 0.89% | 0.52% | - |
| HSV(B) | 359.45º | 0.9% | 0.95% | - |
| XYZ | 37.1 | 19.56 | 2.74 | - |
| YUV | 88.71 | 92.05 | 237.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 23 | 25 | 0 | 0.90 | 0.90 | 0.05 | 359.45 | 0.89 | 0.52 |
| Hex | F2 | 17 | 19 | 0 | 5A | 5A | 5 | 167 | 59 | 34 |
| Octal | 362 | 27 | 31 | 0 | 132 | 132 | 5 | 547 | 131 | 64 |
| Binary | 11110010 | 10111 | 11001 | 0 | 1011010 | 1011010 | 101 | 101100111 | 1011001 | 110100 |
Color Harmonies of #F21719
Complementary color
Monochromatic Colors of #F21719
Black with #F21719
Text Example
Text Example
White with #F21719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21719; }
p { color: rgb(242,23,25); }
H1.HeaderClassName
{
color: #F21719;
}
.AnyTagClassName
{
color: #F21719;
}
</style>
background-color css
<style>
a { background-color: #F21719; }
a { background-color: rgb(242,23,25); }
div.DivClassName
{
background-color: #F21719;
}
.BgClassName
{
background-color: #F21719;
}
</style>
border-color css
<style>
span { border-color: #F21719; }
span { border-color: rgb(242,23,25); }
td.TdClassName
{
border-color: #F21719;
}
.TagClassName
{
border-color: #F21719;
}
</style>