Shades of Venetian Red #ED0506
Tints of Venetian Red #ED0506
RGB
CMYK
RGB Variations
Color information
#ED0506 (or 0xED0506) is known color: Venetian Red. HEX triplet: ED, 05 and 06. RGB value is (237,5,6). Sum of RGB (Red+Green+Blue) = 237+5+6=248 (32% of max value = 765). Red value is 237 (92.97% from 255 or 95.56% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 6 (2.73% from 255 or 2.42% from 248); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0506 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0506 is #12FAF9. Grayscale: #4A4A4A. Windows color (decimal): -1243898 or 394733. OLE color: 394733.
HSL color Cylindrical-coordinate representation of color #ED0506: hue angle of 359.74º 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 #ED0506 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 5 | 6 | - |
| CMYK | 0 | 0.98 | 0.97 | 0.07 |
| HSL | 359.74º | 0.96% | 0.47% | - |
| HSV(B) | 359.74º | 0.98% | 0.93% | - |
| XYZ | 35.01 | 18.13 | 1.83 | - |
| YUV | 74.48 | 89.36 | 243.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 5 | 6 | 0 | 0.98 | 0.97 | 0.07 | 359.74 | 0.96 | 0.47 |
| Hex | ED | 5 | 6 | 0 | 62 | 61 | 7 | 168 | 60 | 2F |
| Octal | 355 | 5 | 6 | 0 | 142 | 141 | 7 | 550 | 140 | 57 |
| Binary | 11101101 | 101 | 110 | 0 | 1100010 | 1100001 | 111 | 101101000 | 1100000 | 101111 |
Color Harmonies of #ED0506
Complementary color
Monochromatic Colors of #ED0506
Black with #ED0506
Text Example
Text Example
White with #ED0506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0506; }
p { color: rgb(237,5,6); }
H1.HeaderClassName
{
color: #ED0506;
}
.AnyTagClassName
{
color: #ED0506;
}
</style>
background-color css
<style>
a { background-color: #ED0506; }
a { background-color: rgb(237,5,6); }
div.DivClassName
{
background-color: #ED0506;
}
.BgClassName
{
background-color: #ED0506;
}
</style>
border-color css
<style>
span { border-color: #ED0506; }
span { border-color: rgb(237,5,6); }
td.TdClassName
{
border-color: #ED0506;
}
.TagClassName
{
border-color: #ED0506;
}
</style>