Shades of Venetian Red #EF0412
Tints of Venetian Red #EF0412
RGB
CMYK
RGB Variations
Color information
#EF0412 (or 0xEF0412) is known color: Venetian Red. HEX triplet: EF, 04 and 12. RGB value is (239,4,18). Sum of RGB (Red+Green+Blue) = 239+4+18=261 (34% of max value = 765). Red value is 239 (93.75% from 255 or 91.57% from 261); Green value is 4 (1.95% from 255 or 1.53% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0412 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0412 is #10FBED. Grayscale: #4C4C4C. Windows color (decimal): -1113070 or 1180911. OLE color: 1180911.
HSL color Cylindrical-coordinate representation of color #EF0412: hue angle of 356.43º 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 #EF0412 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 4 | 18 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.06 |
| HSL | 356.43º | 0.97% | 0.48% | - |
| HSV(B) | 356.43º | 0.98% | 0.94% | - |
| XYZ | 35.75 | 18.48 | 2.26 | - |
| YUV | 75.86 | 95.36 | 244.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 4 | 18 | 0 | 0.98 | 0.92 | 0.06 | 356.43 | 0.97 | 0.48 |
| Hex | EF | 4 | 12 | 0 | 62 | 5C | 6 | 164 | 61 | 30 |
| Octal | 357 | 4 | 22 | 0 | 142 | 134 | 6 | 544 | 141 | 60 |
| Binary | 11101111 | 100 | 10010 | 0 | 1100010 | 1011100 | 110 | 101100100 | 1100001 | 110000 |
Color Harmonies of #EF0412
Complementary color
Monochromatic Colors of #EF0412
Black with #EF0412
Text Example
Text Example
White with #EF0412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0412; }
p { color: rgb(239,4,18); }
H1.HeaderClassName
{
color: #EF0412;
}
.AnyTagClassName
{
color: #EF0412;
}
</style>
background-color css
<style>
a { background-color: #EF0412; }
a { background-color: rgb(239,4,18); }
div.DivClassName
{
background-color: #EF0412;
}
.BgClassName
{
background-color: #EF0412;
}
</style>
border-color css
<style>
span { border-color: #EF0412; }
span { border-color: rgb(239,4,18); }
td.TdClassName
{
border-color: #EF0412;
}
.TagClassName
{
border-color: #EF0412;
}
</style>