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