Shades of Venetian Red #E1041C
Tints of Venetian Red #E1041C
RGB
CMYK
RGB Variations
Color information
#E1041C (or 0xE1041C) is known color: Venetian Red. HEX triplet: E1, 04 and 1C. RGB value is (225,4,28). Sum of RGB (Red+Green+Blue) = 225+4+28=257 (34% of max value = 765). Red value is 225 (88.28% from 255 or 87.55% from 257); Green value is 4 (1.95% from 255 or 1.56% from 257); Blue value is 28 (11.33% from 255 or 10.89% from 257); Max value from RGB is 225 - color contains mainly: red. Hex color #E1041C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1041C is #1EFBE3. Grayscale: #484848. Windows color (decimal): -2030564 or 1836257. OLE color: 1836257.
HSL color Cylindrical-coordinate representation of color #E1041C: 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.98%. Process color model (Four color, CMYK) of #E1041C is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 4 | 28 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.12 |
| HSL | 353.48º | 0.97% | 0.45% | - |
| HSV(B) | 353.48º | 0.98% | 0.88% | - |
| XYZ | 31.3 | 16.18 | 2.57 | - |
| YUV | 72.82 | 102.72 | 236.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 4 | 28 | 0 | 0.98 | 0.88 | 0.12 | 353.48 | 0.97 | 0.45 |
| Hex | E1 | 4 | 1C | 0 | 62 | 58 | C | 161 | 61 | 2D |
| Octal | 341 | 4 | 34 | 0 | 142 | 130 | 14 | 541 | 141 | 55 |
| Binary | 11100001 | 100 | 11100 | 0 | 1100010 | 1011000 | 1100 | 101100001 | 1100001 | 101101 |
Color Harmonies of #E1041C
Complementary color
Monochromatic Colors of #E1041C
Black with #E1041C
Text Example
Text Example
White with #E1041C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1041C; }
p { color: rgb(225,4,28); }
H1.HeaderClassName
{
color: #E1041C;
}
.AnyTagClassName
{
color: #E1041C;
}
</style>
background-color css
<style>
a { background-color: #E1041C; }
a { background-color: rgb(225,4,28); }
div.DivClassName
{
background-color: #E1041C;
}
.BgClassName
{
background-color: #E1041C;
}
</style>
border-color css
<style>
span { border-color: #E1041C; }
span { border-color: rgb(225,4,28); }
td.TdClassName
{
border-color: #E1041C;
}
.TagClassName
{
border-color: #E1041C;
}
</style>