Shades of Red #E30E00
Tints of Red #E30E00
RGB
CMYK
RGB Variations
Color information
#E30E00 (or 0xE30E00) is known color: Red. HEX triplet: E3, 0E and 00. RGB value is (227,14,0). Sum of RGB (Red+Green+Blue) = 227+14+0=241 (31% of max value = 765). Red value is 227 (89.06% from 255 or 94.19% from 241); Green value is 14 (5.86% from 255 or 5.81% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 227 - color contains mainly: red. Hex color #E30E00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30E00 is #1CF1FF. Grayscale: #4C4C4C. Windows color (decimal): -1896960 or 3811. OLE color: 3811.
HSL color Cylindrical-coordinate representation of color #E30E00: hue angle of 3.7º 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 #E30E00 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 14 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.11 |
| HSL | 3.7º | 1% | 0.45% | - |
| HSV(B) | 3.7º | 1% | 0.89% | - |
| XYZ | 31.84 | 16.64 | 1.53 | - |
| YUV | 76.09 | 85.07 | 235.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 14 | 0 | 0 | 0.94 | 1 | 0.11 | 3.7 | 1 | 0.45 |
| Hex | E3 | E | 0 | 0 | 5E | 64 | B | 4 | 64 | 2D |
| Octal | 343 | 16 | 0 | 0 | 136 | 144 | 13 | 4 | 144 | 55 |
| Binary | 11100011 | 1110 | 0 | 0 | 1011110 | 1100100 | 1011 | 100 | 1100100 | 101101 |
Color Harmonies of #E30E00
Complementary color
Monochromatic Colors of #E30E00
Black with #E30E00
Text Example
Text Example
White with #E30E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30E00; }
p { color: rgb(227,14,0); }
H1.HeaderClassName
{
color: #E30E00;
}
.AnyTagClassName
{
color: #E30E00;
}
</style>
background-color css
<style>
a { background-color: #E30E00; }
a { background-color: rgb(227,14,0); }
div.DivClassName
{
background-color: #E30E00;
}
.BgClassName
{
background-color: #E30E00;
}
</style>
border-color css
<style>
span { border-color: #E30E00; }
span { border-color: rgb(227,14,0); }
td.TdClassName
{
border-color: #E30E00;
}
.TagClassName
{
border-color: #E30E00;
}
</style>