Shades of Venetian Red #E40109
Tints of Venetian Red #E40109
RGB
CMYK
RGB Variations
Color information
#E40109 (or 0xE40109) is known color: Venetian Red. HEX triplet: E4, 01 and 09. RGB value is (228,1,9). Sum of RGB (Red+Green+Blue) = 228+1+9=238 (31% of max value = 765). Red value is 228 (89.45% from 255 or 95.80% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 9 (3.91% from 255 or 3.78% from 238); Max value from RGB is 228 - color contains mainly: red. Hex color #E40109 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40109 is #1BFEF6. Grayscale: #454545. Windows color (decimal): -1834743 or 590308. OLE color: 590308.
HSL color Cylindrical-coordinate representation of color #E40109: hue angle of 357.89º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E40109 is Cyan = 0, Magento = 1.00, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 1 | 9 | - |
| CMYK | 0 | 1.00 | 0.96 | 0.11 |
| HSL | 357.89º | 0.99% | 0.45% | - |
| HSV(B) | 357.89º | 1% | 0.89% | - |
| XYZ | 32.06 | 16.54 | 1.76 | - |
| YUV | 69.79 | 93.71 | 240.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 1 | 9 | 0 | 1.00 | 0.96 | 0.11 | 357.89 | 0.99 | 0.45 |
| Hex | E4 | 1 | 9 | 0 | 64 | 60 | B | 166 | 63 | 2D |
| Octal | 344 | 1 | 11 | 0 | 144 | 140 | 13 | 546 | 143 | 55 |
| Binary | 11100100 | 1 | 1001 | 0 | 1100100 | 1100000 | 1011 | 101100110 | 1100011 | 101101 |
Color Harmonies of #E40109
Complementary color
Monochromatic Colors of #E40109
Black with #E40109
Text Example
Text Example
White with #E40109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40109; }
p { color: rgb(228,1,9); }
H1.HeaderClassName
{
color: #E40109;
}
.AnyTagClassName
{
color: #E40109;
}
</style>
background-color css
<style>
a { background-color: #E40109; }
a { background-color: rgb(228,1,9); }
div.DivClassName
{
background-color: #E40109;
}
.BgClassName
{
background-color: #E40109;
}
</style>
border-color css
<style>
span { border-color: #E40109; }
span { border-color: rgb(228,1,9); }
td.TdClassName
{
border-color: #E40109;
}
.TagClassName
{
border-color: #E40109;
}
</style>