Shades of Torch Red #EE132D
Tints of Torch Red #EE132D
RGB
CMYK
RGB Variations
Color information
#EE132D (or 0xEE132D) is known color: Torch Red. HEX triplet: EE, 13 and 2D. RGB value is (238,19,45). Sum of RGB (Red+Green+Blue) = 238+19+45=302 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.81% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 238 - color contains mainly: red. Hex color #EE132D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE132D is #11ECD2. Grayscale: #575757. Windows color (decimal): -1174739 or 2954222. OLE color: 2954222.
HSL color Cylindrical-coordinate representation of color #EE132D: hue angle of 352.88º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE132D is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 19 | 45 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.07 |
| HSL | 352.88º | 0.87% | 0.5% | - |
| HSV(B) | 352.88º | 0.92% | 0.93% | - |
| XYZ | 35.97 | 18.83 | 4.22 | - |
| YUV | 87.45 | 104.05 | 235.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 19 | 45 | 0 | 0.92 | 0.81 | 0.07 | 352.88 | 0.87 | 0.5 |
| Hex | EE | 13 | 2D | 0 | 5C | 51 | 7 | 161 | 57 | 32 |
| Octal | 356 | 23 | 55 | 0 | 134 | 121 | 7 | 541 | 127 | 62 |
| Binary | 11101110 | 10011 | 101101 | 0 | 1011100 | 1010001 | 111 | 101100001 | 1010111 | 110010 |
Color Harmonies of #EE132D
Complementary color
Monochromatic Colors of #EE132D
Black with #EE132D
Text Example
Text Example
White with #EE132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE132D; }
p { color: rgb(238,19,45); }
H1.HeaderClassName
{
color: #EE132D;
}
.AnyTagClassName
{
color: #EE132D;
}
</style>
background-color css
<style>
a { background-color: #EE132D; }
a { background-color: rgb(238,19,45); }
div.DivClassName
{
background-color: #EE132D;
}
.BgClassName
{
background-color: #EE132D;
}
</style>
border-color css
<style>
span { border-color: #EE132D; }
span { border-color: rgb(238,19,45); }
td.TdClassName
{
border-color: #EE132D;
}
.TagClassName
{
border-color: #EE132D;
}
</style>