Shades of Torch Red #EE0521
Tints of Torch Red #EE0521
RGB
CMYK
RGB Variations
Color information
#EE0521 (or 0xEE0521) is known color: Torch Red. HEX triplet: EE, 05 and 21. RGB value is (238,5,33). Sum of RGB (Red+Green+Blue) = 238+5+33=276 (36% of max value = 765). Red value is 238 (93.36% from 255 or 86.23% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 33 (13.28% from 255 or 11.96% from 276); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0521 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0521 is #11FADE. Grayscale: #4D4D4D. Windows color (decimal): -1178335 or 2164206. OLE color: 2164206.
HSL color Cylindrical-coordinate representation of color #EE0521: hue angle of 352.79º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE0521 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 5 | 33 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.07 |
| HSL | 352.79º | 0.96% | 0.48% | - |
| HSV(B) | 352.79º | 0.98% | 0.93% | - |
| XYZ | 35.59 | 18.4 | 3.11 | - |
| YUV | 77.86 | 102.69 | 242.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 5 | 33 | 0 | 0.98 | 0.86 | 0.07 | 352.79 | 0.96 | 0.48 |
| Hex | EE | 5 | 21 | 0 | 62 | 56 | 7 | 161 | 60 | 30 |
| Octal | 356 | 5 | 41 | 0 | 142 | 126 | 7 | 541 | 140 | 60 |
| Binary | 11101110 | 101 | 100001 | 0 | 1100010 | 1010110 | 111 | 101100001 | 1100000 | 110000 |
Color Harmonies of #EE0521
Complementary color
Monochromatic Colors of #EE0521
Black with #EE0521
Text Example
Text Example
White with #EE0521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0521; }
p { color: rgb(238,5,33); }
H1.HeaderClassName
{
color: #EE0521;
}
.AnyTagClassName
{
color: #EE0521;
}
</style>
background-color css
<style>
a { background-color: #EE0521; }
a { background-color: rgb(238,5,33); }
div.DivClassName
{
background-color: #EE0521;
}
.BgClassName
{
background-color: #EE0521;
}
</style>
border-color css
<style>
span { border-color: #EE0521; }
span { border-color: rgb(238,5,33); }
td.TdClassName
{
border-color: #EE0521;
}
.TagClassName
{
border-color: #EE0521;
}
</style>