Shades of Torch Red #EE0622
Tints of Torch Red #EE0622
RGB
CMYK
RGB Variations
Color information
#EE0622 (or 0xEE0622) is known color: Torch Red. HEX triplet: EE, 06 and 22. RGB value is (238,6,34). Sum of RGB (Red+Green+Blue) = 238+6+34=278 (36% of max value = 765). Red value is 238 (93.36% from 255 or 85.61% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 34 (13.67% from 255 or 12.23% from 278); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0622 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0622 is #11F9DD. Grayscale: #4E4E4E. Windows color (decimal): -1178078 or 2229998. OLE color: 2229998.
HSL color Cylindrical-coordinate representation of color #EE0622: hue angle of 352.76º 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 #EE0622 is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 6 | 34 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.07 |
| HSL | 352.76º | 0.95% | 0.48% | - |
| HSV(B) | 352.76º | 0.97% | 0.93% | - |
| XYZ | 35.61 | 18.42 | 3.19 | - |
| YUV | 78.56 | 102.86 | 241.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 6 | 34 | 0 | 0.97 | 0.86 | 0.07 | 352.76 | 0.95 | 0.48 |
| Hex | EE | 6 | 22 | 0 | 61 | 56 | 7 | 161 | 5F | 30 |
| Octal | 356 | 6 | 42 | 0 | 141 | 126 | 7 | 541 | 137 | 60 |
| Binary | 11101110 | 110 | 100010 | 0 | 1100001 | 1010110 | 111 | 101100001 | 1011111 | 110000 |
Color Harmonies of #EE0622
Complementary color
Monochromatic Colors of #EE0622
Black with #EE0622
Text Example
Text Example
White with #EE0622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0622; }
p { color: rgb(238,6,34); }
H1.HeaderClassName
{
color: #EE0622;
}
.AnyTagClassName
{
color: #EE0622;
}
</style>
background-color css
<style>
a { background-color: #EE0622; }
a { background-color: rgb(238,6,34); }
div.DivClassName
{
background-color: #EE0622;
}
.BgClassName
{
background-color: #EE0622;
}
</style>
border-color css
<style>
span { border-color: #EE0622; }
span { border-color: rgb(238,6,34); }
td.TdClassName
{
border-color: #EE0622;
}
.TagClassName
{
border-color: #EE0622;
}
</style>