Shades of Venetian Red #E1040F
Tints of Venetian Red #E1040F
RGB
CMYK
RGB Variations
Color information
#E1040F (or 0xE1040F) is known color: Venetian Red. HEX triplet: E1, 04 and 0F. RGB value is (225,4,15). Sum of RGB (Red+Green+Blue) = 225+4+15=244 (32% of max value = 765). Red value is 225 (88.28% from 255 or 92.21% from 244); Green value is 4 (1.95% from 255 or 1.64% from 244); Blue value is 15 (6.25% from 255 or 6.15% from 244); Max value from RGB is 225 - color contains mainly: red. Hex color #E1040F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E1040F is #1EFBF0. Grayscale: #474747. Windows color (decimal): -2030577 or 984289. OLE color: 984289.
HSL color Cylindrical-coordinate representation of color #E1040F: hue angle of 357.01º 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 #E1040F is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 4 | 15 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.12 |
| HSL | 357.01º | 0.97% | 0.45% | - |
| HSV(B) | 357.01º | 0.98% | 0.88% | - |
| XYZ | 31.18 | 16.13 | 1.92 | - |
| YUV | 71.33 | 96.22 | 237.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 4 | 15 | 0 | 0.98 | 0.93 | 0.12 | 357.01 | 0.97 | 0.45 |
| Hex | E1 | 4 | F | 0 | 62 | 5D | C | 165 | 61 | 2D |
| Octal | 341 | 4 | 17 | 0 | 142 | 135 | 14 | 545 | 141 | 55 |
| Binary | 11100001 | 100 | 1111 | 0 | 1100010 | 1011101 | 1100 | 101100101 | 1100001 | 101101 |
Color Harmonies of #E1040F
Complementary color
Monochromatic Colors of #E1040F
Black with #E1040F
Text Example
Text Example
White with #E1040F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1040F; }
p { color: rgb(225,4,15); }
H1.HeaderClassName
{
color: #E1040F;
}
.AnyTagClassName
{
color: #E1040F;
}
</style>
background-color css
<style>
a { background-color: #E1040F; }
a { background-color: rgb(225,4,15); }
div.DivClassName
{
background-color: #E1040F;
}
.BgClassName
{
background-color: #E1040F;
}
</style>
border-color css
<style>
span { border-color: #E1040F; }
span { border-color: rgb(225,4,15); }
td.TdClassName
{
border-color: #E1040F;
}
.TagClassName
{
border-color: #E1040F;
}
</style>