Shades of Venetian Red #EE0109
Tints of Venetian Red #EE0109
RGB
CMYK
RGB Variations
Color information
#EE0109 (or 0xEE0109) is known color: Venetian Red. HEX triplet: EE, 01 and 09. RGB value is (238,1,9). Sum of RGB (Red+Green+Blue) = 238+1+9=248 (32% of max value = 765). Red value is 238 (93.36% from 255 or 95.97% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 9 (3.91% from 255 or 3.63% from 248); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0109 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0109 is #11FEF6. Grayscale: #484848. Windows color (decimal): -1179383 or 590318. OLE color: 590318.
HSL color Cylindrical-coordinate representation of color #EE0109: hue angle of 357.97º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE0109 is Cyan = 0, Magento = 1.00, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 1 | 9 | - |
| CMYK | 0 | 1.00 | 0.96 | 0.07 |
| HSL | 357.97º | 0.99% | 0.47% | - |
| HSV(B) | 357.97º | 1% | 0.93% | - |
| XYZ | 35.32 | 18.22 | 1.91 | - |
| YUV | 72.78 | 92.02 | 245.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 1 | 9 | 0 | 1.00 | 0.96 | 0.07 | 357.97 | 0.99 | 0.47 |
| Hex | EE | 1 | 9 | 0 | 64 | 60 | 7 | 166 | 63 | 2F |
| Octal | 356 | 1 | 11 | 0 | 144 | 140 | 7 | 546 | 143 | 57 |
| Binary | 11101110 | 1 | 1001 | 0 | 1100100 | 1100000 | 111 | 101100110 | 1100011 | 101111 |
Color Harmonies of #EE0109
Complementary color
Monochromatic Colors of #EE0109
Black with #EE0109
Text Example
Text Example
White with #EE0109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0109; }
p { color: rgb(238,1,9); }
H1.HeaderClassName
{
color: #EE0109;
}
.AnyTagClassName
{
color: #EE0109;
}
</style>
background-color css
<style>
a { background-color: #EE0109; }
a { background-color: rgb(238,1,9); }
div.DivClassName
{
background-color: #EE0109;
}
.BgClassName
{
background-color: #EE0109;
}
</style>
border-color css
<style>
span { border-color: #EE0109; }
span { border-color: rgb(238,1,9); }
td.TdClassName
{
border-color: #EE0109;
}
.TagClassName
{
border-color: #EE0109;
}
</style>