Shades of Venetian Red #EE020E
Tints of Venetian Red #EE020E
RGB
CMYK
RGB Variations
Color information
#EE020E (or 0xEE020E) is known color: Venetian Red. HEX triplet: EE, 02 and 0E. RGB value is (238,2,14). Sum of RGB (Red+Green+Blue) = 238+2+14=254 (33% of max value = 765). Red value is 238 (93.36% from 255 or 93.70% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 14 (5.86% from 255 or 5.51% from 254); Max value from RGB is 238 - color contains mainly: red. Hex color #EE020E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE020E is #11FDF1. Grayscale: #4A4A4A. Windows color (decimal): -1179122 or 918254. OLE color: 918254.
HSL color Cylindrical-coordinate representation of color #EE020E: hue angle of 356.95º 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 #EE020E is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 2 | 14 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.07 |
| HSL | 356.95º | 0.98% | 0.47% | - |
| HSV(B) | 356.95º | 0.99% | 0.93% | - |
| XYZ | 35.36 | 18.25 | 2.07 | - |
| YUV | 73.93 | 94.19 | 245.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 2 | 14 | 0 | 0.99 | 0.94 | 0.07 | 356.95 | 0.98 | 0.47 |
| Hex | EE | 2 | E | 0 | 63 | 5E | 7 | 165 | 62 | 2F |
| Octal | 356 | 2 | 16 | 0 | 143 | 136 | 7 | 545 | 142 | 57 |
| Binary | 11101110 | 10 | 1110 | 0 | 1100011 | 1011110 | 111 | 101100101 | 1100010 | 101111 |
Color Harmonies of #EE020E
Complementary color
Monochromatic Colors of #EE020E
Black with #EE020E
Text Example
Text Example
White with #EE020E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE020E; }
p { color: rgb(238,2,14); }
H1.HeaderClassName
{
color: #EE020E;
}
.AnyTagClassName
{
color: #EE020E;
}
</style>
background-color css
<style>
a { background-color: #EE020E; }
a { background-color: rgb(238,2,14); }
div.DivClassName
{
background-color: #EE020E;
}
.BgClassName
{
background-color: #EE020E;
}
</style>
border-color css
<style>
span { border-color: #EE020E; }
span { border-color: rgb(238,2,14); }
td.TdClassName
{
border-color: #EE020E;
}
.TagClassName
{
border-color: #EE020E;
}
</style>