Shades of Venetian Red #E30717
Tints of Venetian Red #E30717
RGB
CMYK
RGB Variations
Color information
#E30717 (or 0xE30717) is known color: Venetian Red. HEX triplet: E3, 07 and 17. RGB value is (227,7,23). Sum of RGB (Red+Green+Blue) = 227+7+23=257 (34% of max value = 765). Red value is 227 (89.06% from 255 or 88.33% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 23 (9.38% from 255 or 8.95% from 257); Max value from RGB is 227 - color contains mainly: red. Hex color #E30717 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30717 is #1CF8E8. Grayscale: #4A4A4A. Windows color (decimal): -1898729 or 1509347. OLE color: 1509347.
HSL color Cylindrical-coordinate representation of color #E30717: hue angle of 355.64º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E30717 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 7 | 23 | - |
| CMYK | 0 | 0.97 | 0.90 | 0.11 |
| HSL | 355.64º | 0.94% | 0.46% | - |
| HSV(B) | 355.64º | 0.97% | 0.89% | - |
| XYZ | 31.91 | 16.54 | 2.32 | - |
| YUV | 74.6 | 98.89 | 236.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 7 | 23 | 0 | 0.97 | 0.90 | 0.11 | 355.64 | 0.94 | 0.46 |
| Hex | E3 | 7 | 17 | 0 | 61 | 5A | B | 164 | 5E | 2E |
| Octal | 343 | 7 | 27 | 0 | 141 | 132 | 13 | 544 | 136 | 56 |
| Binary | 11100011 | 111 | 10111 | 0 | 1100001 | 1011010 | 1011 | 101100100 | 1011110 | 101110 |
Color Harmonies of #E30717
Complementary color
Monochromatic Colors of #E30717
Black with #E30717
Text Example
Text Example
White with #E30717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30717; }
p { color: rgb(227,7,23); }
H1.HeaderClassName
{
color: #E30717;
}
.AnyTagClassName
{
color: #E30717;
}
</style>
background-color css
<style>
a { background-color: #E30717; }
a { background-color: rgb(227,7,23); }
div.DivClassName
{
background-color: #E30717;
}
.BgClassName
{
background-color: #E30717;
}
</style>
border-color css
<style>
span { border-color: #E30717; }
span { border-color: rgb(227,7,23); }
td.TdClassName
{
border-color: #E30717;
}
.TagClassName
{
border-color: #E30717;
}
</style>