Shades of Venetian Red #E6090B
Tints of Venetian Red #E6090B
RGB
CMYK
RGB Variations
Color information
#E6090B (or 0xE6090B) is known color: Venetian Red. HEX triplet: E6, 09 and 0B. RGB value is (230,9,11). Sum of RGB (Red+Green+Blue) = 230+9+11=250 (33% of max value = 765). Red value is 230 (90.23% from 255 or 92% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 11 (4.69% from 255 or 4.4% from 250); Max value from RGB is 230 - color contains mainly: red. Hex color #E6090B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E6090B is #19F6F4. Grayscale: #4B4B4B. Windows color (decimal): -1701621 or 723430. OLE color: 723430.
HSL color Cylindrical-coordinate representation of color #E6090B: hue angle of 359.46º 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 #E6090B is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 9 | 11 | - |
| CMYK | 0 | 0.96 | 0.95 | 0.10 |
| HSL | 359.46º | 0.92% | 0.47% | - |
| HSV(B) | 359.46º | 0.96% | 0.9% | - |
| XYZ | 32.79 | 17.04 | 1.88 | - |
| YUV | 75.31 | 91.72 | 238.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 9 | 11 | 0 | 0.96 | 0.95 | 0.10 | 359.46 | 0.92 | 0.47 |
| Hex | E6 | 9 | B | 0 | 60 | 5F | A | 167 | 5C | 2F |
| Octal | 346 | 11 | 13 | 0 | 140 | 137 | 12 | 547 | 134 | 57 |
| Binary | 11100110 | 1001 | 1011 | 0 | 1100000 | 1011111 | 1010 | 101100111 | 1011100 | 101111 |
Color Harmonies of #E6090B
Complementary color
Monochromatic Colors of #E6090B
Black with #E6090B
Text Example
Text Example
White with #E6090B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6090B; }
p { color: rgb(230,9,11); }
H1.HeaderClassName
{
color: #E6090B;
}
.AnyTagClassName
{
color: #E6090B;
}
</style>
background-color css
<style>
a { background-color: #E6090B; }
a { background-color: rgb(230,9,11); }
div.DivClassName
{
background-color: #E6090B;
}
.BgClassName
{
background-color: #E6090B;
}
</style>
border-color css
<style>
span { border-color: #E6090B; }
span { border-color: rgb(230,9,11); }
td.TdClassName
{
border-color: #E6090B;
}
.TagClassName
{
border-color: #E6090B;
}
</style>