Shades of Venetian Red #EF020B
Tints of Venetian Red #EF020B
RGB
CMYK
RGB Variations
Color information
#EF020B (or 0xEF020B) is known color: Venetian Red. HEX triplet: EF, 02 and 0B. RGB value is (239,2,11). Sum of RGB (Red+Green+Blue) = 239+2+11=252 (33% of max value = 765). Red value is 239 (93.75% from 255 or 94.84% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 11 (4.69% from 255 or 4.37% from 252); Max value from RGB is 239 - color contains mainly: red. Hex color #EF020B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF020B is #10FDF4. Grayscale: #4A4A4A. Windows color (decimal): -1113589 or 721647. OLE color: 721647.
HSL color Cylindrical-coordinate representation of color #EF020B: hue angle of 357.72º 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 #EF020B is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 2 | 11 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.06 |
| HSL | 357.72º | 0.98% | 0.47% | - |
| HSV(B) | 357.72º | 0.99% | 0.94% | - |
| XYZ | 35.68 | 18.42 | 1.99 | - |
| YUV | 73.89 | 92.52 | 245.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 2 | 11 | 0 | 0.99 | 0.95 | 0.06 | 357.72 | 0.98 | 0.47 |
| Hex | EF | 2 | B | 0 | 63 | 5F | 6 | 166 | 62 | 2F |
| Octal | 357 | 2 | 13 | 0 | 143 | 137 | 6 | 546 | 142 | 57 |
| Binary | 11101111 | 10 | 1011 | 0 | 1100011 | 1011111 | 110 | 101100110 | 1100010 | 101111 |
Color Harmonies of #EF020B
Complementary color
Monochromatic Colors of #EF020B
Black with #EF020B
Text Example
Text Example
White with #EF020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF020B; }
p { color: rgb(239,2,11); }
H1.HeaderClassName
{
color: #EF020B;
}
.AnyTagClassName
{
color: #EF020B;
}
</style>
background-color css
<style>
a { background-color: #EF020B; }
a { background-color: rgb(239,2,11); }
div.DivClassName
{
background-color: #EF020B;
}
.BgClassName
{
background-color: #EF020B;
}
</style>
border-color css
<style>
span { border-color: #EF020B; }
span { border-color: rgb(239,2,11); }
td.TdClassName
{
border-color: #EF020B;
}
.TagClassName
{
border-color: #EF020B;
}
</style>