Shades of Torch Red #EE1622
Tints of Torch Red #EE1622
RGB
CMYK
RGB Variations
Color information
#EE1622 (or 0xEE1622) is known color: Torch Red. HEX triplet: EE, 16 and 22. RGB value is (238,22,34). Sum of RGB (Red+Green+Blue) = 238+22+34=294 (38% of max value = 765). Red value is 238 (93.36% from 255 or 80.95% from 294); Green value is 22 (8.98% from 255 or 7.48% from 294); Blue value is 34 (13.67% from 255 or 11.56% from 294); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1622 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1622 is #11E9DD. Grayscale: #585858. Windows color (decimal): -1173982 or 2234094. OLE color: 2234094.
HSL color Cylindrical-coordinate representation of color #EE1622: hue angle of 356.67º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE1622 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 22 | 34 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.07 |
| HSL | 356.67º | 0.86% | 0.51% | - |
| HSV(B) | 356.67º | 0.91% | 0.93% | - |
| XYZ | 35.84 | 18.87 | 3.27 | - |
| YUV | 87.95 | 97.56 | 235.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 22 | 34 | 0 | 0.91 | 0.86 | 0.07 | 356.67 | 0.86 | 0.51 |
| Hex | EE | 16 | 22 | 0 | 5B | 56 | 7 | 165 | 56 | 33 |
| Octal | 356 | 26 | 42 | 0 | 133 | 126 | 7 | 545 | 126 | 63 |
| Binary | 11101110 | 10110 | 100010 | 0 | 1011011 | 1010110 | 111 | 101100101 | 1010110 | 110011 |
Color Harmonies of #EE1622
Complementary color
Monochromatic Colors of #EE1622
Black with #EE1622
Text Example
Text Example
White with #EE1622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1622; }
p { color: rgb(238,22,34); }
H1.HeaderClassName
{
color: #EE1622;
}
.AnyTagClassName
{
color: #EE1622;
}
</style>
background-color css
<style>
a { background-color: #EE1622; }
a { background-color: rgb(238,22,34); }
div.DivClassName
{
background-color: #EE1622;
}
.BgClassName
{
background-color: #EE1622;
}
</style>
border-color css
<style>
span { border-color: #EE1622; }
span { border-color: rgb(238,22,34); }
td.TdClassName
{
border-color: #EE1622;
}
.TagClassName
{
border-color: #EE1622;
}
</style>