Shades of Torch Red #EE1320
Tints of Torch Red #EE1320
RGB
CMYK
RGB Variations
Color information
#EE1320 (or 0xEE1320) is known color: Torch Red. HEX triplet: EE, 13 and 20. RGB value is (238,19,32). Sum of RGB (Red+Green+Blue) = 238+19+32=289 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.35% from 289); Green value is 19 (7.81% from 255 or 6.57% from 289); Blue value is 32 (12.89% from 255 or 11.07% from 289); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1320 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1320 is #11ECDF. Grayscale: #565656. Windows color (decimal): -1174752 or 2102254. OLE color: 2102254.
HSL color Cylindrical-coordinate representation of color #EE1320: hue angle of 356.44º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE1320 is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 19 | 32 | - |
| CMYK | 0 | 0.92 | 0.87 | 0.07 |
| HSL | 356.44º | 0.87% | 0.5% | - |
| HSV(B) | 356.44º | 0.92% | 0.93% | - |
| XYZ | 35.75 | 18.75 | 3.1 | - |
| YUV | 85.96 | 97.55 | 236.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 19 | 32 | 0 | 0.92 | 0.87 | 0.07 | 356.44 | 0.87 | 0.5 |
| Hex | EE | 13 | 20 | 0 | 5C | 57 | 7 | 164 | 57 | 32 |
| Octal | 356 | 23 | 40 | 0 | 134 | 127 | 7 | 544 | 127 | 62 |
| Binary | 11101110 | 10011 | 100000 | 0 | 1011100 | 1010111 | 111 | 101100100 | 1010111 | 110010 |
Color Harmonies of #EE1320
Complementary color
Monochromatic Colors of #EE1320
Black with #EE1320
Text Example
Text Example
White with #EE1320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1320; }
p { color: rgb(238,19,32); }
H1.HeaderClassName
{
color: #EE1320;
}
.AnyTagClassName
{
color: #EE1320;
}
</style>
background-color css
<style>
a { background-color: #EE1320; }
a { background-color: rgb(238,19,32); }
div.DivClassName
{
background-color: #EE1320;
}
.BgClassName
{
background-color: #EE1320;
}
</style>
border-color css
<style>
span { border-color: #EE1320; }
span { border-color: rgb(238,19,32); }
td.TdClassName
{
border-color: #EE1320;
}
.TagClassName
{
border-color: #EE1320;
}
</style>