Shades of Venetian Red #EF0612
Tints of Venetian Red #EF0612
RGB
CMYK
RGB Variations
Color information
#EF0612 (or 0xEF0612) is known color: Venetian Red. HEX triplet: EF, 06 and 12. RGB value is (239,6,18). Sum of RGB (Red+Green+Blue) = 239+6+18=263 (34% of max value = 765). Red value is 239 (93.75% from 255 or 90.87% from 263); Green value is 6 (2.73% from 255 or 2.28% from 263); Blue value is 18 (7.42% from 255 or 6.84% from 263); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0612 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0612 is #10F9ED. Grayscale: #4D4D4D. Windows color (decimal): -1112558 or 1181423. OLE color: 1181423.
HSL color Cylindrical-coordinate representation of color #EF0612: hue angle of 356.91º 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 #EF0612 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 6 | 18 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.06 |
| HSL | 356.91º | 0.95% | 0.48% | - |
| HSV(B) | 356.91º | 0.97% | 0.94% | - |
| XYZ | 35.77 | 18.52 | 2.26 | - |
| YUV | 77.04 | 94.69 | 243.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 6 | 18 | 0 | 0.97 | 0.92 | 0.06 | 356.91 | 0.95 | 0.48 |
| Hex | EF | 6 | 12 | 0 | 61 | 5C | 6 | 165 | 5F | 30 |
| Octal | 357 | 6 | 22 | 0 | 141 | 134 | 6 | 545 | 137 | 60 |
| Binary | 11101111 | 110 | 10010 | 0 | 1100001 | 1011100 | 110 | 101100101 | 1011111 | 110000 |
Color Harmonies of #EF0612
Complementary color
Monochromatic Colors of #EF0612
Black with #EF0612
Text Example
Text Example
White with #EF0612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0612; }
p { color: rgb(239,6,18); }
H1.HeaderClassName
{
color: #EF0612;
}
.AnyTagClassName
{
color: #EF0612;
}
</style>
background-color css
<style>
a { background-color: #EF0612; }
a { background-color: rgb(239,6,18); }
div.DivClassName
{
background-color: #EF0612;
}
.BgClassName
{
background-color: #EF0612;
}
</style>
border-color css
<style>
span { border-color: #EF0612; }
span { border-color: rgb(239,6,18); }
td.TdClassName
{
border-color: #EF0612;
}
.TagClassName
{
border-color: #EF0612;
}
</style>