Shades of Torch Red #EE1632
Tints of Torch Red #EE1632
RGB
CMYK
RGB Variations
Color information
#EE1632 (or 0xEE1632) is known color: Torch Red. HEX triplet: EE, 16 and 32. RGB value is (238,22,50). Sum of RGB (Red+Green+Blue) = 238+22+50=310 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.77% from 310); Green value is 22 (8.98% from 255 or 7.10% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1632 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1632 is #11E9CD. Grayscale: #595959. Windows color (decimal): -1173966 or 3282670. OLE color: 3282670.
HSL color Cylindrical-coordinate representation of color #EE1632: hue angle of 352.22º 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 #EE1632 is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 22 | 50 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.07 |
| HSL | 352.22º | 0.86% | 0.51% | - |
| HSV(B) | 352.22º | 0.91% | 0.93% | - |
| XYZ | 36.12 | 18.98 | 4.78 | - |
| YUV | 89.78 | 105.56 | 233.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 22 | 50 | 0 | 0.91 | 0.79 | 0.07 | 352.22 | 0.86 | 0.51 |
| Hex | EE | 16 | 32 | 0 | 5B | 4F | 7 | 160 | 56 | 33 |
| Octal | 356 | 26 | 62 | 0 | 133 | 117 | 7 | 540 | 126 | 63 |
| Binary | 11101110 | 10110 | 110010 | 0 | 1011011 | 1001111 | 111 | 101100000 | 1010110 | 110011 |
Color Harmonies of #EE1632
Complementary color
Monochromatic Colors of #EE1632
Black with #EE1632
Text Example
Text Example
White with #EE1632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1632; }
p { color: rgb(238,22,50); }
H1.HeaderClassName
{
color: #EE1632;
}
.AnyTagClassName
{
color: #EE1632;
}
</style>
background-color css
<style>
a { background-color: #EE1632; }
a { background-color: rgb(238,22,50); }
div.DivClassName
{
background-color: #EE1632;
}
.BgClassName
{
background-color: #EE1632;
}
</style>
border-color css
<style>
span { border-color: #EE1632; }
span { border-color: rgb(238,22,50); }
td.TdClassName
{
border-color: #EE1632;
}
.TagClassName
{
border-color: #EE1632;
}
</style>