Shades of Venetian Red #EF0105
Tints of Venetian Red #EF0105
RGB
CMYK
RGB Variations
Color information
#EF0105 (or 0xEF0105) is known color: Venetian Red. HEX triplet: EF, 01 and 05. RGB value is (239,1,5). Sum of RGB (Red+Green+Blue) = 239+1+5=245 (32% of max value = 765). Red value is 239 (93.75% from 255 or 97.55% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 5 (2.34% from 255 or 2.04% from 245); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0105 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0105 is #10FEFA. Grayscale: #484848. Windows color (decimal): -1113851 or 328175. OLE color: 328175.
HSL color Cylindrical-coordinate representation of color #EF0105: hue angle of 358.99º 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 #EF0105 is Cyan = 0, Magento = 1.00, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 1 | 5 | - |
| CMYK | 0 | 1.00 | 0.98 | 0.06 |
| HSL | 358.99º | 0.99% | 0.47% | - |
| HSV(B) | 358.99º | 1% | 0.94% | - |
| XYZ | 35.63 | 18.38 | 1.81 | - |
| YUV | 72.62 | 89.85 | 246.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 1 | 5 | 0 | 1.00 | 0.98 | 0.06 | 358.99 | 0.99 | 0.47 |
| Hex | EF | 1 | 5 | 0 | 64 | 62 | 6 | 167 | 63 | 2F |
| Octal | 357 | 1 | 5 | 0 | 144 | 142 | 6 | 547 | 143 | 57 |
| Binary | 11101111 | 1 | 101 | 0 | 1100100 | 1100010 | 110 | 101100111 | 1100011 | 101111 |
Color Harmonies of #EF0105
Complementary color
Monochromatic Colors of #EF0105
Black with #EF0105
Text Example
Text Example
White with #EF0105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0105; }
p { color: rgb(239,1,5); }
H1.HeaderClassName
{
color: #EF0105;
}
.AnyTagClassName
{
color: #EF0105;
}
</style>
background-color css
<style>
a { background-color: #EF0105; }
a { background-color: rgb(239,1,5); }
div.DivClassName
{
background-color: #EF0105;
}
.BgClassName
{
background-color: #EF0105;
}
</style>
border-color css
<style>
span { border-color: #EF0105; }
span { border-color: rgb(239,1,5); }
td.TdClassName
{
border-color: #EF0105;
}
.TagClassName
{
border-color: #EF0105;
}
</style>