Shades of Red #E1130C
Tints of Red #E1130C
RGB
CMYK
RGB Variations
Color information
#E1130C (or 0xE1130C) is known color: Red. HEX triplet: E1, 13 and 0C. RGB value is (225,19,12). Sum of RGB (Red+Green+Blue) = 225+19+12=256 (33% of max value = 765). Red value is 225 (88.28% from 255 or 87.89% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 225 - color contains mainly: red. Hex color #E1130C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E1130C is #1EECF3. Grayscale: #505050. Windows color (decimal): -2026740 or 791521. OLE color: 791521.
HSL color Cylindrical-coordinate representation of color #E1130C: hue angle of 1.97º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E1130C is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 19 | 12 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.12 |
| HSL | 1.97º | 0.9% | 0.46% | - |
| HSV(B) | 1.97º | 0.95% | 0.88% | - |
| XYZ | 31.35 | 16.5 | 1.88 | - |
| YUV | 79.8 | 89.75 | 231.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 19 | 12 | 0 | 0.92 | 0.95 | 0.12 | 1.97 | 0.9 | 0.46 |
| Hex | E1 | 13 | C | 0 | 5C | 5F | C | 2 | 5A | 2E |
| Octal | 341 | 23 | 14 | 0 | 134 | 137 | 14 | 2 | 132 | 56 |
| Binary | 11100001 | 10011 | 1100 | 0 | 1011100 | 1011111 | 1100 | 10 | 1011010 | 101110 |
Color Harmonies of #E1130C
Complementary color
Monochromatic Colors of #E1130C
Black with #E1130C
Text Example
Text Example
White with #E1130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1130C; }
p { color: rgb(225,19,12); }
H1.HeaderClassName
{
color: #E1130C;
}
.AnyTagClassName
{
color: #E1130C;
}
</style>
background-color css
<style>
a { background-color: #E1130C; }
a { background-color: rgb(225,19,12); }
div.DivClassName
{
background-color: #E1130C;
}
.BgClassName
{
background-color: #E1130C;
}
</style>
border-color css
<style>
span { border-color: #E1130C; }
span { border-color: rgb(225,19,12); }
td.TdClassName
{
border-color: #E1130C;
}
.TagClassName
{
border-color: #E1130C;
}
</style>