Shades of Red #EE120D
Tints of Red #EE120D
RGB
CMYK
RGB Variations
Color information
#EE120D (or 0xEE120D) is known color: Red. HEX triplet: EE, 12 and 0D. RGB value is (238,18,13). Sum of RGB (Red+Green+Blue) = 238+18+13=269 (35% of max value = 765). Red value is 238 (93.36% from 255 or 88.48% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 13 (5.47% from 255 or 4.83% from 269); Max value from RGB is 238 - color contains mainly: red. Hex color #EE120D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE120D is #11EDF2. Grayscale: #535353. Windows color (decimal): -1175027 or 856814. OLE color: 856814.
HSL color Cylindrical-coordinate representation of color #EE120D: hue angle of 1.33º 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 #EE120D is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 18 | 13 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.07 |
| HSL | 1.33º | 0.9% | 0.49% | - |
| HSV(B) | 1.33º | 0.95% | 0.93% | - |
| XYZ | 35.55 | 18.64 | 2.1 | - |
| YUV | 83.21 | 88.39 | 238.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 18 | 13 | 0 | 0.92 | 0.95 | 0.07 | 1.33 | 0.9 | 0.49 |
| Hex | EE | 12 | D | 0 | 5C | 5F | 7 | 1 | 5A | 31 |
| Octal | 356 | 22 | 15 | 0 | 134 | 137 | 7 | 1 | 132 | 61 |
| Binary | 11101110 | 10010 | 1101 | 0 | 1011100 | 1011111 | 111 | 1 | 1011010 | 110001 |
Color Harmonies of #EE120D
Complementary color
Monochromatic Colors of #EE120D
Black with #EE120D
Text Example
Text Example
White with #EE120D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE120D; }
p { color: rgb(238,18,13); }
H1.HeaderClassName
{
color: #EE120D;
}
.AnyTagClassName
{
color: #EE120D;
}
</style>
background-color css
<style>
a { background-color: #EE120D; }
a { background-color: rgb(238,18,13); }
div.DivClassName
{
background-color: #EE120D;
}
.BgClassName
{
background-color: #EE120D;
}
</style>
border-color css
<style>
span { border-color: #EE120D; }
span { border-color: rgb(238,18,13); }
td.TdClassName
{
border-color: #EE120D;
}
.TagClassName
{
border-color: #EE120D;
}
</style>