Shades of Red #E30000
Tints of Red #E30000
RGB
CMYK
RGB Variations
Color information
#E30000 (or 0xE30000) is known color: Red. HEX triplet: E3, 00 and 00. RGB value is (227,0,0). Sum of RGB (Red+Green+Blue) = 227+0+0=227 (30% of max value = 765). Red value is 227 (89.06% from 255 or 100% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 227 - color contains mainly: red. Hex color #E30000 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30000 is #1CFFFF. Grayscale: #444444. Windows color (decimal): -1900544 or 227. OLE color: 227.
HSL color Cylindrical-coordinate representation of color #E30000: hue angle of 0º 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 #E30000 is Cyan = 0, Magento = 1, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 0 | 0 | - |
| CMYK | 0 | 1 | 1 | 0.11 |
| HSL | 0º | 1% | 0.45% | - |
| HSV(B) | 0º | 1% | 0.89% | - |
| XYZ | 31.68 | 16.33 | 1.48 | - |
| YUV | 67.87 | 89.71 | 241.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 0 | 0 | 0 | 1 | 1 | 0.11 | 0 | 1 | 0.45 |
| Hex | E3 | 0 | 0 | 0 | 64 | 64 | B | 0 | 64 | 2D |
| Octal | 343 | 0 | 0 | 0 | 144 | 144 | 13 | 0 | 144 | 55 |
| Binary | 11100011 | 0 | 0 | 0 | 1100100 | 1100100 | 1011 | 0 | 1100100 | 101101 |
Color Harmonies of #E30000
Complementary color
Monochromatic Colors of #E30000
Black with #E30000
Text Example
Text Example
White with #E30000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30000; }
p { color: rgb(227,0,0); }
H1.HeaderClassName
{
color: #E30000;
}
.AnyTagClassName
{
color: #E30000;
}
</style>
background-color css
<style>
a { background-color: #E30000; }
a { background-color: rgb(227,0,0); }
div.DivClassName
{
background-color: #E30000;
}
.BgClassName
{
background-color: #E30000;
}
</style>
border-color css
<style>
span { border-color: #E30000; }
span { border-color: rgb(227,0,0); }
td.TdClassName
{
border-color: #E30000;
}
.TagClassName
{
border-color: #E30000;
}
</style>