Shades of Red #E31000
Tints of Red #E31000
RGB
CMYK
RGB Variations
Color information
#E31000 (or 0xE31000) is known color: Red. HEX triplet: E3, 10 and 00. RGB value is (227,16,0). Sum of RGB (Red+Green+Blue) = 227+16+0=243 (32% of max value = 765). Red value is 227 (89.06% from 255 or 93.42% from 243); Green value is 16 (6.64% from 255 or 6.58% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 227 - color contains mainly: red. Hex color #E31000 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E31000 is #1CEFFF. Grayscale: #4D4D4D. Windows color (decimal): -1896448 or 4323. OLE color: 4323.
HSL color Cylindrical-coordinate representation of color #E31000: hue angle of 4.23º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E31000 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 16 | 0 | - |
| CMYK | 0 | 0.93 | 1 | 0.11 |
| HSL | 4.23º | 1% | 0.45% | - |
| HSV(B) | 4.23º | 1% | 0.89% | - |
| XYZ | 31.86 | 16.7 | 1.54 | - |
| YUV | 77.27 | 84.4 | 234.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 16 | 0 | 0 | 0.93 | 1 | 0.11 | 4.23 | 1 | 0.45 |
| Hex | E3 | 10 | 0 | 0 | 5D | 64 | B | 4 | 64 | 2D |
| Octal | 343 | 20 | 0 | 0 | 135 | 144 | 13 | 4 | 144 | 55 |
| Binary | 11100011 | 10000 | 0 | 0 | 1011101 | 1100100 | 1011 | 100 | 1100100 | 101101 |
Color Harmonies of #E31000
Complementary color
Monochromatic Colors of #E31000
Black with #E31000
Text Example
Text Example
White with #E31000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31000; }
p { color: rgb(227,16,0); }
H1.HeaderClassName
{
color: #E31000;
}
.AnyTagClassName
{
color: #E31000;
}
</style>
background-color css
<style>
a { background-color: #E31000; }
a { background-color: rgb(227,16,0); }
div.DivClassName
{
background-color: #E31000;
}
.BgClassName
{
background-color: #E31000;
}
</style>
border-color css
<style>
span { border-color: #E31000; }
span { border-color: rgb(227,16,0); }
td.TdClassName
{
border-color: #E31000;
}
.TagClassName
{
border-color: #E31000;
}
</style>