Shades of Venetian Red #E9080C
Tints of Venetian Red #E9080C
RGB
CMYK
RGB Variations
Color information
#E9080C (or 0xE9080C) is known color: Venetian Red. HEX triplet: E9, 08 and 0C. RGB value is (233,8,12). Sum of RGB (Red+Green+Blue) = 233+8+12=253 (33% of max value = 765). Red value is 233 (91.41% from 255 or 92.09% from 253); Green value is 8 (3.52% from 255 or 3.16% from 253); Blue value is 12 (5.08% from 255 or 4.74% from 253); Max value from RGB is 233 - color contains mainly: red. Hex color #E9080C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E9080C is #16F7F3. Grayscale: #4B4B4B. Windows color (decimal): -1505268 or 788713. OLE color: 788713.
HSL color Cylindrical-coordinate representation of color #E9080C: hue angle of 358.93º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E9080C is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 8 | 12 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.09 |
| HSL | 358.93º | 0.93% | 0.47% | - |
| HSV(B) | 358.93º | 0.97% | 0.91% | - |
| XYZ | 33.76 | 17.52 | 1.95 | - |
| YUV | 75.73 | 92.04 | 240.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 8 | 12 | 0 | 0.97 | 0.95 | 0.09 | 358.93 | 0.93 | 0.47 |
| Hex | E9 | 8 | C | 0 | 61 | 5F | 9 | 167 | 5D | 2F |
| Octal | 351 | 10 | 14 | 0 | 141 | 137 | 11 | 547 | 135 | 57 |
| Binary | 11101001 | 1000 | 1100 | 0 | 1100001 | 1011111 | 1001 | 101100111 | 1011101 | 101111 |
Color Harmonies of #E9080C
Complementary color
Monochromatic Colors of #E9080C
Black with #E9080C
Text Example
Text Example
White with #E9080C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9080C; }
p { color: rgb(233,8,12); }
H1.HeaderClassName
{
color: #E9080C;
}
.AnyTagClassName
{
color: #E9080C;
}
</style>
background-color css
<style>
a { background-color: #E9080C; }
a { background-color: rgb(233,8,12); }
div.DivClassName
{
background-color: #E9080C;
}
.BgClassName
{
background-color: #E9080C;
}
</style>
border-color css
<style>
span { border-color: #E9080C; }
span { border-color: rgb(233,8,12); }
td.TdClassName
{
border-color: #E9080C;
}
.TagClassName
{
border-color: #E9080C;
}
</style>