Shades of Venetian Red #E0030F
Tints of Venetian Red #E0030F
RGB
CMYK
RGB Variations
Color information
#E0030F (or 0xE0030F) is known color: Venetian Red. HEX triplet: E0, 03 and 0F. RGB value is (224,3,15). Sum of RGB (Red+Green+Blue) = 224+3+15=242 (32% of max value = 765). Red value is 224 (87.89% from 255 or 92.56% from 242); Green value is 3 (1.56% from 255 or 1.24% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 224 - color contains mainly: red. Hex color #E0030F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E0030F is #1FFCF0. Grayscale: #464646. Windows color (decimal): -2096369 or 984032. OLE color: 984032.
HSL color Cylindrical-coordinate representation of color #E0030F: hue angle of 356.74º 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 #E0030F is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 3 | 15 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.12 |
| HSL | 356.74º | 0.97% | 0.45% | - |
| HSV(B) | 356.74º | 0.99% | 0.88% | - |
| XYZ | 30.86 | 15.95 | 1.9 | - |
| YUV | 70.45 | 96.72 | 237.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 3 | 15 | 0 | 0.99 | 0.93 | 0.12 | 356.74 | 0.97 | 0.45 |
| Hex | E0 | 3 | F | 0 | 63 | 5D | C | 165 | 61 | 2D |
| Octal | 340 | 3 | 17 | 0 | 143 | 135 | 14 | 545 | 141 | 55 |
| Binary | 11100000 | 11 | 1111 | 0 | 1100011 | 1011101 | 1100 | 101100101 | 1100001 | 101101 |
Color Harmonies of #E0030F
Complementary color
Monochromatic Colors of #E0030F
Black with #E0030F
Text Example
Text Example
White with #E0030F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0030F; }
p { color: rgb(224,3,15); }
H1.HeaderClassName
{
color: #E0030F;
}
.AnyTagClassName
{
color: #E0030F;
}
</style>
background-color css
<style>
a { background-color: #E0030F; }
a { background-color: rgb(224,3,15); }
div.DivClassName
{
background-color: #E0030F;
}
.BgClassName
{
background-color: #E0030F;
}
</style>
border-color css
<style>
span { border-color: #E0030F; }
span { border-color: rgb(224,3,15); }
td.TdClassName
{
border-color: #E0030F;
}
.TagClassName
{
border-color: #E0030F;
}
</style>