Shades of Venetian Red #ED0110
Tints of Venetian Red #ED0110
RGB
CMYK
RGB Variations
Color information
#ED0110 (or 0xED0110) is known color: Venetian Red. HEX triplet: ED, 01 and 10. RGB value is (237,1,16). Sum of RGB (Red+Green+Blue) = 237+1+16=254 (33% of max value = 765). Red value is 237 (92.97% from 255 or 93.31% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 16 (6.64% from 255 or 6.30% from 254); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0110 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0110 is #12FEEF. Grayscale: #494949. Windows color (decimal): -1244912 or 1049069. OLE color: 1049069.
HSL color Cylindrical-coordinate representation of color #ED0110: hue angle of 356.19º 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 #ED0110 is Cyan = 0, Magento = 1.00, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 1 | 16 | - |
| CMYK | 0 | 1.00 | 0.93 | 0.07 |
| HSL | 356.19º | 0.99% | 0.47% | - |
| HSV(B) | 356.19º | 1% | 0.93% | - |
| XYZ | 35.03 | 18.06 | 2.13 | - |
| YUV | 73.27 | 95.69 | 244.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 1 | 16 | 0 | 1.00 | 0.93 | 0.07 | 356.19 | 0.99 | 0.47 |
| Hex | ED | 1 | 10 | 0 | 64 | 5D | 7 | 164 | 63 | 2F |
| Octal | 355 | 1 | 20 | 0 | 144 | 135 | 7 | 544 | 143 | 57 |
| Binary | 11101101 | 1 | 10000 | 0 | 1100100 | 1011101 | 111 | 101100100 | 1100011 | 101111 |
Color Harmonies of #ED0110
Complementary color
Monochromatic Colors of #ED0110
Black with #ED0110
Text Example
Text Example
White with #ED0110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0110; }
p { color: rgb(237,1,16); }
H1.HeaderClassName
{
color: #ED0110;
}
.AnyTagClassName
{
color: #ED0110;
}
</style>
background-color css
<style>
a { background-color: #ED0110; }
a { background-color: rgb(237,1,16); }
div.DivClassName
{
background-color: #ED0110;
}
.BgClassName
{
background-color: #ED0110;
}
</style>
border-color css
<style>
span { border-color: #ED0110; }
span { border-color: rgb(237,1,16); }
td.TdClassName
{
border-color: #ED0110;
}
.TagClassName
{
border-color: #ED0110;
}
</style>