Shades of Venetian Red #EF0003
Tints of Venetian Red #EF0003
RGB
CMYK
RGB Variations
Color information
#EF0003 (or 0xEF0003) is known color: Venetian Red. HEX triplet: EF, 00 and 03. RGB value is (239,0,3). Sum of RGB (Red+Green+Blue) = 239+0+3=242 (32% of max value = 765). Red value is 239 (93.75% from 255 or 98.76% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 3 (1.56% from 255 or 1.24% from 242); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0003 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0003 is #10FFFC. Grayscale: #484848. Windows color (decimal): -1114109 or 196847. OLE color: 196847.
HSL color Cylindrical-coordinate representation of color #EF0003: hue angle of 359.25º 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 #EF0003 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 0 | 3 | - |
| CMYK | 0 | 1 | 0.99 | 0.06 |
| HSL | 359.25º | 1% | 0.47% | - |
| HSV(B) | 359.25º | 1% | 0.94% | - |
| XYZ | 35.61 | 18.36 | 1.75 | - |
| YUV | 71.8 | 89.18 | 247.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 0 | 3 | 0 | 1 | 0.99 | 0.06 | 359.25 | 1 | 0.47 |
| Hex | EF | 0 | 3 | 0 | 64 | 63 | 6 | 167 | 64 | 2F |
| Octal | 357 | 0 | 3 | 0 | 144 | 143 | 6 | 547 | 144 | 57 |
| Binary | 11101111 | 0 | 11 | 0 | 1100100 | 1100011 | 110 | 101100111 | 1100100 | 101111 |
Color Harmonies of #EF0003
Complementary color
Monochromatic Colors of #EF0003
Black with #EF0003
Text Example
Text Example
White with #EF0003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0003; }
p { color: rgb(239,0,3); }
H1.HeaderClassName
{
color: #EF0003;
}
.AnyTagClassName
{
color: #EF0003;
}
</style>
background-color css
<style>
a { background-color: #EF0003; }
a { background-color: rgb(239,0,3); }
div.DivClassName
{
background-color: #EF0003;
}
.BgClassName
{
background-color: #EF0003;
}
</style>
border-color css
<style>
span { border-color: #EF0003; }
span { border-color: rgb(239,0,3); }
td.TdClassName
{
border-color: #EF0003;
}
.TagClassName
{
border-color: #EF0003;
}
</style>