Shades of Torch Red #EE1836
Tints of Torch Red #EE1836
RGB
CMYK
RGB Variations
Color information
#EE1836 (or 0xEE1836) is known color: Torch Red. HEX triplet: EE, 18 and 36. RGB value is (238,24,54). Sum of RGB (Red+Green+Blue) = 238+24+54=316 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.32% from 316); Green value is 24 (9.77% from 255 or 7.59% from 316); Blue value is 54 (21.48% from 255 or 17.09% from 316); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1836 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1836 is #11E7C9. Grayscale: #5B5B5B. Windows color (decimal): -1173450 or 3545326. OLE color: 3545326.
HSL color Cylindrical-coordinate representation of color #EE1836: hue angle of 351.59º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE1836 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 24 | 54 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.07 |
| HSL | 351.59º | 0.86% | 0.51% | - |
| HSV(B) | 351.59º | 0.9% | 0.93% | - |
| XYZ | 36.25 | 19.1 | 5.27 | - |
| YUV | 91.41 | 106.9 | 232.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 24 | 54 | 0 | 0.90 | 0.77 | 0.07 | 351.59 | 0.86 | 0.51 |
| Hex | EE | 18 | 36 | 0 | 5A | 4D | 7 | 160 | 56 | 33 |
| Octal | 356 | 30 | 66 | 0 | 132 | 115 | 7 | 540 | 126 | 63 |
| Binary | 11101110 | 11000 | 110110 | 0 | 1011010 | 1001101 | 111 | 101100000 | 1010110 | 110011 |
Color Harmonies of #EE1836
Complementary color
Monochromatic Colors of #EE1836
Black with #EE1836
Text Example
Text Example
White with #EE1836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1836; }
p { color: rgb(238,24,54); }
H1.HeaderClassName
{
color: #EE1836;
}
.AnyTagClassName
{
color: #EE1836;
}
</style>
background-color css
<style>
a { background-color: #EE1836; }
a { background-color: rgb(238,24,54); }
div.DivClassName
{
background-color: #EE1836;
}
.BgClassName
{
background-color: #EE1836;
}
</style>
border-color css
<style>
span { border-color: #EE1836; }
span { border-color: rgb(238,24,54); }
td.TdClassName
{
border-color: #EE1836;
}
.TagClassName
{
border-color: #EE1836;
}
</style>