Shades of Venetian Red #E3080D
Tints of Venetian Red #E3080D
RGB
CMYK
RGB Variations
Color information
#E3080D (or 0xE3080D) is known color: Venetian Red. HEX triplet: E3, 08 and 0D. RGB value is (227,8,13). Sum of RGB (Red+Green+Blue) = 227+8+13=248 (32% of max value = 765). Red value is 227 (89.06% from 255 or 91.53% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 13 (5.47% from 255 or 5.24% from 248); Max value from RGB is 227 - color contains mainly: red. Hex color #E3080D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E3080D is #1CF7F2. Grayscale: #4A4A4A. Windows color (decimal): -1898483 or 854243. OLE color: 854243.
HSL color Cylindrical-coordinate representation of color #E3080D: hue angle of 358.63º 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 #E3080D is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 8 | 13 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.11 |
| HSL | 358.63º | 0.93% | 0.46% | - |
| HSV(B) | 358.63º | 0.96% | 0.89% | - |
| XYZ | 31.84 | 16.53 | 1.89 | - |
| YUV | 74.05 | 93.55 | 237.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 8 | 13 | 0 | 0.96 | 0.94 | 0.11 | 358.63 | 0.93 | 0.46 |
| Hex | E3 | 8 | D | 0 | 60 | 5E | B | 167 | 5D | 2E |
| Octal | 343 | 10 | 15 | 0 | 140 | 136 | 13 | 547 | 135 | 56 |
| Binary | 11100011 | 1000 | 1101 | 0 | 1100000 | 1011110 | 1011 | 101100111 | 1011101 | 101110 |
Color Harmonies of #E3080D
Complementary color
Monochromatic Colors of #E3080D
Black with #E3080D
Text Example
Text Example
White with #E3080D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3080D; }
p { color: rgb(227,8,13); }
H1.HeaderClassName
{
color: #E3080D;
}
.AnyTagClassName
{
color: #E3080D;
}
</style>
background-color css
<style>
a { background-color: #E3080D; }
a { background-color: rgb(227,8,13); }
div.DivClassName
{
background-color: #E3080D;
}
.BgClassName
{
background-color: #E3080D;
}
</style>
border-color css
<style>
span { border-color: #E3080D; }
span { border-color: rgb(227,8,13); }
td.TdClassName
{
border-color: #E3080D;
}
.TagClassName
{
border-color: #E3080D;
}
</style>