Shades of Torch Red #EE021D
Tints of Torch Red #EE021D
RGB
CMYK
RGB Variations
Color information
#EE021D (or 0xEE021D) is known color: Torch Red. HEX triplet: EE, 02 and 1D. RGB value is (238,2,29). Sum of RGB (Red+Green+Blue) = 238+2+29=269 (35% of max value = 765). Red value is 238 (93.36% from 255 or 88.48% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 29 (11.72% from 255 or 10.78% from 269); Max value from RGB is 238 - color contains mainly: red. Hex color #EE021D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE021D is #11FDE2. Grayscale: #4B4B4B. Windows color (decimal): -1179107 or 1901294. OLE color: 1901294.
HSL color Cylindrical-coordinate representation of color #EE021D: hue angle of 353.14º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE021D is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 2 | 29 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.07 |
| HSL | 353.14º | 0.98% | 0.47% | - |
| HSV(B) | 353.14º | 0.99% | 0.93% | - |
| XYZ | 35.5 | 18.31 | 2.83 | - |
| YUV | 75.64 | 101.69 | 243.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 2 | 29 | 0 | 0.99 | 0.88 | 0.07 | 353.14 | 0.98 | 0.47 |
| Hex | EE | 2 | 1D | 0 | 63 | 58 | 7 | 161 | 62 | 2F |
| Octal | 356 | 2 | 35 | 0 | 143 | 130 | 7 | 541 | 142 | 57 |
| Binary | 11101110 | 10 | 11101 | 0 | 1100011 | 1011000 | 111 | 101100001 | 1100010 | 101111 |
Color Harmonies of #EE021D
Complementary color
Monochromatic Colors of #EE021D
Black with #EE021D
Text Example
Text Example
White with #EE021D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE021D; }
p { color: rgb(238,2,29); }
H1.HeaderClassName
{
color: #EE021D;
}
.AnyTagClassName
{
color: #EE021D;
}
</style>
background-color css
<style>
a { background-color: #EE021D; }
a { background-color: rgb(238,2,29); }
div.DivClassName
{
background-color: #EE021D;
}
.BgClassName
{
background-color: #EE021D;
}
</style>
border-color css
<style>
span { border-color: #EE021D; }
span { border-color: rgb(238,2,29); }
td.TdClassName
{
border-color: #EE021D;
}
.TagClassName
{
border-color: #EE021D;
}
</style>