Shades of Venetian Red #EE0114
Tints of Venetian Red #EE0114
RGB
CMYK
RGB Variations
Color information
#EE0114 (or 0xEE0114) is known color: Venetian Red. HEX triplet: EE, 01 and 14. RGB value is (238,1,20). Sum of RGB (Red+Green+Blue) = 238+1+20=259 (34% of max value = 765). Red value is 238 (93.36% from 255 or 91.89% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 20 (8.20% from 255 or 7.72% from 259); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0114 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0114 is #11FEEB. Grayscale: #4A4A4A. Windows color (decimal): -1179372 or 1311214. OLE color: 1311214.
HSL color Cylindrical-coordinate representation of color #EE0114: hue angle of 355.19º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE0114 is Cyan = 0, Magento = 1.00, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 1 | 20 | - |
| CMYK | 0 | 1.00 | 0.92 | 0.07 |
| HSL | 355.19º | 0.99% | 0.47% | - |
| HSV(B) | 355.19º | 1% | 0.93% | - |
| XYZ | 35.4 | 18.25 | 2.32 | - |
| YUV | 74.03 | 97.52 | 244.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 1 | 20 | 0 | 1.00 | 0.92 | 0.07 | 355.19 | 0.99 | 0.47 |
| Hex | EE | 1 | 14 | 0 | 64 | 5C | 7 | 163 | 63 | 2F |
| Octal | 356 | 1 | 24 | 0 | 144 | 134 | 7 | 543 | 143 | 57 |
| Binary | 11101110 | 1 | 10100 | 0 | 1100100 | 1011100 | 111 | 101100011 | 1100011 | 101111 |
Color Harmonies of #EE0114
Complementary color
Monochromatic Colors of #EE0114
Black with #EE0114
Text Example
Text Example
White with #EE0114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0114; }
p { color: rgb(238,1,20); }
H1.HeaderClassName
{
color: #EE0114;
}
.AnyTagClassName
{
color: #EE0114;
}
</style>
background-color css
<style>
a { background-color: #EE0114; }
a { background-color: rgb(238,1,20); }
div.DivClassName
{
background-color: #EE0114;
}
.BgClassName
{
background-color: #EE0114;
}
</style>
border-color css
<style>
span { border-color: #EE0114; }
span { border-color: rgb(238,1,20); }
td.TdClassName
{
border-color: #EE0114;
}
.TagClassName
{
border-color: #EE0114;
}
</style>