Shades of Red #EE120F
Tints of Red #EE120F
RGB
CMYK
RGB Variations
Color information
#EE120F (or 0xEE120F) is known color: Red. HEX triplet: EE, 12 and 0F. RGB value is (238,18,15). Sum of RGB (Red+Green+Blue) = 238+18+15=271 (35% of max value = 765). Red value is 238 (93.36% from 255 or 87.82% from 271); Green value is 18 (7.42% from 255 or 6.64% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 238 - color contains mainly: red. Hex color #EE120F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE120F is #11EDF0. Grayscale: #535353. Windows color (decimal): -1175025 or 987886. OLE color: 987886.
HSL color Cylindrical-coordinate representation of color #EE120F: hue angle of 0.81º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE120F is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 18 | 15 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.07 |
| HSL | 0.81º | 0.88% | 0.5% | - |
| HSV(B) | 0.81º | 0.94% | 0.93% | - |
| XYZ | 35.56 | 18.64 | 2.18 | - |
| YUV | 83.44 | 89.39 | 238.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 18 | 15 | 0 | 0.92 | 0.94 | 0.07 | 0.81 | 0.88 | 0.5 |
| Hex | EE | 12 | F | 0 | 5C | 5E | 7 | 1 | 58 | 32 |
| Octal | 356 | 22 | 17 | 0 | 134 | 136 | 7 | 1 | 130 | 62 |
| Binary | 11101110 | 10010 | 1111 | 0 | 1011100 | 1011110 | 111 | 1 | 1011000 | 110010 |
Color Harmonies of #EE120F
Complementary color
Monochromatic Colors of #EE120F
Black with #EE120F
Text Example
Text Example
White with #EE120F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE120F; }
p { color: rgb(238,18,15); }
H1.HeaderClassName
{
color: #EE120F;
}
.AnyTagClassName
{
color: #EE120F;
}
</style>
background-color css
<style>
a { background-color: #EE120F; }
a { background-color: rgb(238,18,15); }
div.DivClassName
{
background-color: #EE120F;
}
.BgClassName
{
background-color: #EE120F;
}
</style>
border-color css
<style>
span { border-color: #EE120F; }
span { border-color: rgb(238,18,15); }
td.TdClassName
{
border-color: #EE120F;
}
.TagClassName
{
border-color: #EE120F;
}
</style>