Shades of Venetian Red #E00305
Tints of Venetian Red #E00305
RGB
CMYK
RGB Variations
Color information
#E00305 (or 0xE00305) is known color: Venetian Red. HEX triplet: E0, 03 and 05. RGB value is (224,3,5). Sum of RGB (Red+Green+Blue) = 224+3+5=232 (30% of max value = 765). Red value is 224 (87.89% from 255 or 96.55% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 5 (2.34% from 255 or 2.16% from 232); Max value from RGB is 224 - color contains mainly: red. Hex color #E00305 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00305 is #1FFCFA. Grayscale: #454545. Windows color (decimal): -2096379 or 328672. OLE color: 328672.
HSL color Cylindrical-coordinate representation of color #E00305: hue angle of 359.46º 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 #E00305 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 3 | 5 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.12 |
| HSL | 359.46º | 0.97% | 0.45% | - |
| HSV(B) | 359.46º | 0.99% | 0.88% | - |
| XYZ | 30.8 | 15.92 | 1.59 | - |
| YUV | 69.31 | 91.72 | 238.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 3 | 5 | 0 | 0.99 | 0.98 | 0.12 | 359.46 | 0.97 | 0.45 |
| Hex | E0 | 3 | 5 | 0 | 63 | 62 | C | 167 | 61 | 2D |
| Octal | 340 | 3 | 5 | 0 | 143 | 142 | 14 | 547 | 141 | 55 |
| Binary | 11100000 | 11 | 101 | 0 | 1100011 | 1100010 | 1100 | 101100111 | 1100001 | 101101 |
Color Harmonies of #E00305
Complementary color
Monochromatic Colors of #E00305
Black with #E00305
Text Example
Text Example
White with #E00305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00305; }
p { color: rgb(224,3,5); }
H1.HeaderClassName
{
color: #E00305;
}
.AnyTagClassName
{
color: #E00305;
}
</style>
background-color css
<style>
a { background-color: #E00305; }
a { background-color: rgb(224,3,5); }
div.DivClassName
{
background-color: #E00305;
}
.BgClassName
{
background-color: #E00305;
}
</style>
border-color css
<style>
span { border-color: #E00305; }
span { border-color: rgb(224,3,5); }
td.TdClassName
{
border-color: #E00305;
}
.TagClassName
{
border-color: #E00305;
}
</style>