Shades of Red #EE0A06
Tints of Red #EE0A06
RGB
CMYK
RGB Variations
Color information
#EE0A06 (or 0xEE0A06) is known color: Red. HEX triplet: EE, 0A and 06. RGB value is (238,10,6). Sum of RGB (Red+Green+Blue) = 238+10+6=254 (33% of max value = 765). Red value is 238 (93.36% from 255 or 93.70% from 254); Green value is 10 (4.30% from 255 or 3.94% from 254); Blue value is 6 (2.73% from 255 or 2.36% from 254); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0A06 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0A06 is #11F5F9. Grayscale: #4D4D4D. Windows color (decimal): -1177082 or 396014. OLE color: 396014.
HSL color Cylindrical-coordinate representation of color #EE0A06: hue angle of 1.03º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE0A06 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 10 | 6 | - |
| CMYK | 0 | 0.96 | 0.97 | 0.07 |
| HSL | 1.03º | 0.95% | 0.48% | - |
| HSV(B) | 1.03º | 0.97% | 0.93% | - |
| XYZ | 35.4 | 18.41 | 1.86 | - |
| YUV | 77.72 | 87.54 | 242.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 10 | 6 | 0 | 0.96 | 0.97 | 0.07 | 1.03 | 0.95 | 0.48 |
| Hex | EE | A | 6 | 0 | 60 | 61 | 7 | 1 | 5F | 30 |
| Octal | 356 | 12 | 6 | 0 | 140 | 141 | 7 | 1 | 137 | 60 |
| Binary | 11101110 | 1010 | 110 | 0 | 1100000 | 1100001 | 111 | 1 | 1011111 | 110000 |
Color Harmonies of #EE0A06
Complementary color
Monochromatic Colors of #EE0A06
Black with #EE0A06
Text Example
Text Example
White with #EE0A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0A06; }
p { color: rgb(238,10,6); }
H1.HeaderClassName
{
color: #EE0A06;
}
.AnyTagClassName
{
color: #EE0A06;
}
</style>
background-color css
<style>
a { background-color: #EE0A06; }
a { background-color: rgb(238,10,6); }
div.DivClassName
{
background-color: #EE0A06;
}
.BgClassName
{
background-color: #EE0A06;
}
</style>
border-color css
<style>
span { border-color: #EE0A06; }
span { border-color: rgb(238,10,6); }
td.TdClassName
{
border-color: #EE0A06;
}
.TagClassName
{
border-color: #EE0A06;
}
</style>