Shades of Venetian Red #ED080B
Tints of Venetian Red #ED080B
RGB
CMYK
RGB Variations
Color information
#ED080B (or 0xED080B) is known color: Venetian Red. HEX triplet: ED, 08 and 0B. RGB value is (237,8,11). Sum of RGB (Red+Green+Blue) = 237+8+11=256 (33% of max value = 765). Red value is 237 (92.97% from 255 or 92.58% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 237 - color contains mainly: red. Hex color #ED080B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED080B is #12F7F4. Grayscale: #4D4D4D. Windows color (decimal): -1243125 or 723181. OLE color: 723181.
HSL color Cylindrical-coordinate representation of color #ED080B: hue angle of 359.21º degrees, saturation: 0.93, 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 #ED080B is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 8 | 11 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.07 |
| HSL | 359.21º | 0.93% | 0.48% | - |
| HSV(B) | 359.21º | 0.97% | 0.93% | - |
| XYZ | 35.07 | 18.2 | 1.98 | - |
| YUV | 76.81 | 90.87 | 242.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 8 | 11 | 0 | 0.97 | 0.95 | 0.07 | 359.21 | 0.93 | 0.48 |
| Hex | ED | 8 | B | 0 | 61 | 5F | 7 | 167 | 5D | 30 |
| Octal | 355 | 10 | 13 | 0 | 141 | 137 | 7 | 547 | 135 | 60 |
| Binary | 11101101 | 1000 | 1011 | 0 | 1100001 | 1011111 | 111 | 101100111 | 1011101 | 110000 |
Color Harmonies of #ED080B
Complementary color
Monochromatic Colors of #ED080B
Black with #ED080B
Text Example
Text Example
White with #ED080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED080B; }
p { color: rgb(237,8,11); }
H1.HeaderClassName
{
color: #ED080B;
}
.AnyTagClassName
{
color: #ED080B;
}
</style>
background-color css
<style>
a { background-color: #ED080B; }
a { background-color: rgb(237,8,11); }
div.DivClassName
{
background-color: #ED080B;
}
.BgClassName
{
background-color: #ED080B;
}
</style>
border-color css
<style>
span { border-color: #ED080B; }
span { border-color: rgb(237,8,11); }
td.TdClassName
{
border-color: #ED080B;
}
.TagClassName
{
border-color: #ED080B;
}
</style>