Shades of Venetian Red #EE0214
Tints of Venetian Red #EE0214
RGB
CMYK
RGB Variations
Color information
#EE0214 (or 0xEE0214) is known color: Venetian Red. HEX triplet: EE, 02 and 14. RGB value is (238,2,20). Sum of RGB (Red+Green+Blue) = 238+2+20=260 (34% of max value = 765). Red value is 238 (93.36% from 255 or 91.54% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 20 (8.20% from 255 or 7.69% from 260); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0214 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0214 is #11FDEB. Grayscale: #4A4A4A. Windows color (decimal): -1179116 or 1311470. OLE color: 1311470.
HSL color Cylindrical-coordinate representation of color #EE0214: hue angle of 355.42º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE0214 is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 2 | 20 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.07 |
| HSL | 355.42º | 0.98% | 0.47% | - |
| HSV(B) | 355.42º | 0.99% | 0.93% | - |
| XYZ | 35.41 | 18.27 | 2.32 | - |
| YUV | 74.62 | 97.19 | 244.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 2 | 20 | 0 | 0.99 | 0.92 | 0.07 | 355.42 | 0.98 | 0.47 |
| Hex | EE | 2 | 14 | 0 | 63 | 5C | 7 | 163 | 62 | 2F |
| Octal | 356 | 2 | 24 | 0 | 143 | 134 | 7 | 543 | 142 | 57 |
| Binary | 11101110 | 10 | 10100 | 0 | 1100011 | 1011100 | 111 | 101100011 | 1100010 | 101111 |
Color Harmonies of #EE0214
Complementary color
Monochromatic Colors of #EE0214
Black with #EE0214
Text Example
Text Example
White with #EE0214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0214; }
p { color: rgb(238,2,20); }
H1.HeaderClassName
{
color: #EE0214;
}
.AnyTagClassName
{
color: #EE0214;
}
</style>
background-color css
<style>
a { background-color: #EE0214; }
a { background-color: rgb(238,2,20); }
div.DivClassName
{
background-color: #EE0214;
}
.BgClassName
{
background-color: #EE0214;
}
</style>
border-color css
<style>
span { border-color: #EE0214; }
span { border-color: rgb(238,2,20); }
td.TdClassName
{
border-color: #EE0214;
}
.TagClassName
{
border-color: #EE0214;
}
</style>