Shades of Venetian Red #EF0411
Tints of Venetian Red #EF0411
RGB
CMYK
RGB Variations
Color information
#EF0411 (or 0xEF0411) is known color: Venetian Red. HEX triplet: EF, 04 and 11. RGB value is (239,4,17). Sum of RGB (Red+Green+Blue) = 239+4+17=260 (34% of max value = 765). Red value is 239 (93.75% from 255 or 91.92% from 260); Green value is 4 (1.95% from 255 or 1.54% from 260); Blue value is 17 (7.03% from 255 or 6.54% from 260); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0411 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0411 is #10FBEE. Grayscale: #4B4B4B. Windows color (decimal): -1113071 or 1115375. OLE color: 1115375.
HSL color Cylindrical-coordinate representation of color #EF0411: hue angle of 356.68º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF0411 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 4 | 17 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.06 |
| HSL | 356.68º | 0.97% | 0.48% | - |
| HSV(B) | 356.68º | 0.98% | 0.94% | - |
| XYZ | 35.74 | 18.48 | 2.21 | - |
| YUV | 75.75 | 94.86 | 244.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 4 | 17 | 0 | 0.98 | 0.93 | 0.06 | 356.68 | 0.97 | 0.48 |
| Hex | EF | 4 | 11 | 0 | 62 | 5D | 6 | 165 | 61 | 30 |
| Octal | 357 | 4 | 21 | 0 | 142 | 135 | 6 | 545 | 141 | 60 |
| Binary | 11101111 | 100 | 10001 | 0 | 1100010 | 1011101 | 110 | 101100101 | 1100001 | 110000 |
Color Harmonies of #EF0411
Complementary color
Monochromatic Colors of #EF0411
Black with #EF0411
Text Example
Text Example
White with #EF0411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0411; }
p { color: rgb(239,4,17); }
H1.HeaderClassName
{
color: #EF0411;
}
.AnyTagClassName
{
color: #EF0411;
}
</style>
background-color css
<style>
a { background-color: #EF0411; }
a { background-color: rgb(239,4,17); }
div.DivClassName
{
background-color: #EF0411;
}
.BgClassName
{
background-color: #EF0411;
}
</style>
border-color css
<style>
span { border-color: #EF0411; }
span { border-color: rgb(239,4,17); }
td.TdClassName
{
border-color: #EF0411;
}
.TagClassName
{
border-color: #EF0411;
}
</style>