Shades of Torch Red #F2181D
Tints of Torch Red #F2181D
RGB
CMYK
RGB Variations
Color information
#F2181D (or 0xF2181D) is known color: Torch Red. HEX triplet: F2, 18 and 1D. RGB value is (242,24,29). Sum of RGB (Red+Green+Blue) = 242+24+29=295 (39% of max value = 765). Red value is 242 (94.92% from 255 or 82.03% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 29 (11.72% from 255 or 9.83% from 295); Max value from RGB is 242 - color contains mainly: red. Hex color #F2181D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2181D is #0DE7E2. Grayscale: #595959. Windows color (decimal): -911331 or 1906930. OLE color: 1906930.
HSL color Cylindrical-coordinate representation of color #F2181D: 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 #F2181D is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 24 | 29 | - |
| 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.17 | 19.62 | 2.99 | - |
| YUV | 89.75 | 93.72 | 236.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 24 | 29 | 0 | 0.90 | 0.88 | 0.05 | 358.62 | 0.89 | 0.52 |
| Hex | F2 | 18 | 1D | 0 | 5A | 58 | 5 | 167 | 59 | 34 |
| Octal | 362 | 30 | 35 | 0 | 132 | 130 | 5 | 547 | 131 | 64 |
| Binary | 11110010 | 11000 | 11101 | 0 | 1011010 | 1011000 | 101 | 101100111 | 1011001 | 110100 |
Color Harmonies of #F2181D
Complementary color
Monochromatic Colors of #F2181D
Black with #F2181D
Text Example
Text Example
White with #F2181D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2181D; }
p { color: rgb(242,24,29); }
H1.HeaderClassName
{
color: #F2181D;
}
.AnyTagClassName
{
color: #F2181D;
}
</style>
background-color css
<style>
a { background-color: #F2181D; }
a { background-color: rgb(242,24,29); }
div.DivClassName
{
background-color: #F2181D;
}
.BgClassName
{
background-color: #F2181D;
}
</style>
border-color css
<style>
span { border-color: #F2181D; }
span { border-color: rgb(242,24,29); }
td.TdClassName
{
border-color: #F2181D;
}
.TagClassName
{
border-color: #F2181D;
}
</style>