Shades of Venetian Red #EE0004
Tints of Venetian Red #EE0004
RGB
CMYK
RGB Variations
Color information
#EE0004 (or 0xEE0004) is known color: Venetian Red. HEX triplet: EE, 00 and 04. RGB value is (238,0,4). Sum of RGB (Red+Green+Blue) = 238+0+4=242 (32% of max value = 765). Red value is 238 (93.36% from 255 or 98.35% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 4 (1.95% from 255 or 1.65% from 242); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0004 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0004 is #11FFFB. Grayscale: #474747. Windows color (decimal): -1179644 or 262382. OLE color: 262382.
HSL color Cylindrical-coordinate representation of color #EE0004: hue angle of 358.99º 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 #EE0004 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 0 | 4 | - |
| CMYK | 0 | 1 | 0.98 | 0.07 |
| HSL | 358.99º | 1% | 0.47% | - |
| HSV(B) | 358.99º | 1% | 0.93% | - |
| XYZ | 35.28 | 18.19 | 1.77 | - |
| YUV | 71.62 | 89.85 | 246.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 0 | 4 | 0 | 1 | 0.98 | 0.07 | 358.99 | 1 | 0.47 |
| Hex | EE | 0 | 4 | 0 | 64 | 62 | 7 | 167 | 64 | 2F |
| Octal | 356 | 0 | 4 | 0 | 144 | 142 | 7 | 547 | 144 | 57 |
| Binary | 11101110 | 0 | 100 | 0 | 1100100 | 1100010 | 111 | 101100111 | 1100100 | 101111 |
Color Harmonies of #EE0004
Complementary color
Monochromatic Colors of #EE0004
Black with #EE0004
Text Example
Text Example
White with #EE0004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0004; }
p { color: rgb(238,0,4); }
H1.HeaderClassName
{
color: #EE0004;
}
.AnyTagClassName
{
color: #EE0004;
}
</style>
background-color css
<style>
a { background-color: #EE0004; }
a { background-color: rgb(238,0,4); }
div.DivClassName
{
background-color: #EE0004;
}
.BgClassName
{
background-color: #EE0004;
}
</style>
border-color css
<style>
span { border-color: #EE0004; }
span { border-color: rgb(238,0,4); }
td.TdClassName
{
border-color: #EE0004;
}
.TagClassName
{
border-color: #EE0004;
}
</style>