Shades of Venetian Red #E0041B
Tints of Venetian Red #E0041B
RGB
CMYK
RGB Variations
Color information
#E0041B (or 0xE0041B) is known color: Venetian Red. HEX triplet: E0, 04 and 1B. RGB value is (224,4,27). Sum of RGB (Red+Green+Blue) = 224+4+27=255 (33% of max value = 765). Red value is 224 (87.89% from 255 or 87.84% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 27 (10.94% from 255 or 10.59% from 255); Max value from RGB is 224 - color contains mainly: red. Hex color #E0041B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0041B is #1FFBE4. Grayscale: #484848. Windows color (decimal): -2096101 or 1770720. OLE color: 1770720.
HSL color Cylindrical-coordinate representation of color #E0041B: hue angle of 353.73º 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 #E0041B is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 4 | 27 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.12 |
| HSL | 353.73º | 0.96% | 0.45% | - |
| HSV(B) | 353.73º | 0.98% | 0.88% | - |
| XYZ | 30.98 | 16.01 | 2.49 | - |
| YUV | 72.4 | 102.39 | 236.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 4 | 27 | 0 | 0.98 | 0.88 | 0.12 | 353.73 | 0.96 | 0.45 |
| Hex | E0 | 4 | 1B | 0 | 62 | 58 | C | 162 | 60 | 2D |
| Octal | 340 | 4 | 33 | 0 | 142 | 130 | 14 | 542 | 140 | 55 |
| Binary | 11100000 | 100 | 11011 | 0 | 1100010 | 1011000 | 1100 | 101100010 | 1100000 | 101101 |
Color Harmonies of #E0041B
Complementary color
Monochromatic Colors of #E0041B
Black with #E0041B
Text Example
Text Example
White with #E0041B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0041B; }
p { color: rgb(224,4,27); }
H1.HeaderClassName
{
color: #E0041B;
}
.AnyTagClassName
{
color: #E0041B;
}
</style>
background-color css
<style>
a { background-color: #E0041B; }
a { background-color: rgb(224,4,27); }
div.DivClassName
{
background-color: #E0041B;
}
.BgClassName
{
background-color: #E0041B;
}
</style>
border-color css
<style>
span { border-color: #E0041B; }
span { border-color: rgb(224,4,27); }
td.TdClassName
{
border-color: #E0041B;
}
.TagClassName
{
border-color: #E0041B;
}
</style>