Shades of Venetian Red #E0031B
Tints of Venetian Red #E0031B
RGB
CMYK
RGB Variations
Color information
#E0031B (or 0xE0031B) is known color: Venetian Red. HEX triplet: E0, 03 and 1B. RGB value is (224,3,27). Sum of RGB (Red+Green+Blue) = 224+3+27=254 (33% of max value = 765). Red value is 224 (87.89% from 255 or 88.19% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 224 - color contains mainly: red. Hex color #E0031B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0031B is #1FFCE4. Grayscale: #474747. Windows color (decimal): -2096357 or 1770464. OLE color: 1770464.
HSL color Cylindrical-coordinate representation of color #E0031B: hue angle of 353.48º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E0031B is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 3 | 27 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.12 |
| HSL | 353.48º | 0.97% | 0.45% | - |
| HSV(B) | 353.48º | 0.99% | 0.88% | - |
| XYZ | 30.97 | 15.99 | 2.49 | - |
| YUV | 71.82 | 102.72 | 236.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 3 | 27 | 0 | 0.99 | 0.88 | 0.12 | 353.48 | 0.97 | 0.45 |
| Hex | E0 | 3 | 1B | 0 | 63 | 58 | C | 161 | 61 | 2D |
| Octal | 340 | 3 | 33 | 0 | 143 | 130 | 14 | 541 | 141 | 55 |
| Binary | 11100000 | 11 | 11011 | 0 | 1100011 | 1011000 | 1100 | 101100001 | 1100001 | 101101 |
Color Harmonies of #E0031B
Complementary color
Monochromatic Colors of #E0031B
Black with #E0031B
Text Example
Text Example
White with #E0031B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0031B; }
p { color: rgb(224,3,27); }
H1.HeaderClassName
{
color: #E0031B;
}
.AnyTagClassName
{
color: #E0031B;
}
</style>
background-color css
<style>
a { background-color: #E0031B; }
a { background-color: rgb(224,3,27); }
div.DivClassName
{
background-color: #E0031B;
}
.BgClassName
{
background-color: #E0031B;
}
</style>
border-color css
<style>
span { border-color: #E0031B; }
span { border-color: rgb(224,3,27); }
td.TdClassName
{
border-color: #E0031B;
}
.TagClassName
{
border-color: #E0031B;
}
</style>