Shades of Venetian Red #ED0304
Tints of Venetian Red #ED0304
RGB
CMYK
RGB Variations
Color information
#ED0304 (or 0xED0304) is known color: Venetian Red. HEX triplet: ED, 03 and 04. RGB value is (237,3,4). Sum of RGB (Red+Green+Blue) = 237+3+4=244 (32% of max value = 765). Red value is 237 (92.97% from 255 or 97.13% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 4 (1.95% from 255 or 1.64% from 244); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0304 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0304 is #12FCFB. Grayscale: #494949. Windows color (decimal): -1244412 or 263149. OLE color: 263149.
HSL color Cylindrical-coordinate representation of color #ED0304: hue angle of 359.74º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED0304 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 3 | 4 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.07 |
| HSL | 359.74º | 0.98% | 0.47% | - |
| HSV(B) | 359.74º | 0.99% | 0.93% | - |
| XYZ | 34.98 | 18.08 | 1.76 | - |
| YUV | 73.08 | 89.02 | 244.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 3 | 4 | 0 | 0.99 | 0.98 | 0.07 | 359.74 | 0.98 | 0.47 |
| Hex | ED | 3 | 4 | 0 | 63 | 62 | 7 | 168 | 62 | 2F |
| Octal | 355 | 3 | 4 | 0 | 143 | 142 | 7 | 550 | 142 | 57 |
| Binary | 11101101 | 11 | 100 | 0 | 1100011 | 1100010 | 111 | 101101000 | 1100010 | 101111 |
Color Harmonies of #ED0304
Complementary color
Monochromatic Colors of #ED0304
Black with #ED0304
Text Example
Text Example
White with #ED0304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0304; }
p { color: rgb(237,3,4); }
H1.HeaderClassName
{
color: #ED0304;
}
.AnyTagClassName
{
color: #ED0304;
}
</style>
background-color css
<style>
a { background-color: #ED0304; }
a { background-color: rgb(237,3,4); }
div.DivClassName
{
background-color: #ED0304;
}
.BgClassName
{
background-color: #ED0304;
}
</style>
border-color css
<style>
span { border-color: #ED0304; }
span { border-color: rgb(237,3,4); }
td.TdClassName
{
border-color: #ED0304;
}
.TagClassName
{
border-color: #ED0304;
}
</style>