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