Shades of Venetian Red #E00915
Tints of Venetian Red #E00915
RGB
CMYK
RGB Variations
Color information
#E00915 (or 0xE00915) is known color: Venetian Red. HEX triplet: E0, 09 and 15. RGB value is (224,9,21). Sum of RGB (Red+Green+Blue) = 224+9+21=254 (33% of max value = 765). Red value is 224 (87.89% from 255 or 88.19% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 21 (8.59% from 255 or 8.27% from 254); Max value from RGB is 224 - color contains mainly: red. Hex color #E00915 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00915 is #1FF6EA. Grayscale: #4A4A4A. Windows color (decimal): -2094827 or 1378784. OLE color: 1378784.
HSL color Cylindrical-coordinate representation of color #E00915: hue angle of 356.65º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E00915 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 9 | 21 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.12 |
| HSL | 356.65º | 0.92% | 0.46% | - |
| HSV(B) | 356.65º | 0.96% | 0.88% | - |
| XYZ | 30.97 | 16.1 | 2.18 | - |
| YUV | 74.65 | 97.73 | 234.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 9 | 21 | 0 | 0.96 | 0.91 | 0.12 | 356.65 | 0.92 | 0.46 |
| Hex | E0 | 9 | 15 | 0 | 60 | 5B | C | 165 | 5C | 2E |
| Octal | 340 | 11 | 25 | 0 | 140 | 133 | 14 | 545 | 134 | 56 |
| Binary | 11100000 | 1001 | 10101 | 0 | 1100000 | 1011011 | 1100 | 101100101 | 1011100 | 101110 |
Color Harmonies of #E00915
Complementary color
Monochromatic Colors of #E00915
Black with #E00915
Text Example
Text Example
White with #E00915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00915; }
p { color: rgb(224,9,21); }
H1.HeaderClassName
{
color: #E00915;
}
.AnyTagClassName
{
color: #E00915;
}
</style>
background-color css
<style>
a { background-color: #E00915; }
a { background-color: rgb(224,9,21); }
div.DivClassName
{
background-color: #E00915;
}
.BgClassName
{
background-color: #E00915;
}
</style>
border-color css
<style>
span { border-color: #E00915; }
span { border-color: rgb(224,9,21); }
td.TdClassName
{
border-color: #E00915;
}
.TagClassName
{
border-color: #E00915;
}
</style>