Shades of Red #EE0F0C
Tints of Red #EE0F0C
RGB
CMYK
RGB Variations
Color information
#EE0F0C (or 0xEE0F0C) is known color: Red. HEX triplet: EE, 0F and 0C. RGB value is (238,15,12). Sum of RGB (Red+Green+Blue) = 238+15+12=265 (35% of max value = 765). Red value is 238 (93.36% from 255 or 89.81% from 265); Green value is 15 (6.25% from 255 or 5.66% from 265); Blue value is 12 (5.08% from 255 or 4.53% from 265); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0F0C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0F0C is #11F0F3. Grayscale: #515151. Windows color (decimal): -1175796 or 790510. OLE color: 790510.
HSL color Cylindrical-coordinate representation of color #EE0F0C: hue angle of 0.8º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE0F0C is Cyan = 0, Magento = 0.94, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 15 | 12 | - |
| CMYK | 0 | 0.94 | 0.95 | 0.07 |
| HSL | 0.8º | 0.9% | 0.49% | - |
| HSV(B) | 0.8º | 0.95% | 0.93% | - |
| XYZ | 35.5 | 18.55 | 2.06 | - |
| YUV | 81.34 | 88.88 | 239.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 15 | 12 | 0 | 0.94 | 0.95 | 0.07 | 0.8 | 0.9 | 0.49 |
| Hex | EE | F | C | 0 | 5E | 5F | 7 | 1 | 5A | 31 |
| Octal | 356 | 17 | 14 | 0 | 136 | 137 | 7 | 1 | 132 | 61 |
| Binary | 11101110 | 1111 | 1100 | 0 | 1011110 | 1011111 | 111 | 1 | 1011010 | 110001 |
Color Harmonies of #EE0F0C
Complementary color
Monochromatic Colors of #EE0F0C
Black with #EE0F0C
Text Example
Text Example
White with #EE0F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0F0C; }
p { color: rgb(238,15,12); }
H1.HeaderClassName
{
color: #EE0F0C;
}
.AnyTagClassName
{
color: #EE0F0C;
}
</style>
background-color css
<style>
a { background-color: #EE0F0C; }
a { background-color: rgb(238,15,12); }
div.DivClassName
{
background-color: #EE0F0C;
}
.BgClassName
{
background-color: #EE0F0C;
}
</style>
border-color css
<style>
span { border-color: #EE0F0C; }
span { border-color: rgb(238,15,12); }
td.TdClassName
{
border-color: #EE0F0C;
}
.TagClassName
{
border-color: #EE0F0C;
}
</style>