Shades of Torch Red #EE152B
Tints of Torch Red #EE152B
RGB
CMYK
RGB Variations
Color information
#EE152B (or 0xEE152B) is known color: Torch Red. HEX triplet: EE, 15 and 2B. RGB value is (238,21,43). Sum of RGB (Red+Green+Blue) = 238+21+43=302 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.81% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 43 (17.19% from 255 or 14.24% from 302); Max value from RGB is 238 - color contains mainly: red. Hex color #EE152B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE152B is #11EAD4. Grayscale: #585858. Windows color (decimal): -1174229 or 2823662. OLE color: 2823662.
HSL color Cylindrical-coordinate representation of color #EE152B: hue angle of 353.92º 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 #EE152B is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 21 | 43 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.07 |
| HSL | 353.92º | 0.86% | 0.51% | - |
| HSV(B) | 353.92º | 0.91% | 0.93% | - |
| XYZ | 35.96 | 18.89 | 4.04 | - |
| YUV | 88.39 | 102.39 | 234.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 21 | 43 | 0 | 0.91 | 0.82 | 0.07 | 353.92 | 0.86 | 0.51 |
| Hex | EE | 15 | 2B | 0 | 5B | 52 | 7 | 162 | 56 | 33 |
| Octal | 356 | 25 | 53 | 0 | 133 | 122 | 7 | 542 | 126 | 63 |
| Binary | 11101110 | 10101 | 101011 | 0 | 1011011 | 1010010 | 111 | 101100010 | 1010110 | 110011 |
Color Harmonies of #EE152B
Complementary color
Monochromatic Colors of #EE152B
Black with #EE152B
Text Example
Text Example
White with #EE152B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE152B; }
p { color: rgb(238,21,43); }
H1.HeaderClassName
{
color: #EE152B;
}
.AnyTagClassName
{
color: #EE152B;
}
</style>
background-color css
<style>
a { background-color: #EE152B; }
a { background-color: rgb(238,21,43); }
div.DivClassName
{
background-color: #EE152B;
}
.BgClassName
{
background-color: #EE152B;
}
</style>
border-color css
<style>
span { border-color: #EE152B; }
span { border-color: rgb(238,21,43); }
td.TdClassName
{
border-color: #EE152B;
}
.TagClassName
{
border-color: #EE152B;
}
</style>