Shades of Venetian Red #E8030D
Tints of Venetian Red #E8030D
RGB
CMYK
RGB Variations
Color information
#E8030D (or 0xE8030D) is known color: Venetian Red. HEX triplet: E8, 03 and 0D. RGB value is (232,3,13). Sum of RGB (Red+Green+Blue) = 232+3+13=248 (32% of max value = 765). Red value is 232 (91.02% from 255 or 93.55% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 13 (5.47% from 255 or 5.24% from 248); Max value from RGB is 232 - color contains mainly: red. Hex color #E8030D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E8030D is #17FCF2. Grayscale: #484848. Windows color (decimal): -1572083 or 852968. OLE color: 852968.
HSL color Cylindrical-coordinate representation of color #E8030D: hue angle of 357.38º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E8030D is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 3 | 13 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.09 |
| HSL | 357.38º | 0.97% | 0.46% | - |
| HSV(B) | 357.38º | 0.99% | 0.91% | - |
| XYZ | 33.38 | 17.25 | 1.95 | - |
| YUV | 72.61 | 94.37 | 241.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 3 | 13 | 0 | 0.99 | 0.94 | 0.09 | 357.38 | 0.97 | 0.46 |
| Hex | E8 | 3 | D | 0 | 63 | 5E | 9 | 165 | 61 | 2E |
| Octal | 350 | 3 | 15 | 0 | 143 | 136 | 11 | 545 | 141 | 56 |
| Binary | 11101000 | 11 | 1101 | 0 | 1100011 | 1011110 | 1001 | 101100101 | 1100001 | 101110 |
Color Harmonies of #E8030D
Complementary color
Monochromatic Colors of #E8030D
Black with #E8030D
Text Example
Text Example
White with #E8030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8030D; }
p { color: rgb(232,3,13); }
H1.HeaderClassName
{
color: #E8030D;
}
.AnyTagClassName
{
color: #E8030D;
}
</style>
background-color css
<style>
a { background-color: #E8030D; }
a { background-color: rgb(232,3,13); }
div.DivClassName
{
background-color: #E8030D;
}
.BgClassName
{
background-color: #E8030D;
}
</style>
border-color css
<style>
span { border-color: #E8030D; }
span { border-color: rgb(232,3,13); }
td.TdClassName
{
border-color: #E8030D;
}
.TagClassName
{
border-color: #E8030D;
}
</style>