Shades of Torch Red #EE0A24
Tints of Torch Red #EE0A24
RGB
CMYK
RGB Variations
Color information
#EE0A24 (or 0xEE0A24) is known color: Torch Red. HEX triplet: EE, 0A and 24. RGB value is (238,10,36). Sum of RGB (Red+Green+Blue) = 238+10+36=284 (37% of max value = 765). Red value is 238 (93.36% from 255 or 83.80% from 284); Green value is 10 (4.30% from 255 or 3.52% from 284); Blue value is 36 (14.45% from 255 or 12.68% from 284); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0A24 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0A24 is #11F5DB. Grayscale: #515151. Windows color (decimal): -1177052 or 2362094. OLE color: 2362094.
HSL color Cylindrical-coordinate representation of color #EE0A24: hue angle of 353.16º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE0A24 is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 10 | 36 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.07 |
| HSL | 353.16º | 0.92% | 0.49% | - |
| HSV(B) | 353.16º | 0.96% | 0.93% | - |
| XYZ | 35.69 | 18.52 | 3.36 | - |
| YUV | 81.14 | 102.54 | 239.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 10 | 36 | 0 | 0.96 | 0.85 | 0.07 | 353.16 | 0.92 | 0.49 |
| Hex | EE | A | 24 | 0 | 60 | 55 | 7 | 161 | 5C | 31 |
| Octal | 356 | 12 | 44 | 0 | 140 | 125 | 7 | 541 | 134 | 61 |
| Binary | 11101110 | 1010 | 100100 | 0 | 1100000 | 1010101 | 111 | 101100001 | 1011100 | 110001 |
Color Harmonies of #EE0A24
Complementary color
Monochromatic Colors of #EE0A24
Black with #EE0A24
Text Example
Text Example
White with #EE0A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0A24; }
p { color: rgb(238,10,36); }
H1.HeaderClassName
{
color: #EE0A24;
}
.AnyTagClassName
{
color: #EE0A24;
}
</style>
background-color css
<style>
a { background-color: #EE0A24; }
a { background-color: rgb(238,10,36); }
div.DivClassName
{
background-color: #EE0A24;
}
.BgClassName
{
background-color: #EE0A24;
}
</style>
border-color css
<style>
span { border-color: #EE0A24; }
span { border-color: rgb(238,10,36); }
td.TdClassName
{
border-color: #EE0A24;
}
.TagClassName
{
border-color: #EE0A24;
}
</style>