Shades of Venetian Red #E0030A
Tints of Venetian Red #E0030A
RGB
CMYK
RGB Variations
Color information
#E0030A (or 0xE0030A) is known color: Venetian Red. HEX triplet: E0, 03 and 0A. RGB value is (224,3,10). Sum of RGB (Red+Green+Blue) = 224+3+10=237 (31% of max value = 765). Red value is 224 (87.89% from 255 or 94.51% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 10 (4.30% from 255 or 4.22% from 237); Max value from RGB is 224 - color contains mainly: red. Hex color #E0030A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E0030A is #1FFCF5. Grayscale: #464646. Windows color (decimal): -2096374 or 656352. OLE color: 656352.
HSL color Cylindrical-coordinate representation of color #E0030A: hue angle of 358.1º 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 #E0030A is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 3 | 10 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.12 |
| HSL | 358.1º | 0.97% | 0.45% | - |
| HSV(B) | 358.1º | 0.99% | 0.88% | - |
| XYZ | 30.83 | 15.93 | 1.74 | - |
| YUV | 69.88 | 94.22 | 237.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 3 | 10 | 0 | 0.99 | 0.96 | 0.12 | 358.1 | 0.97 | 0.45 |
| Hex | E0 | 3 | A | 0 | 63 | 60 | C | 166 | 61 | 2D |
| Octal | 340 | 3 | 12 | 0 | 143 | 140 | 14 | 546 | 141 | 55 |
| Binary | 11100000 | 11 | 1010 | 0 | 1100011 | 1100000 | 1100 | 101100110 | 1100001 | 101101 |
Color Harmonies of #E0030A
Complementary color
Monochromatic Colors of #E0030A
Black with #E0030A
Text Example
Text Example
White with #E0030A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0030A; }
p { color: rgb(224,3,10); }
H1.HeaderClassName
{
color: #E0030A;
}
.AnyTagClassName
{
color: #E0030A;
}
</style>
background-color css
<style>
a { background-color: #E0030A; }
a { background-color: rgb(224,3,10); }
div.DivClassName
{
background-color: #E0030A;
}
.BgClassName
{
background-color: #E0030A;
}
</style>
border-color css
<style>
span { border-color: #E0030A; }
span { border-color: rgb(224,3,10); }
td.TdClassName
{
border-color: #E0030A;
}
.TagClassName
{
border-color: #E0030A;
}
</style>