Shades of Venetian Red #E30019
Tints of Venetian Red #E30019
RGB
CMYK
RGB Variations
Color information
#E30019 (or 0xE30019) is known color: Venetian Red. HEX triplet: E3, 00 and 19. RGB value is (227,0,25). Sum of RGB (Red+Green+Blue) = 227+0+25=252 (33% of max value = 765). Red value is 227 (89.06% from 255 or 90.08% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 25 (10.16% from 255 or 9.92% from 252); Max value from RGB is 227 - color contains mainly: red. Hex color #E30019 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30019 is #1CFFE6. Grayscale: #464646. Windows color (decimal): -1900519 or 1638627. OLE color: 1638627.
HSL color Cylindrical-coordinate representation of color #E30019: hue angle of 353.39º 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 #E30019 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 0 | 25 | - |
| CMYK | 0 | 1 | 0.89 | 0.11 |
| HSL | 353.39º | 1% | 0.45% | - |
| HSV(B) | 353.39º | 1% | 0.89% | - |
| XYZ | 31.85 | 16.4 | 2.41 | - |
| YUV | 70.72 | 102.21 | 239.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 0 | 25 | 0 | 1 | 0.89 | 0.11 | 353.39 | 1 | 0.45 |
| Hex | E3 | 0 | 19 | 0 | 64 | 59 | B | 161 | 64 | 2D |
| Octal | 343 | 0 | 31 | 0 | 144 | 131 | 13 | 541 | 144 | 55 |
| Binary | 11100011 | 0 | 11001 | 0 | 1100100 | 1011001 | 1011 | 101100001 | 1100100 | 101101 |
Color Harmonies of #E30019
Complementary color
Monochromatic Colors of #E30019
Black with #E30019
Text Example
Text Example
White with #E30019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30019; }
p { color: rgb(227,0,25); }
H1.HeaderClassName
{
color: #E30019;
}
.AnyTagClassName
{
color: #E30019;
}
</style>
background-color css
<style>
a { background-color: #E30019; }
a { background-color: rgb(227,0,25); }
div.DivClassName
{
background-color: #E30019;
}
.BgClassName
{
background-color: #E30019;
}
</style>
border-color css
<style>
span { border-color: #E30019; }
span { border-color: rgb(227,0,25); }
td.TdClassName
{
border-color: #E30019;
}
.TagClassName
{
border-color: #E30019;
}
</style>