Shades of Red #E2130C
Tints of Red #E2130C
RGB
CMYK
RGB Variations
Color information
#E2130C (or 0xE2130C) is known color: Red. HEX triplet: E2, 13 and 0C. RGB value is (226,19,12). Sum of RGB (Red+Green+Blue) = 226+19+12=257 (34% of max value = 765). Red value is 226 (88.67% from 255 or 87.94% from 257); Green value is 19 (7.81% from 255 or 7.39% from 257); Blue value is 12 (5.08% from 255 or 4.67% from 257); Max value from RGB is 226 - color contains mainly: red. Hex color #E2130C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E2130C is #1DECF3. Grayscale: #505050. Windows color (decimal): -1961204 or 791522. OLE color: 791522.
HSL color Cylindrical-coordinate representation of color #E2130C: hue angle of 1.96º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E2130C is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 19 | 12 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.11 |
| HSL | 1.96º | 0.9% | 0.47% | - |
| HSV(B) | 1.96º | 0.95% | 0.89% | - |
| XYZ | 31.66 | 16.66 | 1.89 | - |
| YUV | 80.1 | 89.58 | 232.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 19 | 12 | 0 | 0.92 | 0.95 | 0.11 | 1.96 | 0.9 | 0.47 |
| Hex | E2 | 13 | C | 0 | 5C | 5F | B | 2 | 5A | 2F |
| Octal | 342 | 23 | 14 | 0 | 134 | 137 | 13 | 2 | 132 | 57 |
| Binary | 11100010 | 10011 | 1100 | 0 | 1011100 | 1011111 | 1011 | 10 | 1011010 | 101111 |
Color Harmonies of #E2130C
Complementary color
Monochromatic Colors of #E2130C
Black with #E2130C
Text Example
Text Example
White with #E2130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2130C; }
p { color: rgb(226,19,12); }
H1.HeaderClassName
{
color: #E2130C;
}
.AnyTagClassName
{
color: #E2130C;
}
</style>
background-color css
<style>
a { background-color: #E2130C; }
a { background-color: rgb(226,19,12); }
div.DivClassName
{
background-color: #E2130C;
}
.BgClassName
{
background-color: #E2130C;
}
</style>
border-color css
<style>
span { border-color: #E2130C; }
span { border-color: rgb(226,19,12); }
td.TdClassName
{
border-color: #E2130C;
}
.TagClassName
{
border-color: #E2130C;
}
</style>