Shades of Venetian Red #ED0508
Tints of Venetian Red #ED0508
RGB
CMYK
RGB Variations
Color information
#ED0508 (or 0xED0508) is known color: Venetian Red. HEX triplet: ED, 05 and 08. RGB value is (237,5,8). Sum of RGB (Red+Green+Blue) = 237+5+8=250 (33% of max value = 765). Red value is 237 (92.97% from 255 or 94.8% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 8 (3.52% from 255 or 3.2% from 250); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0508 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0508 is #12FAF7. Grayscale: #4A4A4A. Windows color (decimal): -1243896 or 525805. OLE color: 525805.
HSL color Cylindrical-coordinate representation of color #ED0508: hue angle of 359.22º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED0508 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 5 | 8 | - |
| CMYK | 0 | 0.98 | 0.97 | 0.07 |
| HSL | 359.22º | 0.96% | 0.47% | - |
| HSV(B) | 359.22º | 0.98% | 0.93% | - |
| XYZ | 35.02 | 18.13 | 1.88 | - |
| YUV | 74.71 | 90.36 | 243.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 5 | 8 | 0 | 0.98 | 0.97 | 0.07 | 359.22 | 0.96 | 0.47 |
| Hex | ED | 5 | 8 | 0 | 62 | 61 | 7 | 167 | 60 | 2F |
| Octal | 355 | 5 | 10 | 0 | 142 | 141 | 7 | 547 | 140 | 57 |
| Binary | 11101101 | 101 | 1000 | 0 | 1100010 | 1100001 | 111 | 101100111 | 1100000 | 101111 |
Color Harmonies of #ED0508
Complementary color
Monochromatic Colors of #ED0508
Black with #ED0508
Text Example
Text Example
White with #ED0508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0508; }
p { color: rgb(237,5,8); }
H1.HeaderClassName
{
color: #ED0508;
}
.AnyTagClassName
{
color: #ED0508;
}
</style>
background-color css
<style>
a { background-color: #ED0508; }
a { background-color: rgb(237,5,8); }
div.DivClassName
{
background-color: #ED0508;
}
.BgClassName
{
background-color: #ED0508;
}
</style>
border-color css
<style>
span { border-color: #ED0508; }
span { border-color: rgb(237,5,8); }
td.TdClassName
{
border-color: #ED0508;
}
.TagClassName
{
border-color: #ED0508;
}
</style>