Shades of Venetian Red #E6090D
Tints of Venetian Red #E6090D
RGB
CMYK
RGB Variations
Color information
#E6090D (or 0xE6090D) is known color: Venetian Red. HEX triplet: E6, 09 and 0D. RGB value is (230,9,13). Sum of RGB (Red+Green+Blue) = 230+9+13=252 (33% of max value = 765). Red value is 230 (90.23% from 255 or 91.27% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 13 (5.47% from 255 or 5.16% from 252); Max value from RGB is 230 - color contains mainly: red. Hex color #E6090D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E6090D is #19F6F2. Grayscale: #4B4B4B. Windows color (decimal): -1701619 or 854502. OLE color: 854502.
HSL color Cylindrical-coordinate representation of color #E6090D: hue angle of 358.91º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E6090D is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 9 | 13 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.10 |
| HSL | 358.91º | 0.92% | 0.47% | - |
| HSV(B) | 358.91º | 0.96% | 0.9% | - |
| XYZ | 32.8 | 17.05 | 1.94 | - |
| YUV | 75.54 | 92.72 | 238.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 9 | 13 | 0 | 0.96 | 0.94 | 0.10 | 358.91 | 0.92 | 0.47 |
| Hex | E6 | 9 | D | 0 | 60 | 5E | A | 167 | 5C | 2F |
| Octal | 346 | 11 | 15 | 0 | 140 | 136 | 12 | 547 | 134 | 57 |
| Binary | 11100110 | 1001 | 1101 | 0 | 1100000 | 1011110 | 1010 | 101100111 | 1011100 | 101111 |
Color Harmonies of #E6090D
Complementary color
Monochromatic Colors of #E6090D
Black with #E6090D
Text Example
Text Example
White with #E6090D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6090D; }
p { color: rgb(230,9,13); }
H1.HeaderClassName
{
color: #E6090D;
}
.AnyTagClassName
{
color: #E6090D;
}
</style>
background-color css
<style>
a { background-color: #E6090D; }
a { background-color: rgb(230,9,13); }
div.DivClassName
{
background-color: #E6090D;
}
.BgClassName
{
background-color: #E6090D;
}
</style>
border-color css
<style>
span { border-color: #E6090D; }
span { border-color: rgb(230,9,13); }
td.TdClassName
{
border-color: #E6090D;
}
.TagClassName
{
border-color: #E6090D;
}
</style>