Shades of Venetian Red #E6040A
Tints of Venetian Red #E6040A
RGB
CMYK
RGB Variations
Color information
#E6040A (or 0xE6040A) is known color: Venetian Red. HEX triplet: E6, 04 and 0A. RGB value is (230,4,10). Sum of RGB (Red+Green+Blue) = 230+4+10=244 (32% of max value = 765). Red value is 230 (90.23% from 255 or 94.26% from 244); Green value is 4 (1.95% from 255 or 1.64% from 244); Blue value is 10 (4.30% from 255 or 4.10% from 244); Max value from RGB is 230 - color contains mainly: red. Hex color #E6040A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E6040A is #19FBF5. Grayscale: #484848. Windows color (decimal): -1702902 or 656614. OLE color: 656614.
HSL color Cylindrical-coordinate representation of color #E6040A: hue angle of 358.41º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E6040A is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 4 | 10 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.10 |
| HSL | 358.41º | 0.97% | 0.46% | - |
| HSV(B) | 358.41º | 0.98% | 0.9% | - |
| XYZ | 32.73 | 16.93 | 1.83 | - |
| YUV | 72.26 | 92.87 | 240.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 4 | 10 | 0 | 0.98 | 0.96 | 0.10 | 358.41 | 0.97 | 0.46 |
| Hex | E6 | 4 | A | 0 | 62 | 60 | A | 166 | 61 | 2E |
| Octal | 346 | 4 | 12 | 0 | 142 | 140 | 12 | 546 | 141 | 56 |
| Binary | 11100110 | 100 | 1010 | 0 | 1100010 | 1100000 | 1010 | 101100110 | 1100001 | 101110 |
Color Harmonies of #E6040A
Complementary color
Monochromatic Colors of #E6040A
Black with #E6040A
Text Example
Text Example
White with #E6040A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6040A; }
p { color: rgb(230,4,10); }
H1.HeaderClassName
{
color: #E6040A;
}
.AnyTagClassName
{
color: #E6040A;
}
</style>
background-color css
<style>
a { background-color: #E6040A; }
a { background-color: rgb(230,4,10); }
div.DivClassName
{
background-color: #E6040A;
}
.BgClassName
{
background-color: #E6040A;
}
</style>
border-color css
<style>
span { border-color: #E6040A; }
span { border-color: rgb(230,4,10); }
td.TdClassName
{
border-color: #E6040A;
}
.TagClassName
{
border-color: #E6040A;
}
</style>