Shades of Venetian Red #E0030D
Tints of Venetian Red #E0030D
RGB
CMYK
RGB Variations
Color information
#E0030D (or 0xE0030D) is known color: Venetian Red. HEX triplet: E0, 03 and 0D. RGB value is (224,3,13). Sum of RGB (Red+Green+Blue) = 224+3+13=240 (31% of max value = 765). Red value is 224 (87.89% from 255 or 93.33% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 13 (5.47% from 255 or 5.42% from 240); Max value from RGB is 224 - color contains mainly: red. Hex color #E0030D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E0030D is #1FFCF2. Grayscale: #464646. Windows color (decimal): -2096371 or 852960. OLE color: 852960.
HSL color Cylindrical-coordinate representation of color #E0030D: hue angle of 357.29º 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 #E0030D is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 3 | 13 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.12 |
| HSL | 357.29º | 0.97% | 0.45% | - |
| HSV(B) | 357.29º | 0.99% | 0.88% | - |
| XYZ | 30.85 | 15.94 | 1.83 | - |
| YUV | 70.22 | 95.72 | 237.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 3 | 13 | 0 | 0.99 | 0.94 | 0.12 | 357.29 | 0.97 | 0.45 |
| Hex | E0 | 3 | D | 0 | 63 | 5E | C | 165 | 61 | 2D |
| Octal | 340 | 3 | 15 | 0 | 143 | 136 | 14 | 545 | 141 | 55 |
| Binary | 11100000 | 11 | 1101 | 0 | 1100011 | 1011110 | 1100 | 101100101 | 1100001 | 101101 |
Color Harmonies of #E0030D
Complementary color
Monochromatic Colors of #E0030D
Black with #E0030D
Text Example
Text Example
White with #E0030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0030D; }
p { color: rgb(224,3,13); }
H1.HeaderClassName
{
color: #E0030D;
}
.AnyTagClassName
{
color: #E0030D;
}
</style>
background-color css
<style>
a { background-color: #E0030D; }
a { background-color: rgb(224,3,13); }
div.DivClassName
{
background-color: #E0030D;
}
.BgClassName
{
background-color: #E0030D;
}
</style>
border-color css
<style>
span { border-color: #E0030D; }
span { border-color: rgb(224,3,13); }
td.TdClassName
{
border-color: #E0030D;
}
.TagClassName
{
border-color: #E0030D;
}
</style>