Shades of Venetian Red #EE0008
Tints of Venetian Red #EE0008
RGB
CMYK
RGB Variations
Color information
#EE0008 (or 0xEE0008) is known color: Venetian Red. HEX triplet: EE, 00 and 08. RGB value is (238,0,8). Sum of RGB (Red+Green+Blue) = 238+0+8=246 (32% of max value = 765). Red value is 238 (93.36% from 255 or 96.75% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 8 (3.52% from 255 or 3.25% from 246); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0008 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0008 is #11FFF7. Grayscale: #484848. Windows color (decimal): -1179640 or 524526. OLE color: 524526.
HSL color Cylindrical-coordinate representation of color #EE0008: hue angle of 357.98º 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 #EE0008 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 0 | 8 | - |
| CMYK | 0 | 1 | 0.97 | 0.07 |
| HSL | 357.98º | 1% | 0.47% | - |
| HSV(B) | 357.98º | 1% | 0.93% | - |
| XYZ | 35.3 | 18.19 | 1.88 | - |
| YUV | 72.07 | 91.85 | 246.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 0 | 8 | 0 | 1 | 0.97 | 0.07 | 357.98 | 1 | 0.47 |
| Hex | EE | 0 | 8 | 0 | 64 | 61 | 7 | 166 | 64 | 2F |
| Octal | 356 | 0 | 10 | 0 | 144 | 141 | 7 | 546 | 144 | 57 |
| Binary | 11101110 | 0 | 1000 | 0 | 1100100 | 1100001 | 111 | 101100110 | 1100100 | 101111 |
Color Harmonies of #EE0008
Complementary color
Monochromatic Colors of #EE0008
Black with #EE0008
Text Example
Text Example
White with #EE0008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0008; }
p { color: rgb(238,0,8); }
H1.HeaderClassName
{
color: #EE0008;
}
.AnyTagClassName
{
color: #EE0008;
}
</style>
background-color css
<style>
a { background-color: #EE0008; }
a { background-color: rgb(238,0,8); }
div.DivClassName
{
background-color: #EE0008;
}
.BgClassName
{
background-color: #EE0008;
}
</style>
border-color css
<style>
span { border-color: #EE0008; }
span { border-color: rgb(238,0,8); }
td.TdClassName
{
border-color: #EE0008;
}
.TagClassName
{
border-color: #EE0008;
}
</style>