Shades of Venetian Red #EF0205
Tints of Venetian Red #EF0205
RGB
CMYK
RGB Variations
Color information
#EF0205 (or 0xEF0205) is known color: Venetian Red. HEX triplet: EF, 02 and 05. RGB value is (239,2,5). Sum of RGB (Red+Green+Blue) = 239+2+5=246 (32% of max value = 765). Red value is 239 (93.75% from 255 or 97.15% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 5 (2.34% from 255 or 2.03% from 246); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0205 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0205 is #10FDFA. Grayscale: #494949. Windows color (decimal): -1113595 or 328431. OLE color: 328431.
HSL color Cylindrical-coordinate representation of color #EF0205: hue angle of 359.24º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF0205 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 2 | 5 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.06 |
| HSL | 359.24º | 0.98% | 0.47% | - |
| HSV(B) | 359.24º | 0.99% | 0.94% | - |
| XYZ | 35.65 | 18.41 | 1.82 | - |
| YUV | 73.21 | 89.52 | 246.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 2 | 5 | 0 | 0.99 | 0.98 | 0.06 | 359.24 | 0.98 | 0.47 |
| Hex | EF | 2 | 5 | 0 | 63 | 62 | 6 | 167 | 62 | 2F |
| Octal | 357 | 2 | 5 | 0 | 143 | 142 | 6 | 547 | 142 | 57 |
| Binary | 11101111 | 10 | 101 | 0 | 1100011 | 1100010 | 110 | 101100111 | 1100010 | 101111 |
Color Harmonies of #EF0205
Complementary color
Monochromatic Colors of #EF0205
Black with #EF0205
Text Example
Text Example
White with #EF0205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0205; }
p { color: rgb(239,2,5); }
H1.HeaderClassName
{
color: #EF0205;
}
.AnyTagClassName
{
color: #EF0205;
}
</style>
background-color css
<style>
a { background-color: #EF0205; }
a { background-color: rgb(239,2,5); }
div.DivClassName
{
background-color: #EF0205;
}
.BgClassName
{
background-color: #EF0205;
}
</style>
border-color css
<style>
span { border-color: #EF0205; }
span { border-color: rgb(239,2,5); }
td.TdClassName
{
border-color: #EF0205;
}
.TagClassName
{
border-color: #EF0205;
}
</style>