Shades of Venetian Red #EF0109
Tints of Venetian Red #EF0109
RGB
CMYK
RGB Variations
Color information
#EF0109 (or 0xEF0109) is known color: Venetian Red. HEX triplet: EF, 01 and 09. RGB value is (239,1,9). Sum of RGB (Red+Green+Blue) = 239+1+9=249 (32% of max value = 765). Red value is 239 (93.75% from 255 or 95.98% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 9 (3.91% from 255 or 3.61% from 249); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0109 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0109 is #10FEF6. Grayscale: #494949. Windows color (decimal): -1113847 or 590319. OLE color: 590319.
HSL color Cylindrical-coordinate representation of color #EF0109: hue angle of 357.98º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF0109 is Cyan = 0, Magento = 1.00, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 1 | 9 | - |
| CMYK | 0 | 1.00 | 0.96 | 0.06 |
| HSL | 357.98º | 0.99% | 0.47% | - |
| HSV(B) | 357.98º | 1% | 0.94% | - |
| XYZ | 35.66 | 18.39 | 1.93 | - |
| YUV | 73.07 | 91.85 | 246.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 1 | 9 | 0 | 1.00 | 0.96 | 0.06 | 357.98 | 0.99 | 0.47 |
| Hex | EF | 1 | 9 | 0 | 64 | 60 | 6 | 166 | 63 | 2F |
| Octal | 357 | 1 | 11 | 0 | 144 | 140 | 6 | 546 | 143 | 57 |
| Binary | 11101111 | 1 | 1001 | 0 | 1100100 | 1100000 | 110 | 101100110 | 1100011 | 101111 |
Color Harmonies of #EF0109
Complementary color
Monochromatic Colors of #EF0109
Black with #EF0109
Text Example
Text Example
White with #EF0109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0109; }
p { color: rgb(239,1,9); }
H1.HeaderClassName
{
color: #EF0109;
}
.AnyTagClassName
{
color: #EF0109;
}
</style>
background-color css
<style>
a { background-color: #EF0109; }
a { background-color: rgb(239,1,9); }
div.DivClassName
{
background-color: #EF0109;
}
.BgClassName
{
background-color: #EF0109;
}
</style>
border-color css
<style>
span { border-color: #EF0109; }
span { border-color: rgb(239,1,9); }
td.TdClassName
{
border-color: #EF0109;
}
.TagClassName
{
border-color: #EF0109;
}
</style>