Shades of Red #EE0C00
Tints of Red #EE0C00
RGB
CMYK
RGB Variations
Color information
#EE0C00 (or 0xEE0C00) is known color: Red. HEX triplet: EE, 0C and 00. RGB value is (238,12,0). Sum of RGB (Red+Green+Blue) = 238+12+0=250 (33% of max value = 765). Red value is 238 (93.36% from 255 or 95.2% from 250); Green value is 12 (5.08% from 255 or 4.8% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0C00 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0C00 is #11F3FF. Grayscale: #4E4E4E. Windows color (decimal): -1176576 or 3310. OLE color: 3310.
HSL color Cylindrical-coordinate representation of color #EE0C00: hue angle of 3.03º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE0C00 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 12 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.07 |
| HSL | 3.03º | 1% | 0.47% | - |
| HSV(B) | 3.03º | 1% | 0.93% | - |
| XYZ | 35.39 | 18.44 | 1.69 | - |
| YUV | 78.21 | 83.87 | 241.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 12 | 0 | 0 | 0.95 | 1 | 0.07 | 3.03 | 1 | 0.47 |
| Hex | EE | C | 0 | 0 | 5F | 64 | 7 | 3 | 64 | 2F |
| Octal | 356 | 14 | 0 | 0 | 137 | 144 | 7 | 3 | 144 | 57 |
| Binary | 11101110 | 1100 | 0 | 0 | 1011111 | 1100100 | 111 | 11 | 1100100 | 101111 |
Color Harmonies of #EE0C00
Complementary color
Monochromatic Colors of #EE0C00
Black with #EE0C00
Text Example
Text Example
White with #EE0C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0C00; }
p { color: rgb(238,12,0); }
H1.HeaderClassName
{
color: #EE0C00;
}
.AnyTagClassName
{
color: #EE0C00;
}
</style>
background-color css
<style>
a { background-color: #EE0C00; }
a { background-color: rgb(238,12,0); }
div.DivClassName
{
background-color: #EE0C00;
}
.BgClassName
{
background-color: #EE0C00;
}
</style>
border-color css
<style>
span { border-color: #EE0C00; }
span { border-color: rgb(238,12,0); }
td.TdClassName
{
border-color: #EE0C00;
}
.TagClassName
{
border-color: #EE0C00;
}
</style>