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