Shades of Venetian Red #E9060B
Tints of Venetian Red #E9060B
RGB
CMYK
RGB Variations
Color information
#E9060B (or 0xE9060B) is known color: Venetian Red. HEX triplet: E9, 06 and 0B. RGB value is (233,6,11). Sum of RGB (Red+Green+Blue) = 233+6+11=250 (33% of max value = 765). Red value is 233 (91.41% from 255 or 93.2% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 11 (4.69% from 255 or 4.4% from 250); Max value from RGB is 233 - color contains mainly: red. Hex color #E9060B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E9060B is #16F9F4. Grayscale: #4A4A4A. Windows color (decimal): -1505781 or 722665. OLE color: 722665.
HSL color Cylindrical-coordinate representation of color #E9060B: hue angle of 358.68º degrees, saturation: 0.95, 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 #E9060B is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 6 | 11 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.09 |
| HSL | 358.68º | 0.95% | 0.47% | - |
| HSV(B) | 358.68º | 0.97% | 0.91% | - |
| XYZ | 33.73 | 17.48 | 1.91 | - |
| YUV | 74.44 | 92.21 | 241.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 6 | 11 | 0 | 0.97 | 0.95 | 0.09 | 358.68 | 0.95 | 0.47 |
| Hex | E9 | 6 | B | 0 | 61 | 5F | 9 | 167 | 5F | 2F |
| Octal | 351 | 6 | 13 | 0 | 141 | 137 | 11 | 547 | 137 | 57 |
| Binary | 11101001 | 110 | 1011 | 0 | 1100001 | 1011111 | 1001 | 101100111 | 1011111 | 101111 |
Color Harmonies of #E9060B
Complementary color
Monochromatic Colors of #E9060B
Black with #E9060B
Text Example
Text Example
White with #E9060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9060B; }
p { color: rgb(233,6,11); }
H1.HeaderClassName
{
color: #E9060B;
}
.AnyTagClassName
{
color: #E9060B;
}
</style>
background-color css
<style>
a { background-color: #E9060B; }
a { background-color: rgb(233,6,11); }
div.DivClassName
{
background-color: #E9060B;
}
.BgClassName
{
background-color: #E9060B;
}
</style>
border-color css
<style>
span { border-color: #E9060B; }
span { border-color: rgb(233,6,11); }
td.TdClassName
{
border-color: #E9060B;
}
.TagClassName
{
border-color: #E9060B;
}
</style>