Shades of Torch Red #EE0A34
Tints of Torch Red #EE0A34
RGB
CMYK
RGB Variations
Color information
#EE0A34 (or 0xEE0A34) is known color: Torch Red. HEX triplet: EE, 0A and 34. RGB value is (238,10,52). Sum of RGB (Red+Green+Blue) = 238+10+52=300 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.33% from 300); Green value is 10 (4.30% from 255 or 3.33% from 300); Blue value is 52 (20.70% from 255 or 17.33% from 300); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0A34 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0A34 is #11F5CB. Grayscale: #535353. Windows color (decimal): -1177036 or 3410670. OLE color: 3410670.
HSL color Cylindrical-coordinate representation of color #EE0A34: hue angle of 348.95º 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 #EE0A34 is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 10 | 52 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.07 |
| HSL | 348.95º | 0.92% | 0.49% | - |
| HSV(B) | 348.95º | 0.96% | 0.93% | - |
| XYZ | 35.99 | 18.64 | 4.95 | - |
| YUV | 82.96 | 110.54 | 238.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 10 | 52 | 0 | 0.96 | 0.78 | 0.07 | 348.95 | 0.92 | 0.49 |
| Hex | EE | A | 34 | 0 | 60 | 4E | 7 | 15D | 5C | 31 |
| Octal | 356 | 12 | 64 | 0 | 140 | 116 | 7 | 535 | 134 | 61 |
| Binary | 11101110 | 1010 | 110100 | 0 | 1100000 | 1001110 | 111 | 101011101 | 1011100 | 110001 |
Color Harmonies of #EE0A34
Complementary color
Monochromatic Colors of #EE0A34
Black with #EE0A34
Text Example
Text Example
White with #EE0A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0A34; }
p { color: rgb(238,10,52); }
H1.HeaderClassName
{
color: #EE0A34;
}
.AnyTagClassName
{
color: #EE0A34;
}
</style>
background-color css
<style>
a { background-color: #EE0A34; }
a { background-color: rgb(238,10,52); }
div.DivClassName
{
background-color: #EE0A34;
}
.BgClassName
{
background-color: #EE0A34;
}
</style>
border-color css
<style>
span { border-color: #EE0A34; }
span { border-color: rgb(238,10,52); }
td.TdClassName
{
border-color: #EE0A34;
}
.TagClassName
{
border-color: #EE0A34;
}
</style>