Shades of Venetian Red #ED0106
Tints of Venetian Red #ED0106
RGB
CMYK
RGB Variations
Color information
#ED0106 (or 0xED0106) is known color: Venetian Red. HEX triplet: ED, 01 and 06. RGB value is (237,1,6). Sum of RGB (Red+Green+Blue) = 237+1+6=244 (32% of max value = 765). Red value is 237 (92.97% from 255 or 97.13% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 6 (2.73% from 255 or 2.46% from 244); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0106 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0106 is #12FEF9. Grayscale: #484848. Windows color (decimal): -1244922 or 393709. OLE color: 393709.
HSL color Cylindrical-coordinate representation of color #ED0106: hue angle of 358.73º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED0106 is Cyan = 0, Magento = 1.00, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 1 | 6 | - |
| CMYK | 0 | 1.00 | 0.97 | 0.07 |
| HSL | 358.73º | 0.99% | 0.47% | - |
| HSV(B) | 358.73º | 1% | 0.93% | - |
| XYZ | 34.97 | 18.04 | 1.81 | - |
| YUV | 72.13 | 90.69 | 245.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 1 | 6 | 0 | 1.00 | 0.97 | 0.07 | 358.73 | 0.99 | 0.47 |
| Hex | ED | 1 | 6 | 0 | 64 | 61 | 7 | 167 | 63 | 2F |
| Octal | 355 | 1 | 6 | 0 | 144 | 141 | 7 | 547 | 143 | 57 |
| Binary | 11101101 | 1 | 110 | 0 | 1100100 | 1100001 | 111 | 101100111 | 1100011 | 101111 |
Color Harmonies of #ED0106
Complementary color
Monochromatic Colors of #ED0106
Black with #ED0106
Text Example
Text Example
White with #ED0106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0106; }
p { color: rgb(237,1,6); }
H1.HeaderClassName
{
color: #ED0106;
}
.AnyTagClassName
{
color: #ED0106;
}
</style>
background-color css
<style>
a { background-color: #ED0106; }
a { background-color: rgb(237,1,6); }
div.DivClassName
{
background-color: #ED0106;
}
.BgClassName
{
background-color: #ED0106;
}
</style>
border-color css
<style>
span { border-color: #ED0106; }
span { border-color: rgb(237,1,6); }
td.TdClassName
{
border-color: #ED0106;
}
.TagClassName
{
border-color: #ED0106;
}
</style>