Shades of Venetian Red #E1040A
Tints of Venetian Red #E1040A
RGB
CMYK
RGB Variations
Color information
#E1040A (or 0xE1040A) is known color: Venetian Red. HEX triplet: E1, 04 and 0A. RGB value is (225,4,10). Sum of RGB (Red+Green+Blue) = 225+4+10=239 (31% of max value = 765). Red value is 225 (88.28% from 255 or 94.14% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 10 (4.30% from 255 or 4.18% from 239); Max value from RGB is 225 - color contains mainly: red. Hex color #E1040A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E1040A is #1EFBF5. Grayscale: #464646. Windows color (decimal): -2030582 or 656609. OLE color: 656609.
HSL color Cylindrical-coordinate representation of color #E1040A: hue angle of 358.37º 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 #E1040A is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 4 | 10 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.12 |
| HSL | 358.37º | 0.97% | 0.45% | - |
| HSV(B) | 358.37º | 0.98% | 0.88% | - |
| XYZ | 31.15 | 16.12 | 1.76 | - |
| YUV | 70.76 | 93.72 | 238.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 4 | 10 | 0 | 0.98 | 0.96 | 0.12 | 358.37 | 0.97 | 0.45 |
| Hex | E1 | 4 | A | 0 | 62 | 60 | C | 166 | 61 | 2D |
| Octal | 341 | 4 | 12 | 0 | 142 | 140 | 14 | 546 | 141 | 55 |
| Binary | 11100001 | 100 | 1010 | 0 | 1100010 | 1100000 | 1100 | 101100110 | 1100001 | 101101 |
Color Harmonies of #E1040A
Complementary color
Monochromatic Colors of #E1040A
Black with #E1040A
Text Example
Text Example
White with #E1040A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1040A; }
p { color: rgb(225,4,10); }
H1.HeaderClassName
{
color: #E1040A;
}
.AnyTagClassName
{
color: #E1040A;
}
</style>
background-color css
<style>
a { background-color: #E1040A; }
a { background-color: rgb(225,4,10); }
div.DivClassName
{
background-color: #E1040A;
}
.BgClassName
{
background-color: #E1040A;
}
</style>
border-color css
<style>
span { border-color: #E1040A; }
span { border-color: rgb(225,4,10); }
td.TdClassName
{
border-color: #E1040A;
}
.TagClassName
{
border-color: #E1040A;
}
</style>