Shades of Venetian Red #EF0007
Tints of Venetian Red #EF0007
RGB
CMYK
RGB Variations
Color information
#EF0007 (or 0xEF0007) is known color: Venetian Red. HEX triplet: EF, 00 and 07. RGB value is (239,0,7). Sum of RGB (Red+Green+Blue) = 239+0+7=246 (32% of max value = 765). Red value is 239 (93.75% from 255 or 97.15% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 7 (3.12% from 255 or 2.85% from 246); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0007 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0007 is #10FFF8. Grayscale: #484848. Windows color (decimal): -1114105 or 458991. OLE color: 458991.
HSL color Cylindrical-coordinate representation of color #EF0007: hue angle of 358.24º 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 #EF0007 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 0 | 7 | - |
| CMYK | 0 | 1 | 0.97 | 0.06 |
| HSL | 358.24º | 1% | 0.47% | - |
| HSV(B) | 358.24º | 1% | 0.94% | - |
| XYZ | 35.63 | 18.37 | 1.87 | - |
| YUV | 72.26 | 91.18 | 246.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 0 | 7 | 0 | 1 | 0.97 | 0.06 | 358.24 | 1 | 0.47 |
| Hex | EF | 0 | 7 | 0 | 64 | 61 | 6 | 166 | 64 | 2F |
| Octal | 357 | 0 | 7 | 0 | 144 | 141 | 6 | 546 | 144 | 57 |
| Binary | 11101111 | 0 | 111 | 0 | 1100100 | 1100001 | 110 | 101100110 | 1100100 | 101111 |
Color Harmonies of #EF0007
Complementary color
Monochromatic Colors of #EF0007
Black with #EF0007
Text Example
Text Example
White with #EF0007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0007; }
p { color: rgb(239,0,7); }
H1.HeaderClassName
{
color: #EF0007;
}
.AnyTagClassName
{
color: #EF0007;
}
</style>
background-color css
<style>
a { background-color: #EF0007; }
a { background-color: rgb(239,0,7); }
div.DivClassName
{
background-color: #EF0007;
}
.BgClassName
{
background-color: #EF0007;
}
</style>
border-color css
<style>
span { border-color: #EF0007; }
span { border-color: rgb(239,0,7); }
td.TdClassName
{
border-color: #EF0007;
}
.TagClassName
{
border-color: #EF0007;
}
</style>