Shades of Red #E91212
Tints of Red #E91212
RGB
CMYK
RGB Variations
Color information
#E91212 (or 0xE91212) is known color: Red. HEX triplet: E9, 12 and 12. RGB value is (233,18,18). Sum of RGB (Red+Green+Blue) = 233+18+18=269 (35% of max value = 765). Red value is 233 (91.41% from 255 or 86.62% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 233 - color contains mainly: red. Hex color #E91212 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E91212 is #16EDED. Grayscale: #525252. Windows color (decimal): -1502702 or 1184489. OLE color: 1184489.
HSL color Cylindrical-coordinate representation of color #E91212: hue angle of 0º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E91212 is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 18 | 18 | - |
| CMYK | 0 | 0.92 | 0.92 | 0.09 |
| HSL | 0º | 0.86% | 0.49% | - |
| HSV(B) | 0º | 0.92% | 0.91% | - |
| XYZ | 33.93 | 17.8 | 2.22 | - |
| YUV | 82.29 | 91.73 | 235.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 18 | 18 | 0 | 0.92 | 0.92 | 0.09 | 0 | 0.86 | 0.49 |
| Hex | E9 | 12 | 12 | 0 | 5C | 5C | 9 | 0 | 56 | 31 |
| Octal | 351 | 22 | 22 | 0 | 134 | 134 | 11 | 0 | 126 | 61 |
| Binary | 11101001 | 10010 | 10010 | 0 | 1011100 | 1011100 | 1001 | 0 | 1010110 | 110001 |
Color Harmonies of #E91212
Complementary color
Monochromatic Colors of #E91212
Black with #E91212
Text Example
Text Example
White with #E91212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91212; }
p { color: rgb(233,18,18); }
H1.HeaderClassName
{
color: #E91212;
}
.AnyTagClassName
{
color: #E91212;
}
</style>
background-color css
<style>
a { background-color: #E91212; }
a { background-color: rgb(233,18,18); }
div.DivClassName
{
background-color: #E91212;
}
.BgClassName
{
background-color: #E91212;
}
</style>
border-color css
<style>
span { border-color: #E91212; }
span { border-color: rgb(233,18,18); }
td.TdClassName
{
border-color: #E91212;
}
.TagClassName
{
border-color: #E91212;
}
</style>