Shades of Venetian Red #E6040B
Tints of Venetian Red #E6040B
RGB
CMYK
RGB Variations
Color information
#E6040B (or 0xE6040B) is known color: Venetian Red. HEX triplet: E6, 04 and 0B. RGB value is (230,4,11). Sum of RGB (Red+Green+Blue) = 230+4+11=245 (32% of max value = 765). Red value is 230 (90.23% from 255 or 93.88% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 11 (4.69% from 255 or 4.49% from 245); Max value from RGB is 230 - color contains mainly: red. Hex color #E6040B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E6040B is #19FBF4. Grayscale: #484848. Windows color (decimal): -1702901 or 722150. OLE color: 722150.
HSL color Cylindrical-coordinate representation of color #E6040B: hue angle of 358.14º 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 #E6040B is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 4 | 11 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.10 |
| HSL | 358.14º | 0.97% | 0.46% | - |
| HSV(B) | 358.14º | 0.98% | 0.9% | - |
| XYZ | 32.74 | 16.93 | 1.86 | - |
| YUV | 72.37 | 93.37 | 240.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 4 | 11 | 0 | 0.98 | 0.95 | 0.10 | 358.14 | 0.97 | 0.46 |
| Hex | E6 | 4 | B | 0 | 62 | 5F | A | 166 | 61 | 2E |
| Octal | 346 | 4 | 13 | 0 | 142 | 137 | 12 | 546 | 141 | 56 |
| Binary | 11100110 | 100 | 1011 | 0 | 1100010 | 1011111 | 1010 | 101100110 | 1100001 | 101110 |
Color Harmonies of #E6040B
Complementary color
Monochromatic Colors of #E6040B
Black with #E6040B
Text Example
Text Example
White with #E6040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6040B; }
p { color: rgb(230,4,11); }
H1.HeaderClassName
{
color: #E6040B;
}
.AnyTagClassName
{
color: #E6040B;
}
</style>
background-color css
<style>
a { background-color: #E6040B; }
a { background-color: rgb(230,4,11); }
div.DivClassName
{
background-color: #E6040B;
}
.BgClassName
{
background-color: #E6040B;
}
</style>
border-color css
<style>
span { border-color: #E6040B; }
span { border-color: rgb(230,4,11); }
td.TdClassName
{
border-color: #E6040B;
}
.TagClassName
{
border-color: #E6040B;
}
</style>