Shades of Venetian Red #EF0110
Tints of Venetian Red #EF0110
RGB
CMYK
RGB Variations
Color information
#EF0110 (or 0xEF0110) is known color: Venetian Red. HEX triplet: EF, 01 and 10. RGB value is (239,1,16). Sum of RGB (Red+Green+Blue) = 239+1+16=256 (33% of max value = 765). Red value is 239 (93.75% from 255 or 93.36% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 16 (6.64% from 255 or 6.25% from 256); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0110 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0110 is #10FEEF. Grayscale: #4A4A4A. Windows color (decimal): -1113840 or 1049071. OLE color: 1049071.
HSL color Cylindrical-coordinate representation of color #EF0110: hue angle of 356.22º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF0110 is Cyan = 0, Magento = 1.00, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 1 | 16 | - |
| CMYK | 0 | 1.00 | 0.93 | 0.06 |
| HSL | 356.22º | 0.99% | 0.47% | - |
| HSV(B) | 356.22º | 1% | 0.94% | - |
| XYZ | 35.7 | 18.41 | 2.16 | - |
| YUV | 73.87 | 95.35 | 245.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 1 | 16 | 0 | 1.00 | 0.93 | 0.06 | 356.22 | 0.99 | 0.47 |
| Hex | EF | 1 | 10 | 0 | 64 | 5D | 6 | 164 | 63 | 2F |
| Octal | 357 | 1 | 20 | 0 | 144 | 135 | 6 | 544 | 143 | 57 |
| Binary | 11101111 | 1 | 10000 | 0 | 1100100 | 1011101 | 110 | 101100100 | 1100011 | 101111 |
Color Harmonies of #EF0110
Complementary color
Monochromatic Colors of #EF0110
Black with #EF0110
Text Example
Text Example
White with #EF0110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0110; }
p { color: rgb(239,1,16); }
H1.HeaderClassName
{
color: #EF0110;
}
.AnyTagClassName
{
color: #EF0110;
}
</style>
background-color css
<style>
a { background-color: #EF0110; }
a { background-color: rgb(239,1,16); }
div.DivClassName
{
background-color: #EF0110;
}
.BgClassName
{
background-color: #EF0110;
}
</style>
border-color css
<style>
span { border-color: #EF0110; }
span { border-color: rgb(239,1,16); }
td.TdClassName
{
border-color: #EF0110;
}
.TagClassName
{
border-color: #EF0110;
}
</style>