Shades of Venetian Red #E4080D
Tints of Venetian Red #E4080D
RGB
CMYK
RGB Variations
Color information
#E4080D (or 0xE4080D) is known color: Venetian Red. HEX triplet: E4, 08 and 0D. RGB value is (228,8,13). Sum of RGB (Red+Green+Blue) = 228+8+13=249 (32% of max value = 765). Red value is 228 (89.45% from 255 or 91.57% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 13 (5.47% from 255 or 5.22% from 249); Max value from RGB is 228 - color contains mainly: red. Hex color #E4080D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E4080D is #1BF7F2. Grayscale: #4A4A4A. Windows color (decimal): -1832947 or 854244. OLE color: 854244.
HSL color Cylindrical-coordinate representation of color #E4080D: hue angle of 358.64º degrees, saturation: 0.93, 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 #E4080D is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 8 | 13 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.11 |
| HSL | 358.64º | 0.93% | 0.46% | - |
| HSV(B) | 358.64º | 0.96% | 0.89% | - |
| XYZ | 32.15 | 16.7 | 1.91 | - |
| YUV | 74.35 | 93.39 | 237.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 8 | 13 | 0 | 0.96 | 0.94 | 0.11 | 358.64 | 0.93 | 0.46 |
| Hex | E4 | 8 | D | 0 | 60 | 5E | B | 167 | 5D | 2E |
| Octal | 344 | 10 | 15 | 0 | 140 | 136 | 13 | 547 | 135 | 56 |
| Binary | 11100100 | 1000 | 1101 | 0 | 1100000 | 1011110 | 1011 | 101100111 | 1011101 | 101110 |
Color Harmonies of #E4080D
Complementary color
Monochromatic Colors of #E4080D
Black with #E4080D
Text Example
Text Example
White with #E4080D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4080D; }
p { color: rgb(228,8,13); }
H1.HeaderClassName
{
color: #E4080D;
}
.AnyTagClassName
{
color: #E4080D;
}
</style>
background-color css
<style>
a { background-color: #E4080D; }
a { background-color: rgb(228,8,13); }
div.DivClassName
{
background-color: #E4080D;
}
.BgClassName
{
background-color: #E4080D;
}
</style>
border-color css
<style>
span { border-color: #E4080D; }
span { border-color: rgb(228,8,13); }
td.TdClassName
{
border-color: #E4080D;
}
.TagClassName
{
border-color: #E4080D;
}
</style>