Shades of Venetian Red #E5020F
Tints of Venetian Red #E5020F
RGB
CMYK
RGB Variations
Color information
#E5020F (or 0xE5020F) is known color: Venetian Red. HEX triplet: E5, 02 and 0F. RGB value is (229,2,15). Sum of RGB (Red+Green+Blue) = 229+2+15=246 (32% of max value = 765). Red value is 229 (89.84% from 255 or 93.09% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 15 (6.25% from 255 or 6.10% from 246); Max value from RGB is 229 - color contains mainly: red. Hex color #E5020F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E5020F is #1AFDF0. Grayscale: #474747. Windows color (decimal): -1768945 or 983781. OLE color: 983781.
HSL color Cylindrical-coordinate representation of color #E5020F: hue angle of 356.56º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E5020F is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 2 | 15 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.10 |
| HSL | 356.56º | 0.98% | 0.45% | - |
| HSV(B) | 356.56º | 0.99% | 0.9% | - |
| XYZ | 32.42 | 16.74 | 1.97 | - |
| YUV | 71.36 | 96.21 | 240.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 2 | 15 | 0 | 0.99 | 0.93 | 0.10 | 356.56 | 0.98 | 0.45 |
| Hex | E5 | 2 | F | 0 | 63 | 5D | A | 165 | 62 | 2D |
| Octal | 345 | 2 | 17 | 0 | 143 | 135 | 12 | 545 | 142 | 55 |
| Binary | 11100101 | 10 | 1111 | 0 | 1100011 | 1011101 | 1010 | 101100101 | 1100010 | 101101 |
Color Harmonies of #E5020F
Complementary color
Monochromatic Colors of #E5020F
Black with #E5020F
Text Example
Text Example
White with #E5020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5020F; }
p { color: rgb(229,2,15); }
H1.HeaderClassName
{
color: #E5020F;
}
.AnyTagClassName
{
color: #E5020F;
}
</style>
background-color css
<style>
a { background-color: #E5020F; }
a { background-color: rgb(229,2,15); }
div.DivClassName
{
background-color: #E5020F;
}
.BgClassName
{
background-color: #E5020F;
}
</style>
border-color css
<style>
span { border-color: #E5020F; }
span { border-color: rgb(229,2,15); }
td.TdClassName
{
border-color: #E5020F;
}
.TagClassName
{
border-color: #E5020F;
}
</style>