Shades of Venetian Red #EF000C
Tints of Venetian Red #EF000C
RGB
CMYK
RGB Variations
Color information
#EF000C (or 0xEF000C) is known color: Venetian Red. HEX triplet: EF, 00 and 0C. RGB value is (239,0,12). Sum of RGB (Red+Green+Blue) = 239+0+12=251 (33% of max value = 765). Red value is 239 (93.75% from 255 or 95.22% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 12 (5.08% from 255 or 4.78% from 251); Max value from RGB is 239 - color contains mainly: red. Hex color #EF000C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF000C is #10FFF3. Grayscale: #494949. Windows color (decimal): -1114100 or 786671. OLE color: 786671.
HSL color Cylindrical-coordinate representation of color #EF000C: hue angle of 356.99º 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 #EF000C is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.95 | 0.06 |
| HSL | 356.99º | 1% | 0.47% | - |
| HSV(B) | 356.99º | 1% | 0.94% | - |
| XYZ | 35.66 | 18.38 | 2.02 | - |
| YUV | 72.83 | 93.68 | 246.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 0 | 12 | 0 | 1 | 0.95 | 0.06 | 356.99 | 1 | 0.47 |
| Hex | EF | 0 | C | 0 | 64 | 5F | 6 | 165 | 64 | 2F |
| Octal | 357 | 0 | 14 | 0 | 144 | 137 | 6 | 545 | 144 | 57 |
| Binary | 11101111 | 0 | 1100 | 0 | 1100100 | 1011111 | 110 | 101100101 | 1100100 | 101111 |
Color Harmonies of #EF000C
Complementary color
Monochromatic Colors of #EF000C
Black with #EF000C
Text Example
Text Example
White with #EF000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF000C; }
p { color: rgb(239,0,12); }
H1.HeaderClassName
{
color: #EF000C;
}
.AnyTagClassName
{
color: #EF000C;
}
</style>
background-color css
<style>
a { background-color: #EF000C; }
a { background-color: rgb(239,0,12); }
div.DivClassName
{
background-color: #EF000C;
}
.BgClassName
{
background-color: #EF000C;
}
</style>
border-color css
<style>
span { border-color: #EF000C; }
span { border-color: rgb(239,0,12); }
td.TdClassName
{
border-color: #EF000C;
}
.TagClassName
{
border-color: #EF000C;
}
</style>