Shades of Venetian Red #ED070E
Tints of Venetian Red #ED070E
RGB
CMYK
RGB Variations
Color information
#ED070E (or 0xED070E) is known color: Venetian Red. HEX triplet: ED, 07 and 0E. RGB value is (237,7,14). Sum of RGB (Red+Green+Blue) = 237+7+14=258 (34% of max value = 765). Red value is 237 (92.97% from 255 or 91.86% from 258); Green value is 7 (3.12% from 255 or 2.71% from 258); Blue value is 14 (5.86% from 255 or 5.43% from 258); Max value from RGB is 237 - color contains mainly: red. Hex color #ED070E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED070E is #12F8F1. Grayscale: #4C4C4C. Windows color (decimal): -1243378 or 919533. OLE color: 919533.
HSL color Cylindrical-coordinate representation of color #ED070E: hue angle of 358.17º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED070E is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 7 | 14 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.07 |
| HSL | 358.17º | 0.94% | 0.48% | - |
| HSV(B) | 358.17º | 0.97% | 0.93% | - |
| XYZ | 35.08 | 18.19 | 2.08 | - |
| YUV | 76.57 | 92.7 | 242.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 7 | 14 | 0 | 0.97 | 0.94 | 0.07 | 358.17 | 0.94 | 0.48 |
| Hex | ED | 7 | E | 0 | 61 | 5E | 7 | 166 | 5E | 30 |
| Octal | 355 | 7 | 16 | 0 | 141 | 136 | 7 | 546 | 136 | 60 |
| Binary | 11101101 | 111 | 1110 | 0 | 1100001 | 1011110 | 111 | 101100110 | 1011110 | 110000 |
Color Harmonies of #ED070E
Complementary color
Monochromatic Colors of #ED070E
Black with #ED070E
Text Example
Text Example
White with #ED070E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED070E; }
p { color: rgb(237,7,14); }
H1.HeaderClassName
{
color: #ED070E;
}
.AnyTagClassName
{
color: #ED070E;
}
</style>
background-color css
<style>
a { background-color: #ED070E; }
a { background-color: rgb(237,7,14); }
div.DivClassName
{
background-color: #ED070E;
}
.BgClassName
{
background-color: #ED070E;
}
</style>
border-color css
<style>
span { border-color: #ED070E; }
span { border-color: rgb(237,7,14); }
td.TdClassName
{
border-color: #ED070E;
}
.TagClassName
{
border-color: #ED070E;
}
</style>