Shades of Venetian Red #EE020C
Tints of Venetian Red #EE020C
RGB
CMYK
RGB Variations
Color information
#EE020C (or 0xEE020C) is known color: Venetian Red. HEX triplet: EE, 02 and 0C. RGB value is (238,2,12). Sum of RGB (Red+Green+Blue) = 238+2+12=252 (33% of max value = 765). Red value is 238 (93.36% from 255 or 94.44% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 238 - color contains mainly: red. Hex color #EE020C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE020C is #11FDF3. Grayscale: #494949. Windows color (decimal): -1179124 or 787182. OLE color: 787182.
HSL color Cylindrical-coordinate representation of color #EE020C: hue angle of 357.46º 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 #EE020C is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 2 | 12 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.07 |
| HSL | 357.46º | 0.98% | 0.47% | - |
| HSV(B) | 357.46º | 0.99% | 0.93% | - |
| XYZ | 35.35 | 18.25 | 2.01 | - |
| YUV | 73.7 | 93.19 | 245.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 2 | 12 | 0 | 0.99 | 0.95 | 0.07 | 357.46 | 0.98 | 0.47 |
| Hex | EE | 2 | C | 0 | 63 | 5F | 7 | 165 | 62 | 2F |
| Octal | 356 | 2 | 14 | 0 | 143 | 137 | 7 | 545 | 142 | 57 |
| Binary | 11101110 | 10 | 1100 | 0 | 1100011 | 1011111 | 111 | 101100101 | 1100010 | 101111 |
Color Harmonies of #EE020C
Complementary color
Monochromatic Colors of #EE020C
Black with #EE020C
Text Example
Text Example
White with #EE020C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE020C; }
p { color: rgb(238,2,12); }
H1.HeaderClassName
{
color: #EE020C;
}
.AnyTagClassName
{
color: #EE020C;
}
</style>
background-color css
<style>
a { background-color: #EE020C; }
a { background-color: rgb(238,2,12); }
div.DivClassName
{
background-color: #EE020C;
}
.BgClassName
{
background-color: #EE020C;
}
</style>
border-color css
<style>
span { border-color: #EE020C; }
span { border-color: rgb(238,2,12); }
td.TdClassName
{
border-color: #EE020C;
}
.TagClassName
{
border-color: #EE020C;
}
</style>