Shades of Venetian Red #E60009
Tints of Venetian Red #E60009
RGB
CMYK
RGB Variations
Color information
#E60009 (or 0xE60009) is known color: Venetian Red. HEX triplet: E6, 00 and 09. RGB value is (230,0,9). Sum of RGB (Red+Green+Blue) = 230+0+9=239 (31% of max value = 765). Red value is 230 (90.23% from 255 or 96.23% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 9 (3.91% from 255 or 3.77% from 239); Max value from RGB is 230 - color contains mainly: red. Hex color #E60009 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60009 is #19FFF6. Grayscale: #454545. Windows color (decimal): -1703927 or 590054. OLE color: 590054.
HSL color Cylindrical-coordinate representation of color #E60009: hue angle of 357.65º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E60009 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 0 | 9 | - |
| CMYK | 0 | 1 | 0.96 | 0.10 |
| HSL | 357.65º | 1% | 0.45% | - |
| HSV(B) | 357.65º | 1% | 0.9% | - |
| XYZ | 32.68 | 16.84 | 1.79 | - |
| YUV | 69.8 | 93.7 | 242.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 0 | 9 | 0 | 1 | 0.96 | 0.10 | 357.65 | 1 | 0.45 |
| Hex | E6 | 0 | 9 | 0 | 64 | 60 | A | 166 | 64 | 2D |
| Octal | 346 | 0 | 11 | 0 | 144 | 140 | 12 | 546 | 144 | 55 |
| Binary | 11100110 | 0 | 1001 | 0 | 1100100 | 1100000 | 1010 | 101100110 | 1100100 | 101101 |
Color Harmonies of #E60009
Complementary color
Monochromatic Colors of #E60009
Black with #E60009
Text Example
Text Example
White with #E60009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60009; }
p { color: rgb(230,0,9); }
H1.HeaderClassName
{
color: #E60009;
}
.AnyTagClassName
{
color: #E60009;
}
</style>
background-color css
<style>
a { background-color: #E60009; }
a { background-color: rgb(230,0,9); }
div.DivClassName
{
background-color: #E60009;
}
.BgClassName
{
background-color: #E60009;
}
</style>
border-color css
<style>
span { border-color: #E60009; }
span { border-color: rgb(230,0,9); }
td.TdClassName
{
border-color: #E60009;
}
.TagClassName
{
border-color: #E60009;
}
</style>