Shades of Venetian Red #E10312
Tints of Venetian Red #E10312
RGB
CMYK
RGB Variations
Color information
#E10312 (or 0xE10312) is known color: Venetian Red. HEX triplet: E1, 03 and 12. RGB value is (225,3,18). Sum of RGB (Red+Green+Blue) = 225+3+18=246 (32% of max value = 765). Red value is 225 (88.28% from 255 or 91.46% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 225 - color contains mainly: red. Hex color #E10312 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10312 is #1EFCED. Grayscale: #474747. Windows color (decimal): -2030830 or 1180641. OLE color: 1180641.
HSL color Cylindrical-coordinate representation of color #E10312: hue angle of 355.95º 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 #E10312 is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 3 | 18 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.12 |
| HSL | 355.95º | 0.97% | 0.45% | - |
| HSV(B) | 355.95º | 0.99% | 0.88% | - |
| XYZ | 31.19 | 16.12 | 2.04 | - |
| YUV | 71.09 | 98.05 | 237.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 3 | 18 | 0 | 0.99 | 0.92 | 0.12 | 355.95 | 0.97 | 0.45 |
| Hex | E1 | 3 | 12 | 0 | 63 | 5C | C | 164 | 61 | 2D |
| Octal | 341 | 3 | 22 | 0 | 143 | 134 | 14 | 544 | 141 | 55 |
| Binary | 11100001 | 11 | 10010 | 0 | 1100011 | 1011100 | 1100 | 101100100 | 1100001 | 101101 |
Color Harmonies of #E10312
Complementary color
Monochromatic Colors of #E10312
Black with #E10312
Text Example
Text Example
White with #E10312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10312; }
p { color: rgb(225,3,18); }
H1.HeaderClassName
{
color: #E10312;
}
.AnyTagClassName
{
color: #E10312;
}
</style>
background-color css
<style>
a { background-color: #E10312; }
a { background-color: rgb(225,3,18); }
div.DivClassName
{
background-color: #E10312;
}
.BgClassName
{
background-color: #E10312;
}
</style>
border-color css
<style>
span { border-color: #E10312; }
span { border-color: rgb(225,3,18); }
td.TdClassName
{
border-color: #E10312;
}
.TagClassName
{
border-color: #E10312;
}
</style>