Shades of Red #E3130E
Tints of Red #E3130E
RGB
CMYK
RGB Variations
Color information
#E3130E (or 0xE3130E) is known color: Red. HEX triplet: E3, 13 and 0E. RGB value is (227,19,14). Sum of RGB (Red+Green+Blue) = 227+19+14=260 (34% of max value = 765). Red value is 227 (89.06% from 255 or 87.31% from 260); Green value is 19 (7.81% from 255 or 7.31% from 260); Blue value is 14 (5.86% from 255 or 5.38% from 260); Max value from RGB is 227 - color contains mainly: red. Hex color #E3130E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E3130E is #1CECF1. Grayscale: #505050. Windows color (decimal): -1895666 or 922595. OLE color: 922595.
HSL color Cylindrical-coordinate representation of color #E3130E: hue angle of 1.41º degrees, saturation: 0.88, 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 #E3130E is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 19 | 14 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.11 |
| HSL | 1.41º | 0.88% | 0.47% | - |
| HSV(B) | 1.41º | 0.94% | 0.89% | - |
| XYZ | 31.99 | 16.83 | 1.98 | - |
| YUV | 80.62 | 90.41 | 232.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 19 | 14 | 0 | 0.92 | 0.94 | 0.11 | 1.41 | 0.88 | 0.47 |
| Hex | E3 | 13 | E | 0 | 5C | 5E | B | 1 | 58 | 2F |
| Octal | 343 | 23 | 16 | 0 | 134 | 136 | 13 | 1 | 130 | 57 |
| Binary | 11100011 | 10011 | 1110 | 0 | 1011100 | 1011110 | 1011 | 1 | 1011000 | 101111 |
Color Harmonies of #E3130E
Complementary color
Monochromatic Colors of #E3130E
Black with #E3130E
Text Example
Text Example
White with #E3130E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3130E; }
p { color: rgb(227,19,14); }
H1.HeaderClassName
{
color: #E3130E;
}
.AnyTagClassName
{
color: #E3130E;
}
</style>
background-color css
<style>
a { background-color: #E3130E; }
a { background-color: rgb(227,19,14); }
div.DivClassName
{
background-color: #E3130E;
}
.BgClassName
{
background-color: #E3130E;
}
</style>
border-color css
<style>
span { border-color: #E3130E; }
span { border-color: rgb(227,19,14); }
td.TdClassName
{
border-color: #E3130E;
}
.TagClassName
{
border-color: #E3130E;
}
</style>