Shades of Venetian Red #E00315
Tints of Venetian Red #E00315
RGB
CMYK
RGB Variations
Color information
#E00315 (or 0xE00315) is known color: Venetian Red. HEX triplet: E0, 03 and 15. RGB value is (224,3,21). Sum of RGB (Red+Green+Blue) = 224+3+21=248 (32% of max value = 765). Red value is 224 (87.89% from 255 or 90.32% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 21 (8.59% from 255 or 8.47% from 248); Max value from RGB is 224 - color contains mainly: red. Hex color #E00315 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00315 is #1FFCEA. Grayscale: #474747. Windows color (decimal): -2096363 or 1377248. OLE color: 1377248.
HSL color Cylindrical-coordinate representation of color #E00315: hue angle of 355.11º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E00315 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 3 | 21 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.12 |
| HSL | 355.11º | 0.97% | 0.45% | - |
| HSV(B) | 355.11º | 0.99% | 0.88% | - |
| XYZ | 30.91 | 15.97 | 2.16 | - |
| YUV | 71.13 | 99.72 | 237.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 3 | 21 | 0 | 0.99 | 0.91 | 0.12 | 355.11 | 0.97 | 0.45 |
| Hex | E0 | 3 | 15 | 0 | 63 | 5B | C | 163 | 61 | 2D |
| Octal | 340 | 3 | 25 | 0 | 143 | 133 | 14 | 543 | 141 | 55 |
| Binary | 11100000 | 11 | 10101 | 0 | 1100011 | 1011011 | 1100 | 101100011 | 1100001 | 101101 |
Color Harmonies of #E00315
Complementary color
Monochromatic Colors of #E00315
Black with #E00315
Text Example
Text Example
White with #E00315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00315; }
p { color: rgb(224,3,21); }
H1.HeaderClassName
{
color: #E00315;
}
.AnyTagClassName
{
color: #E00315;
}
</style>
background-color css
<style>
a { background-color: #E00315; }
a { background-color: rgb(224,3,21); }
div.DivClassName
{
background-color: #E00315;
}
.BgClassName
{
background-color: #E00315;
}
</style>
border-color css
<style>
span { border-color: #E00315; }
span { border-color: rgb(224,3,21); }
td.TdClassName
{
border-color: #E00315;
}
.TagClassName
{
border-color: #E00315;
}
</style>