Shades of Venetian Red #EE0212
Tints of Venetian Red #EE0212
RGB
CMYK
RGB Variations
Color information
#EE0212 (or 0xEE0212) is known color: Venetian Red. HEX triplet: EE, 02 and 12. RGB value is (238,2,18). Sum of RGB (Red+Green+Blue) = 238+2+18=258 (34% of max value = 765). Red value is 238 (93.36% from 255 or 92.25% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 18 (7.42% from 255 or 6.98% from 258); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0212 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0212 is #11FDED. Grayscale: #4A4A4A. Windows color (decimal): -1179118 or 1180398. OLE color: 1180398.
HSL color Cylindrical-coordinate representation of color #EE0212: hue angle of 355.93º 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 #EE0212 is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 2 | 18 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.07 |
| HSL | 355.93º | 0.98% | 0.47% | - |
| HSV(B) | 355.93º | 0.99% | 0.93% | - |
| XYZ | 35.39 | 18.26 | 2.23 | - |
| YUV | 74.39 | 96.19 | 244.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 2 | 18 | 0 | 0.99 | 0.92 | 0.07 | 355.93 | 0.98 | 0.47 |
| Hex | EE | 2 | 12 | 0 | 63 | 5C | 7 | 164 | 62 | 2F |
| Octal | 356 | 2 | 22 | 0 | 143 | 134 | 7 | 544 | 142 | 57 |
| Binary | 11101110 | 10 | 10010 | 0 | 1100011 | 1011100 | 111 | 101100100 | 1100010 | 101111 |
Color Harmonies of #EE0212
Complementary color
Monochromatic Colors of #EE0212
Black with #EE0212
Text Example
Text Example
White with #EE0212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0212; }
p { color: rgb(238,2,18); }
H1.HeaderClassName
{
color: #EE0212;
}
.AnyTagClassName
{
color: #EE0212;
}
</style>
background-color css
<style>
a { background-color: #EE0212; }
a { background-color: rgb(238,2,18); }
div.DivClassName
{
background-color: #EE0212;
}
.BgClassName
{
background-color: #EE0212;
}
</style>
border-color css
<style>
span { border-color: #EE0212; }
span { border-color: rgb(238,2,18); }
td.TdClassName
{
border-color: #EE0212;
}
.TagClassName
{
border-color: #EE0212;
}
</style>