Shades of Venetian Red #E40310
Tints of Venetian Red #E40310
RGB
CMYK
RGB Variations
Color information
#E40310 (or 0xE40310) is known color: Venetian Red. HEX triplet: E4, 03 and 10. RGB value is (228,3,16). Sum of RGB (Red+Green+Blue) = 228+3+16=247 (32% of max value = 765). Red value is 228 (89.45% from 255 or 92.31% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 16 (6.64% from 255 or 6.48% from 247); Max value from RGB is 228 - color contains mainly: red. Hex color #E40310 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40310 is #1BFCEF. Grayscale: #474747. Windows color (decimal): -1834224 or 1049572. OLE color: 1049572.
HSL color Cylindrical-coordinate representation of color #E40310: hue angle of 356.53º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E40310 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 3 | 16 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.11 |
| HSL | 356.53º | 0.97% | 0.45% | - |
| HSV(B) | 356.53º | 0.99% | 0.89% | - |
| XYZ | 32.12 | 16.6 | 2 | - |
| YUV | 71.76 | 96.54 | 239.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 3 | 16 | 0 | 0.99 | 0.93 | 0.11 | 356.53 | 0.97 | 0.45 |
| Hex | E4 | 3 | 10 | 0 | 63 | 5D | B | 165 | 61 | 2D |
| Octal | 344 | 3 | 20 | 0 | 143 | 135 | 13 | 545 | 141 | 55 |
| Binary | 11100100 | 11 | 10000 | 0 | 1100011 | 1011101 | 1011 | 101100101 | 1100001 | 101101 |
Color Harmonies of #E40310
Complementary color
Monochromatic Colors of #E40310
Black with #E40310
Text Example
Text Example
White with #E40310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40310; }
p { color: rgb(228,3,16); }
H1.HeaderClassName
{
color: #E40310;
}
.AnyTagClassName
{
color: #E40310;
}
</style>
background-color css
<style>
a { background-color: #E40310; }
a { background-color: rgb(228,3,16); }
div.DivClassName
{
background-color: #E40310;
}
.BgClassName
{
background-color: #E40310;
}
</style>
border-color css
<style>
span { border-color: #E40310; }
span { border-color: rgb(228,3,16); }
td.TdClassName
{
border-color: #E40310;
}
.TagClassName
{
border-color: #E40310;
}
</style>