Shades of Venetian Red #EE0809
Tints of Venetian Red #EE0809
RGB
CMYK
RGB Variations
Color information
#EE0809 (or 0xEE0809) is known color: Venetian Red. HEX triplet: EE, 08 and 09. RGB value is (238,8,9). Sum of RGB (Red+Green+Blue) = 238+8+9=255 (33% of max value = 765). Red value is 238 (93.36% from 255 or 93.33% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 9 (3.91% from 255 or 3.53% from 255); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0809 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0809 is #11F7F6. Grayscale: #4D4D4D. Windows color (decimal): -1177591 or 592110. OLE color: 592110.
HSL color Cylindrical-coordinate representation of color #EE0809: hue angle of 359.74º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE0809 is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 8 | 9 | - |
| CMYK | 0 | 0.97 | 0.96 | 0.07 |
| HSL | 359.74º | 0.93% | 0.48% | - |
| HSV(B) | 359.74º | 0.97% | 0.93% | - |
| XYZ | 35.4 | 18.37 | 1.94 | - |
| YUV | 76.88 | 89.7 | 242.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 8 | 9 | 0 | 0.97 | 0.96 | 0.07 | 359.74 | 0.93 | 0.48 |
| Hex | EE | 8 | 9 | 0 | 61 | 60 | 7 | 168 | 5D | 30 |
| Octal | 356 | 10 | 11 | 0 | 141 | 140 | 7 | 550 | 135 | 60 |
| Binary | 11101110 | 1000 | 1001 | 0 | 1100001 | 1100000 | 111 | 101101000 | 1011101 | 110000 |
Color Harmonies of #EE0809
Complementary color
Monochromatic Colors of #EE0809
Black with #EE0809
Text Example
Text Example
White with #EE0809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0809; }
p { color: rgb(238,8,9); }
H1.HeaderClassName
{
color: #EE0809;
}
.AnyTagClassName
{
color: #EE0809;
}
</style>
background-color css
<style>
a { background-color: #EE0809; }
a { background-color: rgb(238,8,9); }
div.DivClassName
{
background-color: #EE0809;
}
.BgClassName
{
background-color: #EE0809;
}
</style>
border-color css
<style>
span { border-color: #EE0809; }
span { border-color: rgb(238,8,9); }
td.TdClassName
{
border-color: #EE0809;
}
.TagClassName
{
border-color: #EE0809;
}
</style>