Shades of Torch Red #EE0821
Tints of Torch Red #EE0821
RGB
CMYK
RGB Variations
Color information
#EE0821 (or 0xEE0821) is known color: Torch Red. HEX triplet: EE, 08 and 21. RGB value is (238,8,33). Sum of RGB (Red+Green+Blue) = 238+8+33=279 (36% of max value = 765). Red value is 238 (93.36% from 255 or 85.30% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 33 (13.28% from 255 or 11.83% from 279); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0821 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0821 is #11F7DE. Grayscale: #4F4F4F. Windows color (decimal): -1177567 or 2164974. OLE color: 2164974.
HSL color Cylindrical-coordinate representation of color #EE0821: hue angle of 353.48º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE0821 is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 8 | 33 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.07 |
| HSL | 353.48º | 0.93% | 0.48% | - |
| HSV(B) | 353.48º | 0.97% | 0.93% | - |
| XYZ | 35.62 | 18.46 | 3.12 | - |
| YUV | 79.62 | 101.7 | 240.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 8 | 33 | 0 | 0.97 | 0.86 | 0.07 | 353.48 | 0.93 | 0.48 |
| Hex | EE | 8 | 21 | 0 | 61 | 56 | 7 | 161 | 5D | 30 |
| Octal | 356 | 10 | 41 | 0 | 141 | 126 | 7 | 541 | 135 | 60 |
| Binary | 11101110 | 1000 | 100001 | 0 | 1100001 | 1010110 | 111 | 101100001 | 1011101 | 110000 |
Color Harmonies of #EE0821
Complementary color
Monochromatic Colors of #EE0821
Black with #EE0821
Text Example
Text Example
White with #EE0821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0821; }
p { color: rgb(238,8,33); }
H1.HeaderClassName
{
color: #EE0821;
}
.AnyTagClassName
{
color: #EE0821;
}
</style>
background-color css
<style>
a { background-color: #EE0821; }
a { background-color: rgb(238,8,33); }
div.DivClassName
{
background-color: #EE0821;
}
.BgClassName
{
background-color: #EE0821;
}
</style>
border-color css
<style>
span { border-color: #EE0821; }
span { border-color: rgb(238,8,33); }
td.TdClassName
{
border-color: #EE0821;
}
.TagClassName
{
border-color: #EE0821;
}
</style>