Shades of Venetian Red #EE0511
Tints of Venetian Red #EE0511
RGB
CMYK
RGB Variations
Color information
#EE0511 (or 0xEE0511) is known color: Venetian Red. HEX triplet: EE, 05 and 11. RGB value is (238,5,17). Sum of RGB (Red+Green+Blue) = 238+5+17=260 (34% of max value = 765). Red value is 238 (93.36% from 255 or 91.54% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 17 (7.03% from 255 or 6.54% from 260); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0511 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0511 is #11FAEE. Grayscale: #4C4C4C. Windows color (decimal): -1178351 or 1115630. OLE color: 1115630.
HSL color Cylindrical-coordinate representation of color #EE0511: hue angle of 356.91º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE0511 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 5 | 17 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.07 |
| HSL | 356.91º | 0.96% | 0.48% | - |
| HSV(B) | 356.91º | 0.98% | 0.93% | - |
| XYZ | 35.42 | 18.33 | 2.2 | - |
| YUV | 76.04 | 94.69 | 243.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 5 | 17 | 0 | 0.98 | 0.93 | 0.07 | 356.91 | 0.96 | 0.48 |
| Hex | EE | 5 | 11 | 0 | 62 | 5D | 7 | 165 | 60 | 30 |
| Octal | 356 | 5 | 21 | 0 | 142 | 135 | 7 | 545 | 140 | 60 |
| Binary | 11101110 | 101 | 10001 | 0 | 1100010 | 1011101 | 111 | 101100101 | 1100000 | 110000 |
Color Harmonies of #EE0511
Complementary color
Monochromatic Colors of #EE0511
Black with #EE0511
Text Example
Text Example
White with #EE0511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0511; }
p { color: rgb(238,5,17); }
H1.HeaderClassName
{
color: #EE0511;
}
.AnyTagClassName
{
color: #EE0511;
}
</style>
background-color css
<style>
a { background-color: #EE0511; }
a { background-color: rgb(238,5,17); }
div.DivClassName
{
background-color: #EE0511;
}
.BgClassName
{
background-color: #EE0511;
}
</style>
border-color css
<style>
span { border-color: #EE0511; }
span { border-color: rgb(238,5,17); }
td.TdClassName
{
border-color: #EE0511;
}
.TagClassName
{
border-color: #EE0511;
}
</style>