Shades of Venetian Red #EF0610
Tints of Venetian Red #EF0610
RGB
CMYK
RGB Variations
Color information
#EF0610 (or 0xEF0610) is known color: Venetian Red. HEX triplet: EF, 06 and 10. RGB value is (239,6,16). Sum of RGB (Red+Green+Blue) = 239+6+16=261 (34% of max value = 765). Red value is 239 (93.75% from 255 or 91.57% from 261); Green value is 6 (2.73% from 255 or 2.30% from 261); Blue value is 16 (6.64% from 255 or 6.13% from 261); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0610 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0610 is #10F9EF. Grayscale: #4D4D4D. Windows color (decimal): -1112560 or 1050351. OLE color: 1050351.
HSL color Cylindrical-coordinate representation of color #EF0610: hue angle of 357.42º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF0610 is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 6 | 16 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.06 |
| HSL | 357.42º | 0.95% | 0.48% | - |
| HSV(B) | 357.42º | 0.97% | 0.94% | - |
| XYZ | 35.76 | 18.52 | 2.18 | - |
| YUV | 76.81 | 93.69 | 243.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 6 | 16 | 0 | 0.97 | 0.93 | 0.06 | 357.42 | 0.95 | 0.48 |
| Hex | EF | 6 | 10 | 0 | 61 | 5D | 6 | 165 | 5F | 30 |
| Octal | 357 | 6 | 20 | 0 | 141 | 135 | 6 | 545 | 137 | 60 |
| Binary | 11101111 | 110 | 10000 | 0 | 1100001 | 1011101 | 110 | 101100101 | 1011111 | 110000 |
Color Harmonies of #EF0610
Complementary color
Monochromatic Colors of #EF0610
Black with #EF0610
Text Example
Text Example
White with #EF0610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0610; }
p { color: rgb(239,6,16); }
H1.HeaderClassName
{
color: #EF0610;
}
.AnyTagClassName
{
color: #EF0610;
}
</style>
background-color css
<style>
a { background-color: #EF0610; }
a { background-color: rgb(239,6,16); }
div.DivClassName
{
background-color: #EF0610;
}
.BgClassName
{
background-color: #EF0610;
}
</style>
border-color css
<style>
span { border-color: #EF0610; }
span { border-color: rgb(239,6,16); }
td.TdClassName
{
border-color: #EF0610;
}
.TagClassName
{
border-color: #EF0610;
}
</style>