Shades of Venetian Red #EF000E
Tints of Venetian Red #EF000E
RGB
CMYK
RGB Variations
Color information
#EF000E (or 0xEF000E) is known color: Venetian Red. HEX triplet: EF, 00 and 0E. RGB value is (239,0,14). Sum of RGB (Red+Green+Blue) = 239+0+14=253 (33% of max value = 765). Red value is 239 (93.75% from 255 or 94.47% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 14 (5.86% from 255 or 5.53% from 253); Max value from RGB is 239 - color contains mainly: red. Hex color #EF000E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF000E is #10FFF1. Grayscale: #494949. Windows color (decimal): -1114098 or 917743. OLE color: 917743.
HSL color Cylindrical-coordinate representation of color #EF000E: hue angle of 356.49º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF000E is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 0 | 14 | - |
| CMYK | 0 | 1 | 0.94 | 0.06 |
| HSL | 356.49º | 1% | 0.47% | - |
| HSV(B) | 356.49º | 1% | 0.94% | - |
| XYZ | 35.68 | 18.38 | 2.08 | - |
| YUV | 73.06 | 94.68 | 246.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 0 | 14 | 0 | 1 | 0.94 | 0.06 | 356.49 | 1 | 0.47 |
| Hex | EF | 0 | E | 0 | 64 | 5E | 6 | 164 | 64 | 2F |
| Octal | 357 | 0 | 16 | 0 | 144 | 136 | 6 | 544 | 144 | 57 |
| Binary | 11101111 | 0 | 1110 | 0 | 1100100 | 1011110 | 110 | 101100100 | 1100100 | 101111 |
Color Harmonies of #EF000E
Complementary color
Monochromatic Colors of #EF000E
Black with #EF000E
Text Example
Text Example
White with #EF000E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF000E; }
p { color: rgb(239,0,14); }
H1.HeaderClassName
{
color: #EF000E;
}
.AnyTagClassName
{
color: #EF000E;
}
</style>
background-color css
<style>
a { background-color: #EF000E; }
a { background-color: rgb(239,0,14); }
div.DivClassName
{
background-color: #EF000E;
}
.BgClassName
{
background-color: #EF000E;
}
</style>
border-color css
<style>
span { border-color: #EF000E; }
span { border-color: rgb(239,0,14); }
td.TdClassName
{
border-color: #EF000E;
}
.TagClassName
{
border-color: #EF000E;
}
</style>