Shades of Venetian Red #EE0010
Tints of Venetian Red #EE0010
RGB
CMYK
RGB Variations
Color information
#EE0010 (or 0xEE0010) is known color: Venetian Red. HEX triplet: EE, 00 and 10. RGB value is (238,0,16). Sum of RGB (Red+Green+Blue) = 238+0+16=254 (33% of max value = 765). Red value is 238 (93.36% from 255 or 93.70% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 16 (6.64% from 255 or 6.30% from 254); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0010 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0010 is #11FFEF. Grayscale: #494949. Windows color (decimal): -1179632 or 1048814. OLE color: 1048814.
HSL color Cylindrical-coordinate representation of color #EE0010: hue angle of 355.97º 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 #EE0010 is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 0 | 16 | - |
| CMYK | 0 | 1 | 0.93 | 0.07 |
| HSL | 355.97º | 1% | 0.47% | - |
| HSV(B) | 355.97º | 1% | 0.93% | - |
| XYZ | 35.35 | 18.21 | 2.14 | - |
| YUV | 72.99 | 95.85 | 245.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 0 | 16 | 0 | 1 | 0.93 | 0.07 | 355.97 | 1 | 0.47 |
| Hex | EE | 0 | 10 | 0 | 64 | 5D | 7 | 164 | 64 | 2F |
| Octal | 356 | 0 | 20 | 0 | 144 | 135 | 7 | 544 | 144 | 57 |
| Binary | 11101110 | 0 | 10000 | 0 | 1100100 | 1011101 | 111 | 101100100 | 1100100 | 101111 |
Color Harmonies of #EE0010
Complementary color
Monochromatic Colors of #EE0010
Black with #EE0010
Text Example
Text Example
White with #EE0010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0010; }
p { color: rgb(238,0,16); }
H1.HeaderClassName
{
color: #EE0010;
}
.AnyTagClassName
{
color: #EE0010;
}
</style>
background-color css
<style>
a { background-color: #EE0010; }
a { background-color: rgb(238,0,16); }
div.DivClassName
{
background-color: #EE0010;
}
.BgClassName
{
background-color: #EE0010;
}
</style>
border-color css
<style>
span { border-color: #EE0010; }
span { border-color: rgb(238,0,16); }
td.TdClassName
{
border-color: #EE0010;
}
.TagClassName
{
border-color: #EE0010;
}
</style>