Shades of Venetian Red #ED030E
Tints of Venetian Red #ED030E
RGB
CMYK
RGB Variations
Color information
#ED030E (or 0xED030E) is known color: Venetian Red. HEX triplet: ED, 03 and 0E. RGB value is (237,3,14). Sum of RGB (Red+Green+Blue) = 237+3+14=254 (33% of max value = 765). Red value is 237 (92.97% from 255 or 93.31% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 14 (5.86% from 255 or 5.51% from 254); Max value from RGB is 237 - color contains mainly: red. Hex color #ED030E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED030E is #12FCF1. Grayscale: #4A4A4A. Windows color (decimal): -1244402 or 918509. OLE color: 918509.
HSL color Cylindrical-coordinate representation of color #ED030E: hue angle of 357.18º 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 #ED030E is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 3 | 14 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.07 |
| HSL | 357.18º | 0.98% | 0.47% | - |
| HSV(B) | 357.18º | 0.99% | 0.93% | - |
| XYZ | 35.04 | 18.1 | 2.06 | - |
| YUV | 74.22 | 94.02 | 244.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 3 | 14 | 0 | 0.99 | 0.94 | 0.07 | 357.18 | 0.98 | 0.47 |
| Hex | ED | 3 | E | 0 | 63 | 5E | 7 | 165 | 62 | 2F |
| Octal | 355 | 3 | 16 | 0 | 143 | 136 | 7 | 545 | 142 | 57 |
| Binary | 11101101 | 11 | 1110 | 0 | 1100011 | 1011110 | 111 | 101100101 | 1100010 | 101111 |
Color Harmonies of #ED030E
Complementary color
Monochromatic Colors of #ED030E
Black with #ED030E
Text Example
Text Example
White with #ED030E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED030E; }
p { color: rgb(237,3,14); }
H1.HeaderClassName
{
color: #ED030E;
}
.AnyTagClassName
{
color: #ED030E;
}
</style>
background-color css
<style>
a { background-color: #ED030E; }
a { background-color: rgb(237,3,14); }
div.DivClassName
{
background-color: #ED030E;
}
.BgClassName
{
background-color: #ED030E;
}
</style>
border-color css
<style>
span { border-color: #ED030E; }
span { border-color: rgb(237,3,14); }
td.TdClassName
{
border-color: #ED030E;
}
.TagClassName
{
border-color: #ED030E;
}
</style>