Shades of Venetian Red #EE000B
Tints of Venetian Red #EE000B
RGB
CMYK
RGB Variations
Color information
#EE000B (or 0xEE000B) is known color: Venetian Red. HEX triplet: EE, 00 and 0B. RGB value is (238,0,11). Sum of RGB (Red+Green+Blue) = 238+0+11=249 (32% of max value = 765). Red value is 238 (93.36% from 255 or 95.58% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 11 (4.69% from 255 or 4.42% from 249); Max value from RGB is 238 - color contains mainly: red. Hex color #EE000B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE000B is #11FFF4. Grayscale: #484848. Windows color (decimal): -1179637 or 721134. OLE color: 721134.
HSL color Cylindrical-coordinate representation of color #EE000B: hue angle of 357.23º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE000B is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.95 | 0.07 |
| HSL | 357.23º | 1% | 0.47% | - |
| HSV(B) | 357.23º | 1% | 0.93% | - |
| XYZ | 35.32 | 18.2 | 1.97 | - |
| YUV | 72.42 | 93.35 | 246.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 0 | 11 | 0 | 1 | 0.95 | 0.07 | 357.23 | 1 | 0.47 |
| Hex | EE | 0 | B | 0 | 64 | 5F | 7 | 165 | 64 | 2F |
| Octal | 356 | 0 | 13 | 0 | 144 | 137 | 7 | 545 | 144 | 57 |
| Binary | 11101110 | 0 | 1011 | 0 | 1100100 | 1011111 | 111 | 101100101 | 1100100 | 101111 |
Color Harmonies of #EE000B
Complementary color
Monochromatic Colors of #EE000B
Black with #EE000B
Text Example
Text Example
White with #EE000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE000B; }
p { color: rgb(238,0,11); }
H1.HeaderClassName
{
color: #EE000B;
}
.AnyTagClassName
{
color: #EE000B;
}
</style>
background-color css
<style>
a { background-color: #EE000B; }
a { background-color: rgb(238,0,11); }
div.DivClassName
{
background-color: #EE000B;
}
.BgClassName
{
background-color: #EE000B;
}
</style>
border-color css
<style>
span { border-color: #EE000B; }
span { border-color: rgb(238,0,11); }
td.TdClassName
{
border-color: #EE000B;
}
.TagClassName
{
border-color: #EE000B;
}
</style>