Shades of Venetian Red #EE0A0B
Tints of Venetian Red #EE0A0B
RGB
CMYK
RGB Variations
Color information
#EE0A0B (or 0xEE0A0B) is known color: Venetian Red. HEX triplet: EE, 0A and 0B. RGB value is (238,10,11). Sum of RGB (Red+Green+Blue) = 238+10+11=259 (34% of max value = 765). Red value is 238 (93.36% from 255 or 91.89% from 259); Green value is 10 (4.30% from 255 or 3.86% from 259); Blue value is 11 (4.69% from 255 or 4.25% from 259); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0A0B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0A0B is #11F5F4. Grayscale: #4E4E4E. Windows color (decimal): -1177077 or 723694. OLE color: 723694.
HSL color Cylindrical-coordinate representation of color #EE0A0B: hue angle of 359.74º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE0A0B is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 10 | 11 | - |
| CMYK | 0 | 0.96 | 0.95 | 0.07 |
| HSL | 359.74º | 0.92% | 0.49% | - |
| HSV(B) | 359.74º | 0.96% | 0.93% | - |
| XYZ | 35.43 | 18.42 | 2 | - |
| YUV | 78.29 | 90.04 | 241.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 10 | 11 | 0 | 0.96 | 0.95 | 0.07 | 359.74 | 0.92 | 0.49 |
| Hex | EE | A | B | 0 | 60 | 5F | 7 | 168 | 5C | 31 |
| Octal | 356 | 12 | 13 | 0 | 140 | 137 | 7 | 550 | 134 | 61 |
| Binary | 11101110 | 1010 | 1011 | 0 | 1100000 | 1011111 | 111 | 101101000 | 1011100 | 110001 |
Color Harmonies of #EE0A0B
Complementary color
Monochromatic Colors of #EE0A0B
Black with #EE0A0B
Text Example
Text Example
White with #EE0A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0A0B; }
p { color: rgb(238,10,11); }
H1.HeaderClassName
{
color: #EE0A0B;
}
.AnyTagClassName
{
color: #EE0A0B;
}
</style>
background-color css
<style>
a { background-color: #EE0A0B; }
a { background-color: rgb(238,10,11); }
div.DivClassName
{
background-color: #EE0A0B;
}
.BgClassName
{
background-color: #EE0A0B;
}
</style>
border-color css
<style>
span { border-color: #EE0A0B; }
span { border-color: rgb(238,10,11); }
td.TdClassName
{
border-color: #EE0A0B;
}
.TagClassName
{
border-color: #EE0A0B;
}
</style>