Shades of Red #EE120C
Tints of Red #EE120C
RGB
CMYK
RGB Variations
Color information
#EE120C (or 0xEE120C) is known color: Red. HEX triplet: EE, 12 and 0C. RGB value is (238,18,12). Sum of RGB (Red+Green+Blue) = 238+18+12=268 (35% of max value = 765). Red value is 238 (93.36% from 255 or 88.81% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 12 (5.08% from 255 or 4.48% from 268); Max value from RGB is 238 - color contains mainly: red. Hex color #EE120C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE120C is #11EDF3. Grayscale: #535353. Windows color (decimal): -1175028 or 791278. OLE color: 791278.
HSL color Cylindrical-coordinate representation of color #EE120C: hue angle of 1.59º 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 #EE120C is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 18 | 12 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.07 |
| HSL | 1.59º | 0.9% | 0.49% | - |
| HSV(B) | 1.59º | 0.95% | 0.93% | - |
| XYZ | 35.54 | 18.64 | 2.07 | - |
| YUV | 83.1 | 87.89 | 238.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 18 | 12 | 0 | 0.92 | 0.95 | 0.07 | 1.59 | 0.9 | 0.49 |
| Hex | EE | 12 | C | 0 | 5C | 5F | 7 | 2 | 5A | 31 |
| Octal | 356 | 22 | 14 | 0 | 134 | 137 | 7 | 2 | 132 | 61 |
| Binary | 11101110 | 10010 | 1100 | 0 | 1011100 | 1011111 | 111 | 10 | 1011010 | 110001 |
Color Harmonies of #EE120C
Complementary color
Monochromatic Colors of #EE120C
Black with #EE120C
Text Example
Text Example
White with #EE120C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE120C; }
p { color: rgb(238,18,12); }
H1.HeaderClassName
{
color: #EE120C;
}
.AnyTagClassName
{
color: #EE120C;
}
</style>
background-color css
<style>
a { background-color: #EE120C; }
a { background-color: rgb(238,18,12); }
div.DivClassName
{
background-color: #EE120C;
}
.BgClassName
{
background-color: #EE120C;
}
</style>
border-color css
<style>
span { border-color: #EE120C; }
span { border-color: rgb(238,18,12); }
td.TdClassName
{
border-color: #EE120C;
}
.TagClassName
{
border-color: #EE120C;
}
</style>