Shades of Venetian Red #ED0011
Tints of Venetian Red #ED0011
RGB
CMYK
RGB Variations
Color information
#ED0011 (or 0xED0011) is known color: Venetian Red. HEX triplet: ED, 00 and 11. RGB value is (237,0,17). Sum of RGB (Red+Green+Blue) = 237+0+17=254 (33% of max value = 765). Red value is 237 (92.97% from 255 or 93.31% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 17 (7.03% from 255 or 6.69% from 254); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0011 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0011 is #12FFEE. Grayscale: #484848. Windows color (decimal): -1245167 or 1114349. OLE color: 1114349.
HSL color Cylindrical-coordinate representation of color #ED0011: hue angle of 355.7º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED0011 is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 0 | 17 | - |
| CMYK | 0 | 1 | 0.93 | 0.07 |
| HSL | 355.7º | 1% | 0.46% | - |
| HSV(B) | 355.7º | 1% | 0.93% | - |
| XYZ | 35.03 | 18.05 | 2.17 | - |
| YUV | 72.8 | 96.52 | 245.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 0 | 17 | 0 | 1 | 0.93 | 0.07 | 355.7 | 1 | 0.46 |
| Hex | ED | 0 | 11 | 0 | 64 | 5D | 7 | 164 | 64 | 2E |
| Octal | 355 | 0 | 21 | 0 | 144 | 135 | 7 | 544 | 144 | 56 |
| Binary | 11101101 | 0 | 10001 | 0 | 1100100 | 1011101 | 111 | 101100100 | 1100100 | 101110 |
Color Harmonies of #ED0011
Complementary color
Monochromatic Colors of #ED0011
Black with #ED0011
Text Example
Text Example
White with #ED0011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0011; }
p { color: rgb(237,0,17); }
H1.HeaderClassName
{
color: #ED0011;
}
.AnyTagClassName
{
color: #ED0011;
}
</style>
background-color css
<style>
a { background-color: #ED0011; }
a { background-color: rgb(237,0,17); }
div.DivClassName
{
background-color: #ED0011;
}
.BgClassName
{
background-color: #ED0011;
}
</style>
border-color css
<style>
span { border-color: #ED0011; }
span { border-color: rgb(237,0,17); }
td.TdClassName
{
border-color: #ED0011;
}
.TagClassName
{
border-color: #ED0011;
}
</style>