Shades of Torch Red #EE153B
Tints of Torch Red #EE153B
RGB
CMYK
RGB Variations
Color information
#EE153B (or 0xEE153B) is known color: Torch Red. HEX triplet: EE, 15 and 3B. RGB value is (238,21,59). Sum of RGB (Red+Green+Blue) = 238+21+59=318 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.84% from 318); Green value is 21 (8.59% from 255 or 6.60% from 318); Blue value is 59 (23.44% from 255 or 18.55% from 318); Max value from RGB is 238 - color contains mainly: red. Hex color #EE153B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE153B is #11EAC4. Grayscale: #5A5A5A. Windows color (decimal): -1174213 or 3872238. OLE color: 3872238.
HSL color Cylindrical-coordinate representation of color #EE153B: hue angle of 349.49º 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 #EE153B is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 21 | 59 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.07 |
| HSL | 349.49º | 0.86% | 0.51% | - |
| HSV(B) | 349.49º | 0.91% | 0.93% | - |
| XYZ | 36.32 | 19.03 | 5.9 | - |
| YUV | 90.22 | 110.39 | 233.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 21 | 59 | 0 | 0.91 | 0.75 | 0.07 | 349.49 | 0.86 | 0.51 |
| Hex | EE | 15 | 3B | 0 | 5B | 4B | 7 | 15D | 56 | 33 |
| Octal | 356 | 25 | 73 | 0 | 133 | 113 | 7 | 535 | 126 | 63 |
| Binary | 11101110 | 10101 | 111011 | 0 | 1011011 | 1001011 | 111 | 101011101 | 1010110 | 110011 |
Color Harmonies of #EE153B
Complementary color
Monochromatic Colors of #EE153B
Black with #EE153B
Text Example
Text Example
White with #EE153B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE153B; }
p { color: rgb(238,21,59); }
H1.HeaderClassName
{
color: #EE153B;
}
.AnyTagClassName
{
color: #EE153B;
}
</style>
background-color css
<style>
a { background-color: #EE153B; }
a { background-color: rgb(238,21,59); }
div.DivClassName
{
background-color: #EE153B;
}
.BgClassName
{
background-color: #EE153B;
}
</style>
border-color css
<style>
span { border-color: #EE153B; }
span { border-color: rgb(238,21,59); }
td.TdClassName
{
border-color: #EE153B;
}
.TagClassName
{
border-color: #EE153B;
}
</style>