Shades of Venetian Red #EF0107
Tints of Venetian Red #EF0107
RGB
CMYK
RGB Variations
Color information
#EF0107 (or 0xEF0107) is known color: Venetian Red. HEX triplet: EF, 01 and 07. RGB value is (239,1,7). Sum of RGB (Red+Green+Blue) = 239+1+7=247 (32% of max value = 765). Red value is 239 (93.75% from 255 or 96.76% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 7 (3.12% from 255 or 2.83% from 247); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0107 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0107 is #10FEF8. Grayscale: #494949. Windows color (decimal): -1113849 or 459247. OLE color: 459247.
HSL color Cylindrical-coordinate representation of color #EF0107: hue angle of 358.49º 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 #EF0107 is Cyan = 0, Magento = 1.00, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 1 | 7 | - |
| CMYK | 0 | 1.00 | 0.97 | 0.06 |
| HSL | 358.49º | 0.99% | 0.47% | - |
| HSV(B) | 358.49º | 1% | 0.94% | - |
| XYZ | 35.65 | 18.39 | 1.87 | - |
| YUV | 72.85 | 90.85 | 246.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 1 | 7 | 0 | 1.00 | 0.97 | 0.06 | 358.49 | 0.99 | 0.47 |
| Hex | EF | 1 | 7 | 0 | 64 | 61 | 6 | 166 | 63 | 2F |
| Octal | 357 | 1 | 7 | 0 | 144 | 141 | 6 | 546 | 143 | 57 |
| Binary | 11101111 | 1 | 111 | 0 | 1100100 | 1100001 | 110 | 101100110 | 1100011 | 101111 |
Color Harmonies of #EF0107
Complementary color
Monochromatic Colors of #EF0107
Black with #EF0107
Text Example
Text Example
White with #EF0107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0107; }
p { color: rgb(239,1,7); }
H1.HeaderClassName
{
color: #EF0107;
}
.AnyTagClassName
{
color: #EF0107;
}
</style>
background-color css
<style>
a { background-color: #EF0107; }
a { background-color: rgb(239,1,7); }
div.DivClassName
{
background-color: #EF0107;
}
.BgClassName
{
background-color: #EF0107;
}
</style>
border-color css
<style>
span { border-color: #EF0107; }
span { border-color: rgb(239,1,7); }
td.TdClassName
{
border-color: #EF0107;
}
.TagClassName
{
border-color: #EF0107;
}
</style>