Shades of Orange Red #EE3A0A
Tints of Orange Red #EE3A0A
RGB
CMYK
RGB Variations
Color information
#EE3A0A (or 0xEE3A0A) is known color: Orange Red. HEX triplet: EE, 3A and 0A. RGB value is (238,58,10). Sum of RGB (Red+Green+Blue) = 238+58+10=306 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.78% from 306); Green value is 58 (23.05% from 255 or 18.95% from 306); Blue value is 10 (4.30% from 255 or 3.27% from 306); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3A0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3A0A is #11C5F5. Grayscale: #6A6A6A. Windows color (decimal): -1164790 or 670446. OLE color: 670446.
HSL color Cylindrical-coordinate representation of color #EE3A0A: hue angle of 12.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 #EE3A0A is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 58 | 10 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.07 |
| HSL | 12.63º | 0.92% | 0.49% | - |
| HSV(B) | 12.63º | 0.96% | 0.93% | - |
| XYZ | 36.83 | 21.23 | 2.44 | - |
| YUV | 106.35 | 73.63 | 221.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 58 | 10 | 0 | 0.76 | 0.96 | 0.07 | 12.63 | 0.92 | 0.49 |
| Hex | EE | 3A | A | 0 | 4C | 60 | 7 | D | 5C | 31 |
| Octal | 356 | 72 | 12 | 0 | 114 | 140 | 7 | 15 | 134 | 61 |
| Binary | 11101110 | 111010 | 1010 | 0 | 1001100 | 1100000 | 111 | 1101 | 1011100 | 110001 |
Color Harmonies of #EE3A0A
Complementary color
Monochromatic Colors of #EE3A0A
Black with #EE3A0A
Text Example
Text Example
White with #EE3A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3A0A; }
p { color: rgb(238,58,10); }
H1.HeaderClassName
{
color: #EE3A0A;
}
.AnyTagClassName
{
color: #EE3A0A;
}
</style>
background-color css
<style>
a { background-color: #EE3A0A; }
a { background-color: rgb(238,58,10); }
div.DivClassName
{
background-color: #EE3A0A;
}
.BgClassName
{
background-color: #EE3A0A;
}
</style>
border-color css
<style>
span { border-color: #EE3A0A; }
span { border-color: rgb(238,58,10); }
td.TdClassName
{
border-color: #EE3A0A;
}
.TagClassName
{
border-color: #EE3A0A;
}
</style>