Shades of Torch Red #EE0528
Tints of Torch Red #EE0528
RGB
CMYK
RGB Variations
Color information
#EE0528 (or 0xEE0528) is known color: Torch Red. HEX triplet: EE, 05 and 28. RGB value is (238,5,40). Sum of RGB (Red+Green+Blue) = 238+5+40=283 (37% of max value = 765). Red value is 238 (93.36% from 255 or 84.10% from 283); Green value is 5 (2.34% from 255 or 1.77% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0528 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0528 is #11FAD7. Grayscale: #4E4E4E. Windows color (decimal): -1178328 or 2622958. OLE color: 2622958.
HSL color Cylindrical-coordinate representation of color #EE0528: hue angle of 350.99º 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 #EE0528 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 5 | 40 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.07 |
| HSL | 350.99º | 0.96% | 0.48% | - |
| HSV(B) | 350.99º | 0.98% | 0.93% | - |
| XYZ | 35.7 | 18.44 | 3.69 | - |
| YUV | 78.66 | 106.19 | 241.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 5 | 40 | 0 | 0.98 | 0.83 | 0.07 | 350.99 | 0.96 | 0.48 |
| Hex | EE | 5 | 28 | 0 | 62 | 53 | 7 | 15F | 60 | 30 |
| Octal | 356 | 5 | 50 | 0 | 142 | 123 | 7 | 537 | 140 | 60 |
| Binary | 11101110 | 101 | 101000 | 0 | 1100010 | 1010011 | 111 | 101011111 | 1100000 | 110000 |
Color Harmonies of #EE0528
Complementary color
Monochromatic Colors of #EE0528
Black with #EE0528
Text Example
Text Example
White with #EE0528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0528; }
p { color: rgb(238,5,40); }
H1.HeaderClassName
{
color: #EE0528;
}
.AnyTagClassName
{
color: #EE0528;
}
</style>
background-color css
<style>
a { background-color: #EE0528; }
a { background-color: rgb(238,5,40); }
div.DivClassName
{
background-color: #EE0528;
}
.BgClassName
{
background-color: #EE0528;
}
</style>
border-color css
<style>
span { border-color: #EE0528; }
span { border-color: rgb(238,5,40); }
td.TdClassName
{
border-color: #EE0528;
}
.TagClassName
{
border-color: #EE0528;
}
</style>