Shades of Venetian Red #E5000F
Tints of Venetian Red #E5000F
RGB
CMYK
RGB Variations
Color information
#E5000F (or 0xE5000F) is known color: Venetian Red. HEX triplet: E5, 00 and 0F. RGB value is (229,0,15). Sum of RGB (Red+Green+Blue) = 229+0+15=244 (32% of max value = 765). Red value is 229 (89.84% from 255 or 93.85% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 15 (6.25% from 255 or 6.15% from 244); Max value from RGB is 229 - color contains mainly: red. Hex color #E5000F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E5000F is #1AFFF0. Grayscale: #464646. Windows color (decimal): -1769457 or 983269. OLE color: 983269.
HSL color Cylindrical-coordinate representation of color #E5000F: hue angle of 356.07º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E5000F is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.93 | 0.10 |
| HSL | 356.07º | 1% | 0.45% | - |
| HSV(B) | 356.07º | 1% | 0.9% | - |
| XYZ | 32.4 | 16.69 | 1.97 | - |
| YUV | 70.18 | 96.87 | 241.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 0 | 15 | 0 | 1 | 0.93 | 0.10 | 356.07 | 1 | 0.45 |
| Hex | E5 | 0 | F | 0 | 64 | 5D | A | 164 | 64 | 2D |
| Octal | 345 | 0 | 17 | 0 | 144 | 135 | 12 | 544 | 144 | 55 |
| Binary | 11100101 | 0 | 1111 | 0 | 1100100 | 1011101 | 1010 | 101100100 | 1100100 | 101101 |
Color Harmonies of #E5000F
Complementary color
Monochromatic Colors of #E5000F
Black with #E5000F
Text Example
Text Example
White with #E5000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5000F; }
p { color: rgb(229,0,15); }
H1.HeaderClassName
{
color: #E5000F;
}
.AnyTagClassName
{
color: #E5000F;
}
</style>
background-color css
<style>
a { background-color: #E5000F; }
a { background-color: rgb(229,0,15); }
div.DivClassName
{
background-color: #E5000F;
}
.BgClassName
{
background-color: #E5000F;
}
</style>
border-color css
<style>
span { border-color: #E5000F; }
span { border-color: rgb(229,0,15); }
td.TdClassName
{
border-color: #E5000F;
}
.TagClassName
{
border-color: #E5000F;
}
</style>