Shades of Torch Red #EE0529
Tints of Torch Red #EE0529
RGB
CMYK
RGB Variations
Color information
#EE0529 (or 0xEE0529) is known color: Torch Red. HEX triplet: EE, 05 and 29. RGB value is (238,5,41). Sum of RGB (Red+Green+Blue) = 238+5+41=284 (37% of max value = 765). Red value is 238 (93.36% from 255 or 83.80% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 41 (16.41% from 255 or 14.44% from 284); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0529 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0529 is #11FAD6. Grayscale: #4E4E4E. Windows color (decimal): -1178327 or 2688494. OLE color: 2688494.
HSL color Cylindrical-coordinate representation of color #EE0529: hue angle of 350.73º 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 #EE0529 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 5 | 41 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.07 |
| HSL | 350.73º | 0.96% | 0.48% | - |
| HSV(B) | 350.73º | 0.98% | 0.93% | - |
| XYZ | 35.71 | 18.45 | 3.78 | - |
| YUV | 78.77 | 106.69 | 241.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 5 | 41 | 0 | 0.98 | 0.83 | 0.07 | 350.73 | 0.96 | 0.48 |
| Hex | EE | 5 | 29 | 0 | 62 | 53 | 7 | 15F | 60 | 30 |
| Octal | 356 | 5 | 51 | 0 | 142 | 123 | 7 | 537 | 140 | 60 |
| Binary | 11101110 | 101 | 101001 | 0 | 1100010 | 1010011 | 111 | 101011111 | 1100000 | 110000 |
Color Harmonies of #EE0529
Complementary color
Monochromatic Colors of #EE0529
Black with #EE0529
Text Example
Text Example
White with #EE0529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0529; }
p { color: rgb(238,5,41); }
H1.HeaderClassName
{
color: #EE0529;
}
.AnyTagClassName
{
color: #EE0529;
}
</style>
background-color css
<style>
a { background-color: #EE0529; }
a { background-color: rgb(238,5,41); }
div.DivClassName
{
background-color: #EE0529;
}
.BgClassName
{
background-color: #EE0529;
}
</style>
border-color css
<style>
span { border-color: #EE0529; }
span { border-color: rgb(238,5,41); }
td.TdClassName
{
border-color: #EE0529;
}
.TagClassName
{
border-color: #EE0529;
}
</style>