Shades of Torch Red #EE0524
Tints of Torch Red #EE0524
RGB
CMYK
RGB Variations
Color information
#EE0524 (or 0xEE0524) is known color: Torch Red. HEX triplet: EE, 05 and 24. RGB value is (238,5,36). Sum of RGB (Red+Green+Blue) = 238+5+36=279 (36% of max value = 765). Red value is 238 (93.36% from 255 or 85.30% from 279); Green value is 5 (2.34% from 255 or 1.79% from 279); Blue value is 36 (14.45% from 255 or 12.90% from 279); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0524 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0524 is #11FADB. Grayscale: #4E4E4E. Windows color (decimal): -1178332 or 2360814. OLE color: 2360814.
HSL color Cylindrical-coordinate representation of color #EE0524: hue angle of 352.02º 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 #EE0524 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 5 | 36 | - |
| CMYK | 0 | 0.98 | 0.85 | 0.07 |
| HSL | 352.02º | 0.96% | 0.48% | - |
| HSV(B) | 352.02º | 0.98% | 0.93% | - |
| XYZ | 35.63 | 18.41 | 3.35 | - |
| YUV | 78.2 | 104.19 | 241.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 5 | 36 | 0 | 0.98 | 0.85 | 0.07 | 352.02 | 0.96 | 0.48 |
| Hex | EE | 5 | 24 | 0 | 62 | 55 | 7 | 160 | 60 | 30 |
| Octal | 356 | 5 | 44 | 0 | 142 | 125 | 7 | 540 | 140 | 60 |
| Binary | 11101110 | 101 | 100100 | 0 | 1100010 | 1010101 | 111 | 101100000 | 1100000 | 110000 |
Color Harmonies of #EE0524
Complementary color
Monochromatic Colors of #EE0524
Black with #EE0524
Text Example
Text Example
White with #EE0524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0524; }
p { color: rgb(238,5,36); }
H1.HeaderClassName
{
color: #EE0524;
}
.AnyTagClassName
{
color: #EE0524;
}
</style>
background-color css
<style>
a { background-color: #EE0524; }
a { background-color: rgb(238,5,36); }
div.DivClassName
{
background-color: #EE0524;
}
.BgClassName
{
background-color: #EE0524;
}
</style>
border-color css
<style>
span { border-color: #EE0524; }
span { border-color: rgb(238,5,36); }
td.TdClassName
{
border-color: #EE0524;
}
.TagClassName
{
border-color: #EE0524;
}
</style>