Shades of Torch Red #EE0532
Tints of Torch Red #EE0532
RGB
CMYK
RGB Variations
Color information
#EE0532 (or 0xEE0532) is known color: Torch Red. HEX triplet: EE, 05 and 32. RGB value is (238,5,50). Sum of RGB (Red+Green+Blue) = 238+5+50=293 (38% of max value = 765). Red value is 238 (93.36% from 255 or 81.23% from 293); Green value is 5 (2.34% from 255 or 1.71% from 293); Blue value is 50 (19.92% from 255 or 17.06% from 293); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0532 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0532 is #11FACD. Grayscale: #4F4F4F. Windows color (decimal): -1178318 or 3278318. OLE color: 3278318.
HSL color Cylindrical-coordinate representation of color #EE0532: hue angle of 348.41º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE0532 is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 5 | 50 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.07 |
| HSL | 348.41º | 0.96% | 0.48% | - |
| HSV(B) | 348.41º | 0.98% | 0.93% | - |
| XYZ | 35.89 | 18.52 | 4.7 | - |
| YUV | 79.8 | 111.19 | 240.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 5 | 50 | 0 | 0.98 | 0.79 | 0.07 | 348.41 | 0.96 | 0.48 |
| Hex | EE | 5 | 32 | 0 | 62 | 4F | 7 | 15C | 60 | 30 |
| Octal | 356 | 5 | 62 | 0 | 142 | 117 | 7 | 534 | 140 | 60 |
| Binary | 11101110 | 101 | 110010 | 0 | 1100010 | 1001111 | 111 | 101011100 | 1100000 | 110000 |
Color Harmonies of #EE0532
Complementary color
Monochromatic Colors of #EE0532
Black with #EE0532
Text Example
Text Example
White with #EE0532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0532; }
p { color: rgb(238,5,50); }
H1.HeaderClassName
{
color: #EE0532;
}
.AnyTagClassName
{
color: #EE0532;
}
</style>
background-color css
<style>
a { background-color: #EE0532; }
a { background-color: rgb(238,5,50); }
div.DivClassName
{
background-color: #EE0532;
}
.BgClassName
{
background-color: #EE0532;
}
</style>
border-color css
<style>
span { border-color: #EE0532; }
span { border-color: rgb(238,5,50); }
td.TdClassName
{
border-color: #EE0532;
}
.TagClassName
{
border-color: #EE0532;
}
</style>