Shades of Torch Red #EE0721
Tints of Torch Red #EE0721
RGB
CMYK
RGB Variations
Color information
#EE0721 (or 0xEE0721) is known color: Torch Red. HEX triplet: EE, 07 and 21. RGB value is (238,7,33). Sum of RGB (Red+Green+Blue) = 238+7+33=278 (36% of max value = 765). Red value is 238 (93.36% from 255 or 85.61% from 278); Green value is 7 (3.12% from 255 or 2.52% from 278); Blue value is 33 (13.28% from 255 or 11.87% from 278); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0721 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0721 is #11F8DE. Grayscale: #4F4F4F. Windows color (decimal): -1177823 or 2164718. OLE color: 2164718.
HSL color Cylindrical-coordinate representation of color #EE0721: hue angle of 353.25º degrees, saturation: 0.94, 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 #EE0721 is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 7 | 33 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.07 |
| HSL | 353.25º | 0.94% | 0.48% | - |
| HSV(B) | 353.25º | 0.97% | 0.93% | - |
| XYZ | 35.61 | 18.44 | 3.12 | - |
| YUV | 79.03 | 102.03 | 241.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 7 | 33 | 0 | 0.97 | 0.86 | 0.07 | 353.25 | 0.94 | 0.48 |
| Hex | EE | 7 | 21 | 0 | 61 | 56 | 7 | 161 | 5E | 30 |
| Octal | 356 | 7 | 41 | 0 | 141 | 126 | 7 | 541 | 136 | 60 |
| Binary | 11101110 | 111 | 100001 | 0 | 1100001 | 1010110 | 111 | 101100001 | 1011110 | 110000 |
Color Harmonies of #EE0721
Complementary color
Monochromatic Colors of #EE0721
Black with #EE0721
Text Example
Text Example
White with #EE0721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0721; }
p { color: rgb(238,7,33); }
H1.HeaderClassName
{
color: #EE0721;
}
.AnyTagClassName
{
color: #EE0721;
}
</style>
background-color css
<style>
a { background-color: #EE0721; }
a { background-color: rgb(238,7,33); }
div.DivClassName
{
background-color: #EE0721;
}
.BgClassName
{
background-color: #EE0721;
}
</style>
border-color css
<style>
span { border-color: #EE0721; }
span { border-color: rgb(238,7,33); }
td.TdClassName
{
border-color: #EE0721;
}
.TagClassName
{
border-color: #EE0721;
}
</style>