Shades of Red #EE1006
Tints of Red #EE1006
RGB
CMYK
RGB Variations
Color information
#EE1006 (or 0xEE1006) is known color: Red. HEX triplet: EE, 10 and 06. RGB value is (238,16,6). Sum of RGB (Red+Green+Blue) = 238+16+6=260 (34% of max value = 765). Red value is 238 (93.36% from 255 or 91.54% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 6 (2.73% from 255 or 2.31% from 260); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1006 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1006 is #11EFF9. Grayscale: #515151. Windows color (decimal): -1175546 or 397550. OLE color: 397550.
HSL color Cylindrical-coordinate representation of color #EE1006: hue angle of 2.59º 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 #EE1006 is Cyan = 0, Magento = 0.93, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 16 | 6 | - |
| CMYK | 0 | 0.93 | 0.97 | 0.07 |
| HSL | 2.59º | 0.95% | 0.48% | - |
| HSV(B) | 2.59º | 0.97% | 0.93% | - |
| XYZ | 35.48 | 18.56 | 1.89 | - |
| YUV | 81.24 | 85.55 | 239.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 16 | 6 | 0 | 0.93 | 0.97 | 0.07 | 2.59 | 0.95 | 0.48 |
| Hex | EE | 10 | 6 | 0 | 5D | 61 | 7 | 3 | 5F | 30 |
| Octal | 356 | 20 | 6 | 0 | 135 | 141 | 7 | 3 | 137 | 60 |
| Binary | 11101110 | 10000 | 110 | 0 | 1011101 | 1100001 | 111 | 11 | 1011111 | 110000 |
Color Harmonies of #EE1006
Complementary color
Monochromatic Colors of #EE1006
Black with #EE1006
Text Example
Text Example
White with #EE1006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1006; }
p { color: rgb(238,16,6); }
H1.HeaderClassName
{
color: #EE1006;
}
.AnyTagClassName
{
color: #EE1006;
}
</style>
background-color css
<style>
a { background-color: #EE1006; }
a { background-color: rgb(238,16,6); }
div.DivClassName
{
background-color: #EE1006;
}
.BgClassName
{
background-color: #EE1006;
}
</style>
border-color css
<style>
span { border-color: #EE1006; }
span { border-color: rgb(238,16,6); }
td.TdClassName
{
border-color: #EE1006;
}
.TagClassName
{
border-color: #EE1006;
}
</style>