Shades of Red #E1130E
Tints of Red #E1130E
RGB
CMYK
RGB Variations
Color information
#E1130E (or 0xE1130E) is known color: Red. HEX triplet: E1, 13 and 0E. RGB value is (225,19,14). Sum of RGB (Red+Green+Blue) = 225+19+14=258 (34% of max value = 765). Red value is 225 (88.28% from 255 or 87.21% from 258); Green value is 19 (7.81% from 255 or 7.36% from 258); Blue value is 14 (5.86% from 255 or 5.43% from 258); Max value from RGB is 225 - color contains mainly: red. Hex color #E1130E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E1130E is #1EECF1. Grayscale: #505050. Windows color (decimal): -2026738 or 922593. OLE color: 922593.
HSL color Cylindrical-coordinate representation of color #E1130E: hue angle of 1.42º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E1130E is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 19 | 14 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.12 |
| HSL | 1.42º | 0.88% | 0.47% | - |
| HSV(B) | 1.42º | 0.94% | 0.88% | - |
| XYZ | 31.36 | 16.51 | 1.95 | - |
| YUV | 80.02 | 90.75 | 231.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 19 | 14 | 0 | 0.92 | 0.94 | 0.12 | 1.42 | 0.88 | 0.47 |
| Hex | E1 | 13 | E | 0 | 5C | 5E | C | 1 | 58 | 2F |
| Octal | 341 | 23 | 16 | 0 | 134 | 136 | 14 | 1 | 130 | 57 |
| Binary | 11100001 | 10011 | 1110 | 0 | 1011100 | 1011110 | 1100 | 1 | 1011000 | 101111 |
Color Harmonies of #E1130E
Complementary color
Monochromatic Colors of #E1130E
Black with #E1130E
Text Example
Text Example
White with #E1130E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1130E; }
p { color: rgb(225,19,14); }
H1.HeaderClassName
{
color: #E1130E;
}
.AnyTagClassName
{
color: #E1130E;
}
</style>
background-color css
<style>
a { background-color: #E1130E; }
a { background-color: rgb(225,19,14); }
div.DivClassName
{
background-color: #E1130E;
}
.BgClassName
{
background-color: #E1130E;
}
</style>
border-color css
<style>
span { border-color: #E1130E; }
span { border-color: rgb(225,19,14); }
td.TdClassName
{
border-color: #E1130E;
}
.TagClassName
{
border-color: #E1130E;
}
</style>