Shades of Venetian Red #ED0004
Tints of Venetian Red #ED0004
RGB
CMYK
RGB Variations
Color information
#ED0004 (or 0xED0004) is known color: Venetian Red. HEX triplet: ED, 00 and 04. RGB value is (237,0,4). Sum of RGB (Red+Green+Blue) = 237+0+4=241 (31% of max value = 765). Red value is 237 (92.97% from 255 or 98.34% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 4 (1.95% from 255 or 1.66% from 241); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0004 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0004 is #12FFFB. Grayscale: #474747. Windows color (decimal): -1245180 or 262381. OLE color: 262381.
HSL color Cylindrical-coordinate representation of color #ED0004: hue angle of 358.99º 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 #ED0004 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 0 | 4 | - |
| CMYK | 0 | 1 | 0.98 | 0.07 |
| HSL | 358.99º | 1% | 0.46% | - |
| HSV(B) | 358.99º | 1% | 0.93% | - |
| XYZ | 34.95 | 18.01 | 1.75 | - |
| YUV | 71.32 | 90.02 | 246.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 0 | 4 | 0 | 1 | 0.98 | 0.07 | 358.99 | 1 | 0.46 |
| Hex | ED | 0 | 4 | 0 | 64 | 62 | 7 | 167 | 64 | 2E |
| Octal | 355 | 0 | 4 | 0 | 144 | 142 | 7 | 547 | 144 | 56 |
| Binary | 11101101 | 0 | 100 | 0 | 1100100 | 1100010 | 111 | 101100111 | 1100100 | 101110 |
Color Harmonies of #ED0004
Complementary color
Monochromatic Colors of #ED0004
Black with #ED0004
Text Example
Text Example
White with #ED0004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0004; }
p { color: rgb(237,0,4); }
H1.HeaderClassName
{
color: #ED0004;
}
.AnyTagClassName
{
color: #ED0004;
}
</style>
background-color css
<style>
a { background-color: #ED0004; }
a { background-color: rgb(237,0,4); }
div.DivClassName
{
background-color: #ED0004;
}
.BgClassName
{
background-color: #ED0004;
}
</style>
border-color css
<style>
span { border-color: #ED0004; }
span { border-color: rgb(237,0,4); }
td.TdClassName
{
border-color: #ED0004;
}
.TagClassName
{
border-color: #ED0004;
}
</style>