Shades of Torch Red #EE0A26
Tints of Torch Red #EE0A26
RGB
CMYK
RGB Variations
Color information
#EE0A26 (or 0xEE0A26) is known color: Torch Red. HEX triplet: EE, 0A and 26. RGB value is (238,10,38). Sum of RGB (Red+Green+Blue) = 238+10+38=286 (37% of max value = 765). Red value is 238 (93.36% from 255 or 83.22% from 286); Green value is 10 (4.30% from 255 or 3.50% from 286); Blue value is 38 (15.23% from 255 or 13.29% from 286); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0A26 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0A26 is #11F5D9. Grayscale: #515151. Windows color (decimal): -1177050 or 2493166. OLE color: 2493166.
HSL color Cylindrical-coordinate representation of color #EE0A26: hue angle of 352.63º 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 #EE0A26 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 10 | 38 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.07 |
| HSL | 352.63º | 0.92% | 0.49% | - |
| HSV(B) | 352.63º | 0.96% | 0.93% | - |
| XYZ | 35.72 | 18.53 | 3.53 | - |
| YUV | 81.36 | 103.54 | 239.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 10 | 38 | 0 | 0.96 | 0.84 | 0.07 | 352.63 | 0.92 | 0.49 |
| Hex | EE | A | 26 | 0 | 60 | 54 | 7 | 161 | 5C | 31 |
| Octal | 356 | 12 | 46 | 0 | 140 | 124 | 7 | 541 | 134 | 61 |
| Binary | 11101110 | 1010 | 100110 | 0 | 1100000 | 1010100 | 111 | 101100001 | 1011100 | 110001 |
Color Harmonies of #EE0A26
Complementary color
Monochromatic Colors of #EE0A26
Black with #EE0A26
Text Example
Text Example
White with #EE0A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0A26; }
p { color: rgb(238,10,38); }
H1.HeaderClassName
{
color: #EE0A26;
}
.AnyTagClassName
{
color: #EE0A26;
}
</style>
background-color css
<style>
a { background-color: #EE0A26; }
a { background-color: rgb(238,10,38); }
div.DivClassName
{
background-color: #EE0A26;
}
.BgClassName
{
background-color: #EE0A26;
}
</style>
border-color css
<style>
span { border-color: #EE0A26; }
span { border-color: rgb(238,10,38); }
td.TdClassName
{
border-color: #EE0A26;
}
.TagClassName
{
border-color: #EE0A26;
}
</style>