Shades of Red #E2130D
Tints of Red #E2130D
RGB
CMYK
RGB Variations
Color information
#E2130D (or 0xE2130D) is known color: Red. HEX triplet: E2, 13 and 0D. RGB value is (226,19,13). Sum of RGB (Red+Green+Blue) = 226+19+13=258 (34% of max value = 765). Red value is 226 (88.67% from 255 or 87.60% from 258); Green value is 19 (7.81% from 255 or 7.36% from 258); Blue value is 13 (5.47% from 255 or 5.04% from 258); Max value from RGB is 226 - color contains mainly: red. Hex color #E2130D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E2130D is #1DECF2. Grayscale: #505050. Windows color (decimal): -1961203 or 857058. OLE color: 857058.
HSL color Cylindrical-coordinate representation of color #E2130D: hue angle of 1.69º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E2130D is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 19 | 13 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.11 |
| HSL | 1.69º | 0.89% | 0.47% | - |
| HSV(B) | 1.69º | 0.94% | 0.89% | - |
| XYZ | 31.67 | 16.66 | 1.93 | - |
| YUV | 80.21 | 90.08 | 231.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 19 | 13 | 0 | 0.92 | 0.94 | 0.11 | 1.69 | 0.89 | 0.47 |
| Hex | E2 | 13 | D | 0 | 5C | 5E | B | 2 | 59 | 2F |
| Octal | 342 | 23 | 15 | 0 | 134 | 136 | 13 | 2 | 131 | 57 |
| Binary | 11100010 | 10011 | 1101 | 0 | 1011100 | 1011110 | 1011 | 10 | 1011001 | 101111 |
Color Harmonies of #E2130D
Complementary color
Monochromatic Colors of #E2130D
Black with #E2130D
Text Example
Text Example
White with #E2130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2130D; }
p { color: rgb(226,19,13); }
H1.HeaderClassName
{
color: #E2130D;
}
.AnyTagClassName
{
color: #E2130D;
}
</style>
background-color css
<style>
a { background-color: #E2130D; }
a { background-color: rgb(226,19,13); }
div.DivClassName
{
background-color: #E2130D;
}
.BgClassName
{
background-color: #E2130D;
}
</style>
border-color css
<style>
span { border-color: #E2130D; }
span { border-color: rgb(226,19,13); }
td.TdClassName
{
border-color: #E2130D;
}
.TagClassName
{
border-color: #E2130D;
}
</style>