Shades of Venetian Red #E00306
Tints of Venetian Red #E00306
RGB
CMYK
RGB Variations
Color information
#E00306 (or 0xE00306) is known color: Venetian Red. HEX triplet: E0, 03 and 06. RGB value is (224,3,6). Sum of RGB (Red+Green+Blue) = 224+3+6=233 (30% of max value = 765). Red value is 224 (87.89% from 255 or 96.14% from 233); Green value is 3 (1.56% from 255 or 1.29% from 233); Blue value is 6 (2.73% from 255 or 2.58% from 233); Max value from RGB is 224 - color contains mainly: red. Hex color #E00306 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00306 is #1FFCF9. Grayscale: #454545. Windows color (decimal): -2096378 or 394208. OLE color: 394208.
HSL color Cylindrical-coordinate representation of color #E00306: hue angle of 359.19º 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 #E00306 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 3 | 6 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.12 |
| HSL | 359.19º | 0.97% | 0.45% | - |
| HSV(B) | 359.19º | 0.99% | 0.88% | - |
| XYZ | 30.81 | 15.93 | 1.62 | - |
| YUV | 69.42 | 92.22 | 238.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 3 | 6 | 0 | 0.99 | 0.97 | 0.12 | 359.19 | 0.97 | 0.45 |
| Hex | E0 | 3 | 6 | 0 | 63 | 61 | C | 167 | 61 | 2D |
| Octal | 340 | 3 | 6 | 0 | 143 | 141 | 14 | 547 | 141 | 55 |
| Binary | 11100000 | 11 | 110 | 0 | 1100011 | 1100001 | 1100 | 101100111 | 1100001 | 101101 |
Color Harmonies of #E00306
Complementary color
Monochromatic Colors of #E00306
Black with #E00306
Text Example
Text Example
White with #E00306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00306; }
p { color: rgb(224,3,6); }
H1.HeaderClassName
{
color: #E00306;
}
.AnyTagClassName
{
color: #E00306;
}
</style>
background-color css
<style>
a { background-color: #E00306; }
a { background-color: rgb(224,3,6); }
div.DivClassName
{
background-color: #E00306;
}
.BgClassName
{
background-color: #E00306;
}
</style>
border-color css
<style>
span { border-color: #E00306; }
span { border-color: rgb(224,3,6); }
td.TdClassName
{
border-color: #E00306;
}
.TagClassName
{
border-color: #E00306;
}
</style>