Shades of Red #E31009
Tints of Red #E31009
RGB
CMYK
RGB Variations
Color information
#E31009 (or 0xE31009) is known color: Red. HEX triplet: E3, 10 and 09. RGB value is (227,16,9). Sum of RGB (Red+Green+Blue) = 227+16+9=252 (33% of max value = 765). Red value is 227 (89.06% from 255 or 90.08% from 252); Green value is 16 (6.64% from 255 or 6.35% from 252); Blue value is 9 (3.91% from 255 or 3.57% from 252); Max value from RGB is 227 - color contains mainly: red. Hex color #E31009 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E31009 is #1CEFF6. Grayscale: #4E4E4E. Windows color (decimal): -1896439 or 594147. OLE color: 594147.
HSL color Cylindrical-coordinate representation of color #E31009: hue angle of 1.93º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E31009 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 16 | 9 | - |
| CMYK | 0 | 0.93 | 0.96 | 0.11 |
| HSL | 1.93º | 0.92% | 0.46% | - |
| HSV(B) | 1.93º | 0.96% | 0.89% | - |
| XYZ | 31.91 | 16.72 | 1.8 | - |
| YUV | 78.29 | 88.9 | 234.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 16 | 9 | 0 | 0.93 | 0.96 | 0.11 | 1.93 | 0.92 | 0.46 |
| Hex | E3 | 10 | 9 | 0 | 5D | 60 | B | 2 | 5C | 2E |
| Octal | 343 | 20 | 11 | 0 | 135 | 140 | 13 | 2 | 134 | 56 |
| Binary | 11100011 | 10000 | 1001 | 0 | 1011101 | 1100000 | 1011 | 10 | 1011100 | 101110 |
Color Harmonies of #E31009
Complementary color
Monochromatic Colors of #E31009
Black with #E31009
Text Example
Text Example
White with #E31009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31009; }
p { color: rgb(227,16,9); }
H1.HeaderClassName
{
color: #E31009;
}
.AnyTagClassName
{
color: #E31009;
}
</style>
background-color css
<style>
a { background-color: #E31009; }
a { background-color: rgb(227,16,9); }
div.DivClassName
{
background-color: #E31009;
}
.BgClassName
{
background-color: #E31009;
}
</style>
border-color css
<style>
span { border-color: #E31009; }
span { border-color: rgb(227,16,9); }
td.TdClassName
{
border-color: #E31009;
}
.TagClassName
{
border-color: #E31009;
}
</style>