Shades of Venetian Red #E30009
Tints of Venetian Red #E30009
RGB
CMYK
RGB Variations
Color information
#E30009 (or 0xE30009) is known color: Venetian Red. HEX triplet: E3, 00 and 09. RGB value is (227,0,9). Sum of RGB (Red+Green+Blue) = 227+0+9=236 (31% of max value = 765). Red value is 227 (89.06% from 255 or 96.19% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 9 (3.91% from 255 or 3.81% from 236); Max value from RGB is 227 - color contains mainly: red. Hex color #E30009 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30009 is #1CFFF6. Grayscale: #454545. Windows color (decimal): -1900535 or 590051. OLE color: 590051.
HSL color Cylindrical-coordinate representation of color #E30009: hue angle of 357.62º 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 #E30009 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 0 | 9 | - |
| CMYK | 0 | 1 | 0.96 | 0.11 |
| HSL | 357.62º | 1% | 0.45% | - |
| HSV(B) | 357.62º | 1% | 0.89% | - |
| XYZ | 31.73 | 16.35 | 1.74 | - |
| YUV | 68.9 | 94.21 | 240.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 0 | 9 | 0 | 1 | 0.96 | 0.11 | 357.62 | 1 | 0.45 |
| Hex | E3 | 0 | 9 | 0 | 64 | 60 | B | 166 | 64 | 2D |
| Octal | 343 | 0 | 11 | 0 | 144 | 140 | 13 | 546 | 144 | 55 |
| Binary | 11100011 | 0 | 1001 | 0 | 1100100 | 1100000 | 1011 | 101100110 | 1100100 | 101101 |
Color Harmonies of #E30009
Complementary color
Monochromatic Colors of #E30009
Black with #E30009
Text Example
Text Example
White with #E30009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30009; }
p { color: rgb(227,0,9); }
H1.HeaderClassName
{
color: #E30009;
}
.AnyTagClassName
{
color: #E30009;
}
</style>
background-color css
<style>
a { background-color: #E30009; }
a { background-color: rgb(227,0,9); }
div.DivClassName
{
background-color: #E30009;
}
.BgClassName
{
background-color: #E30009;
}
</style>
border-color css
<style>
span { border-color: #E30009; }
span { border-color: rgb(227,0,9); }
td.TdClassName
{
border-color: #E30009;
}
.TagClassName
{
border-color: #E30009;
}
</style>