Shades of Venetian Red #ED070C
Tints of Venetian Red #ED070C
RGB
CMYK
RGB Variations
Color information
#ED070C (or 0xED070C) is known color: Venetian Red. HEX triplet: ED, 07 and 0C. RGB value is (237,7,12). Sum of RGB (Red+Green+Blue) = 237+7+12=256 (33% of max value = 765). Red value is 237 (92.97% from 255 or 92.58% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 237 - color contains mainly: red. Hex color #ED070C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED070C is #12F8F3. Grayscale: #4C4C4C. Windows color (decimal): -1243380 or 788461. OLE color: 788461.
HSL color Cylindrical-coordinate representation of color #ED070C: hue angle of 358.7º 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 #ED070C is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 7 | 12 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.07 |
| HSL | 358.7º | 0.94% | 0.48% | - |
| HSV(B) | 358.7º | 0.97% | 0.93% | - |
| XYZ | 35.07 | 18.18 | 2.01 | - |
| YUV | 76.34 | 91.7 | 242.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 7 | 12 | 0 | 0.97 | 0.95 | 0.07 | 358.7 | 0.94 | 0.48 |
| Hex | ED | 7 | C | 0 | 61 | 5F | 7 | 167 | 5E | 30 |
| Octal | 355 | 7 | 14 | 0 | 141 | 137 | 7 | 547 | 136 | 60 |
| Binary | 11101101 | 111 | 1100 | 0 | 1100001 | 1011111 | 111 | 101100111 | 1011110 | 110000 |
Color Harmonies of #ED070C
Complementary color
Monochromatic Colors of #ED070C
Black with #ED070C
Text Example
Text Example
White with #ED070C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED070C; }
p { color: rgb(237,7,12); }
H1.HeaderClassName
{
color: #ED070C;
}
.AnyTagClassName
{
color: #ED070C;
}
</style>
background-color css
<style>
a { background-color: #ED070C; }
a { background-color: rgb(237,7,12); }
div.DivClassName
{
background-color: #ED070C;
}
.BgClassName
{
background-color: #ED070C;
}
</style>
border-color css
<style>
span { border-color: #ED070C; }
span { border-color: rgb(237,7,12); }
td.TdClassName
{
border-color: #ED070C;
}
.TagClassName
{
border-color: #ED070C;
}
</style>