Shades of Venetian Red #EF020E
Tints of Venetian Red #EF020E
RGB
CMYK
RGB Variations
Color information
#EF020E (or 0xEF020E) is known color: Venetian Red. HEX triplet: EF, 02 and 0E. RGB value is (239,2,14). Sum of RGB (Red+Green+Blue) = 239+2+14=255 (33% of max value = 765). Red value is 239 (93.75% from 255 or 93.73% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 14 (5.86% from 255 or 5.49% from 255); Max value from RGB is 239 - color contains mainly: red. Hex color #EF020E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF020E is #10FDF1. Grayscale: #4A4A4A. Windows color (decimal): -1113586 or 918255. OLE color: 918255.
HSL color Cylindrical-coordinate representation of color #EF020E: hue angle of 356.96º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF020E is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 2 | 14 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.06 |
| HSL | 356.96º | 0.98% | 0.47% | - |
| HSV(B) | 356.96º | 0.99% | 0.94% | - |
| XYZ | 35.7 | 18.43 | 2.09 | - |
| YUV | 74.23 | 94.02 | 245.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 2 | 14 | 0 | 0.99 | 0.94 | 0.06 | 356.96 | 0.98 | 0.47 |
| Hex | EF | 2 | E | 0 | 63 | 5E | 6 | 165 | 62 | 2F |
| Octal | 357 | 2 | 16 | 0 | 143 | 136 | 6 | 545 | 142 | 57 |
| Binary | 11101111 | 10 | 1110 | 0 | 1100011 | 1011110 | 110 | 101100101 | 1100010 | 101111 |
Color Harmonies of #EF020E
Complementary color
Monochromatic Colors of #EF020E
Black with #EF020E
Text Example
Text Example
White with #EF020E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF020E; }
p { color: rgb(239,2,14); }
H1.HeaderClassName
{
color: #EF020E;
}
.AnyTagClassName
{
color: #EF020E;
}
</style>
background-color css
<style>
a { background-color: #EF020E; }
a { background-color: rgb(239,2,14); }
div.DivClassName
{
background-color: #EF020E;
}
.BgClassName
{
background-color: #EF020E;
}
</style>
border-color css
<style>
span { border-color: #EF020E; }
span { border-color: rgb(239,2,14); }
td.TdClassName
{
border-color: #EF020E;
}
.TagClassName
{
border-color: #EF020E;
}
</style>