Shades of Venetian Red #E00509
Tints of Venetian Red #E00509
RGB
CMYK
RGB Variations
Color information
#E00509 (or 0xE00509) is known color: Venetian Red. HEX triplet: E0, 05 and 09. RGB value is (224,5,9). Sum of RGB (Red+Green+Blue) = 224+5+9=238 (31% of max value = 765). Red value is 224 (87.89% from 255 or 94.12% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 9 (3.91% from 255 or 3.78% from 238); Max value from RGB is 224 - color contains mainly: red. Hex color #E00509 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00509 is #1FFAF6. Grayscale: #474747. Windows color (decimal): -2095863 or 591328. OLE color: 591328.
HSL color Cylindrical-coordinate representation of color #E00509: hue angle of 358.9º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E00509 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 5 | 9 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.12 |
| HSL | 358.9º | 0.96% | 0.45% | - |
| HSV(B) | 358.9º | 0.98% | 0.88% | - |
| XYZ | 30.84 | 15.98 | 1.72 | - |
| YUV | 70.94 | 93.05 | 237.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 5 | 9 | 0 | 0.98 | 0.96 | 0.12 | 358.9 | 0.96 | 0.45 |
| Hex | E0 | 5 | 9 | 0 | 62 | 60 | C | 167 | 60 | 2D |
| Octal | 340 | 5 | 11 | 0 | 142 | 140 | 14 | 547 | 140 | 55 |
| Binary | 11100000 | 101 | 1001 | 0 | 1100010 | 1100000 | 1100 | 101100111 | 1100000 | 101101 |
Color Harmonies of #E00509
Complementary color
Monochromatic Colors of #E00509
Black with #E00509
Text Example
Text Example
White with #E00509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00509; }
p { color: rgb(224,5,9); }
H1.HeaderClassName
{
color: #E00509;
}
.AnyTagClassName
{
color: #E00509;
}
</style>
background-color css
<style>
a { background-color: #E00509; }
a { background-color: rgb(224,5,9); }
div.DivClassName
{
background-color: #E00509;
}
.BgClassName
{
background-color: #E00509;
}
</style>
border-color css
<style>
span { border-color: #E00509; }
span { border-color: rgb(224,5,9); }
td.TdClassName
{
border-color: #E00509;
}
.TagClassName
{
border-color: #E00509;
}
</style>