Shades of Venetian Red #E0051B
Tints of Venetian Red #E0051B
RGB
CMYK
RGB Variations
Color information
#E0051B (or 0xE0051B) is known color: Venetian Red. HEX triplet: E0, 05 and 1B. RGB value is (224,5,27). Sum of RGB (Red+Green+Blue) = 224+5+27=256 (33% of max value = 765). Red value is 224 (87.89% from 255 or 87.5% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 27 (10.94% from 255 or 10.55% from 256); Max value from RGB is 224 - color contains mainly: red. Hex color #E0051B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0051B is #1FFAE4. Grayscale: #494949. Windows color (decimal): -2095845 or 1770976. OLE color: 1770976.
HSL color Cylindrical-coordinate representation of color #E0051B: hue angle of 353.97º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E0051B is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 5 | 27 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.12 |
| HSL | 353.97º | 0.96% | 0.45% | - |
| HSV(B) | 353.97º | 0.98% | 0.88% | - |
| XYZ | 30.99 | 16.03 | 2.5 | - |
| YUV | 72.99 | 102.05 | 235.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 5 | 27 | 0 | 0.98 | 0.88 | 0.12 | 353.97 | 0.96 | 0.45 |
| Hex | E0 | 5 | 1B | 0 | 62 | 58 | C | 162 | 60 | 2D |
| Octal | 340 | 5 | 33 | 0 | 142 | 130 | 14 | 542 | 140 | 55 |
| Binary | 11100000 | 101 | 11011 | 0 | 1100010 | 1011000 | 1100 | 101100010 | 1100000 | 101101 |
Color Harmonies of #E0051B
Complementary color
Monochromatic Colors of #E0051B
Black with #E0051B
Text Example
Text Example
White with #E0051B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0051B; }
p { color: rgb(224,5,27); }
H1.HeaderClassName
{
color: #E0051B;
}
.AnyTagClassName
{
color: #E0051B;
}
</style>
background-color css
<style>
a { background-color: #E0051B; }
a { background-color: rgb(224,5,27); }
div.DivClassName
{
background-color: #E0051B;
}
.BgClassName
{
background-color: #E0051B;
}
</style>
border-color css
<style>
span { border-color: #E0051B; }
span { border-color: rgb(224,5,27); }
td.TdClassName
{
border-color: #E0051B;
}
.TagClassName
{
border-color: #E0051B;
}
</style>