Shades of Venetian Red #E1030A
Tints of Venetian Red #E1030A
RGB
CMYK
RGB Variations
Color information
#E1030A (or 0xE1030A) is known color: Venetian Red. HEX triplet: E1, 03 and 0A. RGB value is (225,3,10). Sum of RGB (Red+Green+Blue) = 225+3+10=238 (31% of max value = 765). Red value is 225 (88.28% from 255 or 94.54% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 10 (4.30% from 255 or 4.20% from 238); Max value from RGB is 225 - color contains mainly: red. Hex color #E1030A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E1030A is #1EFCF5. Grayscale: #464646. Windows color (decimal): -2030838 or 656353. OLE color: 656353.
HSL color Cylindrical-coordinate representation of color #E1030A: hue angle of 358.11º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E1030A is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 3 | 10 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.12 |
| HSL | 358.11º | 0.97% | 0.45% | - |
| HSV(B) | 358.11º | 0.99% | 0.88% | - |
| XYZ | 31.14 | 16.09 | 1.75 | - |
| YUV | 70.18 | 94.05 | 238.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 3 | 10 | 0 | 0.99 | 0.96 | 0.12 | 358.11 | 0.97 | 0.45 |
| Hex | E1 | 3 | A | 0 | 63 | 60 | C | 166 | 61 | 2D |
| Octal | 341 | 3 | 12 | 0 | 143 | 140 | 14 | 546 | 141 | 55 |
| Binary | 11100001 | 11 | 1010 | 0 | 1100011 | 1100000 | 1100 | 101100110 | 1100001 | 101101 |
Color Harmonies of #E1030A
Complementary color
Monochromatic Colors of #E1030A
Black with #E1030A
Text Example
Text Example
White with #E1030A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1030A; }
p { color: rgb(225,3,10); }
H1.HeaderClassName
{
color: #E1030A;
}
.AnyTagClassName
{
color: #E1030A;
}
</style>
background-color css
<style>
a { background-color: #E1030A; }
a { background-color: rgb(225,3,10); }
div.DivClassName
{
background-color: #E1030A;
}
.BgClassName
{
background-color: #E1030A;
}
</style>
border-color css
<style>
span { border-color: #E1030A; }
span { border-color: rgb(225,3,10); }
td.TdClassName
{
border-color: #E1030A;
}
.TagClassName
{
border-color: #E1030A;
}
</style>