Shades of Venetian Red #E30519
Tints of Venetian Red #E30519
RGB
CMYK
RGB Variations
Color information
#E30519 (or 0xE30519) is known color: Venetian Red. HEX triplet: E3, 05 and 19. RGB value is (227,5,25). Sum of RGB (Red+Green+Blue) = 227+5+25=257 (34% of max value = 765). Red value is 227 (89.06% from 255 or 88.33% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 25 (10.16% from 255 or 9.73% from 257); Max value from RGB is 227 - color contains mainly: red. Hex color #E30519 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30519 is #1CFAE6. Grayscale: #494949. Windows color (decimal): -1899239 or 1639907. OLE color: 1639907.
HSL color Cylindrical-coordinate representation of color #E30519: hue angle of 354.59º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E30519 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 5 | 25 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.11 |
| HSL | 354.59º | 0.96% | 0.45% | - |
| HSV(B) | 354.59º | 0.98% | 0.89% | - |
| XYZ | 31.91 | 16.51 | 2.42 | - |
| YUV | 73.66 | 100.55 | 237.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 5 | 25 | 0 | 0.98 | 0.89 | 0.11 | 354.59 | 0.96 | 0.45 |
| Hex | E3 | 5 | 19 | 0 | 62 | 59 | B | 163 | 60 | 2D |
| Octal | 343 | 5 | 31 | 0 | 142 | 131 | 13 | 543 | 140 | 55 |
| Binary | 11100011 | 101 | 11001 | 0 | 1100010 | 1011001 | 1011 | 101100011 | 1100000 | 101101 |
Color Harmonies of #E30519
Complementary color
Monochromatic Colors of #E30519
Black with #E30519
Text Example
Text Example
White with #E30519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30519; }
p { color: rgb(227,5,25); }
H1.HeaderClassName
{
color: #E30519;
}
.AnyTagClassName
{
color: #E30519;
}
</style>
background-color css
<style>
a { background-color: #E30519; }
a { background-color: rgb(227,5,25); }
div.DivClassName
{
background-color: #E30519;
}
.BgClassName
{
background-color: #E30519;
}
</style>
border-color css
<style>
span { border-color: #E30519; }
span { border-color: rgb(227,5,25); }
td.TdClassName
{
border-color: #E30519;
}
.TagClassName
{
border-color: #E30519;
}
</style>