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