Shades of Torch Red #F2191E
Tints of Torch Red #F2191E
RGB
CMYK
RGB Variations
Color information
#F2191E (or 0xF2191E) is known color: Torch Red. HEX triplet: F2, 19 and 1E. RGB value is (242,25,30). Sum of RGB (Red+Green+Blue) = 242+25+30=297 (39% of max value = 765). Red value is 242 (94.92% from 255 or 81.48% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 30 (12.11% from 255 or 10.10% from 297); Max value from RGB is 242 - color contains mainly: red. Hex color #F2191E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2191E is #0DE6E1. Grayscale: #5A5A5A. Windows color (decimal): -911074 or 1972722. OLE color: 1972722.
HSL color Cylindrical-coordinate representation of color #F2191E: hue angle of 358.62º 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 #F2191E is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 25 | 30 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.05 |
| HSL | 358.62º | 0.89% | 0.52% | - |
| HSV(B) | 358.62º | 0.9% | 0.95% | - |
| XYZ | 37.2 | 19.67 | 3.06 | - |
| YUV | 90.45 | 93.89 | 236.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 25 | 30 | 0 | 0.90 | 0.88 | 0.05 | 358.62 | 0.89 | 0.52 |
| Hex | F2 | 19 | 1E | 0 | 5A | 58 | 5 | 167 | 59 | 34 |
| Octal | 362 | 31 | 36 | 0 | 132 | 130 | 5 | 547 | 131 | 64 |
| Binary | 11110010 | 11001 | 11110 | 0 | 1011010 | 1011000 | 101 | 101100111 | 1011001 | 110100 |
Color Harmonies of #F2191E
Complementary color
Monochromatic Colors of #F2191E
Black with #F2191E
Text Example
Text Example
White with #F2191E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2191E; }
p { color: rgb(242,25,30); }
H1.HeaderClassName
{
color: #F2191E;
}
.AnyTagClassName
{
color: #F2191E;
}
</style>
background-color css
<style>
a { background-color: #F2191E; }
a { background-color: rgb(242,25,30); }
div.DivClassName
{
background-color: #F2191E;
}
.BgClassName
{
background-color: #F2191E;
}
</style>
border-color css
<style>
span { border-color: #F2191E; }
span { border-color: rgb(242,25,30); }
td.TdClassName
{
border-color: #F2191E;
}
.TagClassName
{
border-color: #F2191E;
}
</style>