Shades of Torch Red #EE0621
Tints of Torch Red #EE0621
RGB
CMYK
RGB Variations
Color information
#EE0621 (or 0xEE0621) is known color: Torch Red. HEX triplet: EE, 06 and 21. RGB value is (238,6,33). Sum of RGB (Red+Green+Blue) = 238+6+33=277 (36% of max value = 765). Red value is 238 (93.36% from 255 or 85.92% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 33 (13.28% from 255 or 11.91% from 277); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0621 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0621 is #11F9DE. Grayscale: #4E4E4E. Windows color (decimal): -1178079 or 2164462. OLE color: 2164462.
HSL color Cylindrical-coordinate representation of color #EE0621: hue angle of 353.02º degrees, saturation: 0.95, 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 #EE0621 is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 6 | 33 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.07 |
| HSL | 353.02º | 0.95% | 0.48% | - |
| HSV(B) | 353.02º | 0.97% | 0.93% | - |
| XYZ | 35.6 | 18.42 | 3.12 | - |
| YUV | 78.45 | 102.36 | 241.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 6 | 33 | 0 | 0.97 | 0.86 | 0.07 | 353.02 | 0.95 | 0.48 |
| Hex | EE | 6 | 21 | 0 | 61 | 56 | 7 | 161 | 5F | 30 |
| Octal | 356 | 6 | 41 | 0 | 141 | 126 | 7 | 541 | 137 | 60 |
| Binary | 11101110 | 110 | 100001 | 0 | 1100001 | 1010110 | 111 | 101100001 | 1011111 | 110000 |
Color Harmonies of #EE0621
Complementary color
Monochromatic Colors of #EE0621
Black with #EE0621
Text Example
Text Example
White with #EE0621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0621; }
p { color: rgb(238,6,33); }
H1.HeaderClassName
{
color: #EE0621;
}
.AnyTagClassName
{
color: #EE0621;
}
</style>
background-color css
<style>
a { background-color: #EE0621; }
a { background-color: rgb(238,6,33); }
div.DivClassName
{
background-color: #EE0621;
}
.BgClassName
{
background-color: #EE0621;
}
</style>
border-color css
<style>
span { border-color: #EE0621; }
span { border-color: rgb(238,6,33); }
td.TdClassName
{
border-color: #EE0621;
}
.TagClassName
{
border-color: #EE0621;
}
</style>