Shades of Venetian Red #E40609
Tints of Venetian Red #E40609
RGB
CMYK
RGB Variations
Color information
#E40609 (or 0xE40609) is known color: Venetian Red. HEX triplet: E4, 06 and 09. RGB value is (228,6,9). Sum of RGB (Red+Green+Blue) = 228+6+9=243 (32% of max value = 765). Red value is 228 (89.45% from 255 or 93.83% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 9 (3.91% from 255 or 3.70% from 243); Max value from RGB is 228 - color contains mainly: red. Hex color #E40609 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40609 is #1BF9F6. Grayscale: #484848. Windows color (decimal): -1833463 or 591588. OLE color: 591588.
HSL color Cylindrical-coordinate representation of color #E40609: hue angle of 359.19º degrees, saturation: 0.95, 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 #E40609 is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 6 | 9 | - |
| CMYK | 0 | 0.97 | 0.96 | 0.11 |
| HSL | 359.19º | 0.95% | 0.46% | - |
| HSV(B) | 359.19º | 0.97% | 0.89% | - |
| XYZ | 32.11 | 16.64 | 1.78 | - |
| YUV | 72.72 | 92.05 | 238.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 6 | 9 | 0 | 0.97 | 0.96 | 0.11 | 359.19 | 0.95 | 0.46 |
| Hex | E4 | 6 | 9 | 0 | 61 | 60 | B | 167 | 5F | 2E |
| Octal | 344 | 6 | 11 | 0 | 141 | 140 | 13 | 547 | 137 | 56 |
| Binary | 11100100 | 110 | 1001 | 0 | 1100001 | 1100000 | 1011 | 101100111 | 1011111 | 101110 |
Color Harmonies of #E40609
Complementary color
Monochromatic Colors of #E40609
Black with #E40609
Text Example
Text Example
White with #E40609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40609; }
p { color: rgb(228,6,9); }
H1.HeaderClassName
{
color: #E40609;
}
.AnyTagClassName
{
color: #E40609;
}
</style>
background-color css
<style>
a { background-color: #E40609; }
a { background-color: rgb(228,6,9); }
div.DivClassName
{
background-color: #E40609;
}
.BgClassName
{
background-color: #E40609;
}
</style>
border-color css
<style>
span { border-color: #E40609; }
span { border-color: rgb(228,6,9); }
td.TdClassName
{
border-color: #E40609;
}
.TagClassName
{
border-color: #E40609;
}
</style>