Shades of Venetian Red #E0040C
Tints of Venetian Red #E0040C
RGB
CMYK
RGB Variations
Color information
#E0040C (or 0xE0040C) is known color: Venetian Red. HEX triplet: E0, 04 and 0C. RGB value is (224,4,12). Sum of RGB (Red+Green+Blue) = 224+4+12=240 (31% of max value = 765). Red value is 224 (87.89% from 255 or 93.33% from 240); Green value is 4 (1.95% from 255 or 1.67% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 224 - color contains mainly: red. Hex color #E0040C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E0040C is #1FFBF3. Grayscale: #464646. Windows color (decimal): -2096116 or 787680. OLE color: 787680.
HSL color Cylindrical-coordinate representation of color #E0040C: hue angle of 357.82º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E0040C is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 4 | 12 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.12 |
| HSL | 357.82º | 0.96% | 0.45% | - |
| HSV(B) | 357.82º | 0.98% | 0.88% | - |
| XYZ | 30.85 | 15.96 | 1.8 | - |
| YUV | 70.69 | 94.89 | 237.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 4 | 12 | 0 | 0.98 | 0.95 | 0.12 | 357.82 | 0.96 | 0.45 |
| Hex | E0 | 4 | C | 0 | 62 | 5F | C | 166 | 60 | 2D |
| Octal | 340 | 4 | 14 | 0 | 142 | 137 | 14 | 546 | 140 | 55 |
| Binary | 11100000 | 100 | 1100 | 0 | 1100010 | 1011111 | 1100 | 101100110 | 1100000 | 101101 |
Color Harmonies of #E0040C
Complementary color
Monochromatic Colors of #E0040C
Black with #E0040C
Text Example
Text Example
White with #E0040C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0040C; }
p { color: rgb(224,4,12); }
H1.HeaderClassName
{
color: #E0040C;
}
.AnyTagClassName
{
color: #E0040C;
}
</style>
background-color css
<style>
a { background-color: #E0040C; }
a { background-color: rgb(224,4,12); }
div.DivClassName
{
background-color: #E0040C;
}
.BgClassName
{
background-color: #E0040C;
}
</style>
border-color css
<style>
span { border-color: #E0040C; }
span { border-color: rgb(224,4,12); }
td.TdClassName
{
border-color: #E0040C;
}
.TagClassName
{
border-color: #E0040C;
}
</style>