Shades of Venetian Red #EF020F
Tints of Venetian Red #EF020F
RGB
CMYK
RGB Variations
Color information
#EF020F (or 0xEF020F) is known color: Venetian Red. HEX triplet: EF, 02 and 0F. RGB value is (239,2,15). Sum of RGB (Red+Green+Blue) = 239+2+15=256 (33% of max value = 765). Red value is 239 (93.75% from 255 or 93.36% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 239 - color contains mainly: red. Hex color #EF020F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF020F is #10FDF0. Grayscale: #4A4A4A. Windows color (decimal): -1113585 or 983791. OLE color: 983791.
HSL color Cylindrical-coordinate representation of color #EF020F: hue angle of 356.71º 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 #EF020F is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 2 | 15 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.06 |
| HSL | 356.71º | 0.98% | 0.47% | - |
| HSV(B) | 356.71º | 0.99% | 0.94% | - |
| XYZ | 35.7 | 18.43 | 2.13 | - |
| YUV | 74.35 | 94.52 | 245.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 2 | 15 | 0 | 0.99 | 0.94 | 0.06 | 356.71 | 0.98 | 0.47 |
| Hex | EF | 2 | F | 0 | 63 | 5E | 6 | 165 | 62 | 2F |
| Octal | 357 | 2 | 17 | 0 | 143 | 136 | 6 | 545 | 142 | 57 |
| Binary | 11101111 | 10 | 1111 | 0 | 1100011 | 1011110 | 110 | 101100101 | 1100010 | 101111 |
Color Harmonies of #EF020F
Complementary color
Monochromatic Colors of #EF020F
Black with #EF020F
Text Example
Text Example
White with #EF020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF020F; }
p { color: rgb(239,2,15); }
H1.HeaderClassName
{
color: #EF020F;
}
.AnyTagClassName
{
color: #EF020F;
}
</style>
background-color css
<style>
a { background-color: #EF020F; }
a { background-color: rgb(239,2,15); }
div.DivClassName
{
background-color: #EF020F;
}
.BgClassName
{
background-color: #EF020F;
}
</style>
border-color css
<style>
span { border-color: #EF020F; }
span { border-color: rgb(239,2,15); }
td.TdClassName
{
border-color: #EF020F;
}
.TagClassName
{
border-color: #EF020F;
}
</style>