Shades of Venetian Red #E0041C
Tints of Venetian Red #E0041C
RGB
CMYK
RGB Variations
Color information
#E0041C (or 0xE0041C) is known color: Venetian Red. HEX triplet: E0, 04 and 1C. RGB value is (224,4,28). Sum of RGB (Red+Green+Blue) = 224+4+28=256 (33% of max value = 765). Red value is 224 (87.89% from 255 or 87.5% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 28 (11.33% from 255 or 10.94% from 256); Max value from RGB is 224 - color contains mainly: red. Hex color #E0041C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0041C is #1FFBE3. Grayscale: #484848. Windows color (decimal): -2096100 or 1836256. OLE color: 1836256.
HSL color Cylindrical-coordinate representation of color #E0041C: hue angle of 353.45º 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 #E0041C is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 4 | 28 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.12 |
| HSL | 353.45º | 0.96% | 0.45% | - |
| HSV(B) | 353.45º | 0.98% | 0.88% | - |
| XYZ | 30.99 | 16.02 | 2.56 | - |
| YUV | 72.52 | 102.89 | 236.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 4 | 28 | 0 | 0.98 | 0.88 | 0.12 | 353.45 | 0.96 | 0.45 |
| Hex | E0 | 4 | 1C | 0 | 62 | 58 | C | 161 | 60 | 2D |
| Octal | 340 | 4 | 34 | 0 | 142 | 130 | 14 | 541 | 140 | 55 |
| Binary | 11100000 | 100 | 11100 | 0 | 1100010 | 1011000 | 1100 | 101100001 | 1100000 | 101101 |
Color Harmonies of #E0041C
Complementary color
Monochromatic Colors of #E0041C
Black with #E0041C
Text Example
Text Example
White with #E0041C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0041C; }
p { color: rgb(224,4,28); }
H1.HeaderClassName
{
color: #E0041C;
}
.AnyTagClassName
{
color: #E0041C;
}
</style>
background-color css
<style>
a { background-color: #E0041C; }
a { background-color: rgb(224,4,28); }
div.DivClassName
{
background-color: #E0041C;
}
.BgClassName
{
background-color: #E0041C;
}
</style>
border-color css
<style>
span { border-color: #E0041C; }
span { border-color: rgb(224,4,28); }
td.TdClassName
{
border-color: #E0041C;
}
.TagClassName
{
border-color: #E0041C;
}
</style>