Shades of Torch Red #EE1420
Tints of Torch Red #EE1420
RGB
CMYK
RGB Variations
Color information
#EE1420 (or 0xEE1420) is known color: Torch Red. HEX triplet: EE, 14 and 20. RGB value is (238,20,32). Sum of RGB (Red+Green+Blue) = 238+20+32=290 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.07% from 290); Green value is 20 (8.20% from 255 or 6.90% from 290); Blue value is 32 (12.89% from 255 or 11.03% from 290); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1420 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1420 is #11EBDF. Grayscale: #565656. Windows color (decimal): -1174496 or 2102510. OLE color: 2102510.
HSL color Cylindrical-coordinate representation of color #EE1420: hue angle of 356.7º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE1420 is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 20 | 32 | - |
| CMYK | 0 | 0.92 | 0.87 | 0.07 |
| HSL | 356.7º | 0.87% | 0.51% | - |
| HSV(B) | 356.7º | 0.92% | 0.93% | - |
| XYZ | 35.77 | 18.78 | 3.11 | - |
| YUV | 86.55 | 97.22 | 236.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 20 | 32 | 0 | 0.92 | 0.87 | 0.07 | 356.7 | 0.87 | 0.51 |
| Hex | EE | 14 | 20 | 0 | 5C | 57 | 7 | 165 | 57 | 33 |
| Octal | 356 | 24 | 40 | 0 | 134 | 127 | 7 | 545 | 127 | 63 |
| Binary | 11101110 | 10100 | 100000 | 0 | 1011100 | 1010111 | 111 | 101100101 | 1010111 | 110011 |
Color Harmonies of #EE1420
Complementary color
Monochromatic Colors of #EE1420
Black with #EE1420
Text Example
Text Example
White with #EE1420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1420; }
p { color: rgb(238,20,32); }
H1.HeaderClassName
{
color: #EE1420;
}
.AnyTagClassName
{
color: #EE1420;
}
</style>
background-color css
<style>
a { background-color: #EE1420; }
a { background-color: rgb(238,20,32); }
div.DivClassName
{
background-color: #EE1420;
}
.BgClassName
{
background-color: #EE1420;
}
</style>
border-color css
<style>
span { border-color: #EE1420; }
span { border-color: rgb(238,20,32); }
td.TdClassName
{
border-color: #EE1420;
}
.TagClassName
{
border-color: #EE1420;
}
</style>