Shades of Venetian Red #E4030B
Tints of Venetian Red #E4030B
RGB
CMYK
RGB Variations
Color information
#E4030B (or 0xE4030B) is known color: Venetian Red. HEX triplet: E4, 03 and 0B. RGB value is (228,3,11). Sum of RGB (Red+Green+Blue) = 228+3+11=242 (32% of max value = 765). Red value is 228 (89.45% from 255 or 94.21% from 242); Green value is 3 (1.56% from 255 or 1.24% from 242); Blue value is 11 (4.69% from 255 or 4.55% from 242); Max value from RGB is 228 - color contains mainly: red. Hex color #E4030B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E4030B is #1BFCF4. Grayscale: #474747. Windows color (decimal): -1834229 or 721892. OLE color: 721892.
HSL color Cylindrical-coordinate representation of color #E4030B: hue angle of 357.87º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E4030B is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 3 | 11 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.11 |
| HSL | 357.87º | 0.97% | 0.45% | - |
| HSV(B) | 357.87º | 0.99% | 0.89% | - |
| XYZ | 32.09 | 16.58 | 1.83 | - |
| YUV | 71.19 | 94.04 | 239.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 3 | 11 | 0 | 0.99 | 0.95 | 0.11 | 357.87 | 0.97 | 0.45 |
| Hex | E4 | 3 | B | 0 | 63 | 5F | B | 166 | 61 | 2D |
| Octal | 344 | 3 | 13 | 0 | 143 | 137 | 13 | 546 | 141 | 55 |
| Binary | 11100100 | 11 | 1011 | 0 | 1100011 | 1011111 | 1011 | 101100110 | 1100001 | 101101 |
Color Harmonies of #E4030B
Complementary color
Monochromatic Colors of #E4030B
Black with #E4030B
Text Example
Text Example
White with #E4030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4030B; }
p { color: rgb(228,3,11); }
H1.HeaderClassName
{
color: #E4030B;
}
.AnyTagClassName
{
color: #E4030B;
}
</style>
background-color css
<style>
a { background-color: #E4030B; }
a { background-color: rgb(228,3,11); }
div.DivClassName
{
background-color: #E4030B;
}
.BgClassName
{
background-color: #E4030B;
}
</style>
border-color css
<style>
span { border-color: #E4030B; }
span { border-color: rgb(228,3,11); }
td.TdClassName
{
border-color: #E4030B;
}
.TagClassName
{
border-color: #E4030B;
}
</style>