Shades of Venetian Red #ED020E
Tints of Venetian Red #ED020E
RGB
CMYK
RGB Variations
Color information
#ED020E (or 0xED020E) is known color: Venetian Red. HEX triplet: ED, 02 and 0E. RGB value is (237,2,14). Sum of RGB (Red+Green+Blue) = 237+2+14=253 (33% of max value = 765). Red value is 237 (92.97% from 255 or 93.68% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 14 (5.86% from 255 or 5.53% from 253); Max value from RGB is 237 - color contains mainly: red. Hex color #ED020E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED020E is #12FDF1. Grayscale: #494949. Windows color (decimal): -1244658 or 918253. OLE color: 918253.
HSL color Cylindrical-coordinate representation of color #ED020E: hue angle of 356.94º 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 #ED020E is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 2 | 14 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.07 |
| HSL | 356.94º | 0.98% | 0.47% | - |
| HSV(B) | 356.94º | 0.99% | 0.93% | - |
| XYZ | 35.03 | 18.08 | 2.06 | - |
| YUV | 73.63 | 94.36 | 244.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 2 | 14 | 0 | 0.99 | 0.94 | 0.07 | 356.94 | 0.98 | 0.47 |
| Hex | ED | 2 | E | 0 | 63 | 5E | 7 | 165 | 62 | 2F |
| Octal | 355 | 2 | 16 | 0 | 143 | 136 | 7 | 545 | 142 | 57 |
| Binary | 11101101 | 10 | 1110 | 0 | 1100011 | 1011110 | 111 | 101100101 | 1100010 | 101111 |
Color Harmonies of #ED020E
Complementary color
Monochromatic Colors of #ED020E
Black with #ED020E
Text Example
Text Example
White with #ED020E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED020E; }
p { color: rgb(237,2,14); }
H1.HeaderClassName
{
color: #ED020E;
}
.AnyTagClassName
{
color: #ED020E;
}
</style>
background-color css
<style>
a { background-color: #ED020E; }
a { background-color: rgb(237,2,14); }
div.DivClassName
{
background-color: #ED020E;
}
.BgClassName
{
background-color: #ED020E;
}
</style>
border-color css
<style>
span { border-color: #ED020E; }
span { border-color: rgb(237,2,14); }
td.TdClassName
{
border-color: #ED020E;
}
.TagClassName
{
border-color: #ED020E;
}
</style>