Shades of Venetian Red #E4090C
Tints of Venetian Red #E4090C
RGB
CMYK
RGB Variations
Color information
#E4090C (or 0xE4090C) is known color: Venetian Red. HEX triplet: E4, 09 and 0C. RGB value is (228,9,12). Sum of RGB (Red+Green+Blue) = 228+9+12=249 (32% of max value = 765). Red value is 228 (89.45% from 255 or 91.57% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 12 (5.08% from 255 or 4.82% from 249); Max value from RGB is 228 - color contains mainly: red. Hex color #E4090C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E4090C is #1BF6F3. Grayscale: #4B4B4B. Windows color (decimal): -1832692 or 788964. OLE color: 788964.
HSL color Cylindrical-coordinate representation of color #E4090C: hue angle of 359.18º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E4090C is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 9 | 12 | - |
| CMYK | 0 | 0.96 | 0.95 | 0.11 |
| HSL | 359.18º | 0.92% | 0.46% | - |
| HSV(B) | 359.18º | 0.96% | 0.89% | - |
| XYZ | 32.16 | 16.72 | 1.88 | - |
| YUV | 74.82 | 92.55 | 237.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 9 | 12 | 0 | 0.96 | 0.95 | 0.11 | 359.18 | 0.92 | 0.46 |
| Hex | E4 | 9 | C | 0 | 60 | 5F | B | 167 | 5C | 2E |
| Octal | 344 | 11 | 14 | 0 | 140 | 137 | 13 | 547 | 134 | 56 |
| Binary | 11100100 | 1001 | 1100 | 0 | 1100000 | 1011111 | 1011 | 101100111 | 1011100 | 101110 |
Color Harmonies of #E4090C
Complementary color
Monochromatic Colors of #E4090C
Black with #E4090C
Text Example
Text Example
White with #E4090C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4090C; }
p { color: rgb(228,9,12); }
H1.HeaderClassName
{
color: #E4090C;
}
.AnyTagClassName
{
color: #E4090C;
}
</style>
background-color css
<style>
a { background-color: #E4090C; }
a { background-color: rgb(228,9,12); }
div.DivClassName
{
background-color: #E4090C;
}
.BgClassName
{
background-color: #E4090C;
}
</style>
border-color css
<style>
span { border-color: #E4090C; }
span { border-color: rgb(228,9,12); }
td.TdClassName
{
border-color: #E4090C;
}
.TagClassName
{
border-color: #E4090C;
}
</style>