Shades of Venetian Red #ED080F
Tints of Venetian Red #ED080F
RGB
CMYK
RGB Variations
Color information
#ED080F (or 0xED080F) is known color: Venetian Red. HEX triplet: ED, 08 and 0F. RGB value is (237,8,15). Sum of RGB (Red+Green+Blue) = 237+8+15=260 (34% of max value = 765). Red value is 237 (92.97% from 255 or 91.15% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 15 (6.25% from 255 or 5.77% from 260); Max value from RGB is 237 - color contains mainly: red. Hex color #ED080F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED080F is #12F7F0. Grayscale: #4D4D4D. Windows color (decimal): -1243121 or 985325. OLE color: 985325.
HSL color Cylindrical-coordinate representation of color #ED080F: hue angle of 358.17º 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 #ED080F is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 8 | 15 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.07 |
| HSL | 358.17º | 0.93% | 0.48% | - |
| HSV(B) | 358.17º | 0.97% | 0.93% | - |
| XYZ | 35.1 | 18.21 | 2.12 | - |
| YUV | 77.27 | 92.87 | 241.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 8 | 15 | 0 | 0.97 | 0.94 | 0.07 | 358.17 | 0.93 | 0.48 |
| Hex | ED | 8 | F | 0 | 61 | 5E | 7 | 166 | 5D | 30 |
| Octal | 355 | 10 | 17 | 0 | 141 | 136 | 7 | 546 | 135 | 60 |
| Binary | 11101101 | 1000 | 1111 | 0 | 1100001 | 1011110 | 111 | 101100110 | 1011101 | 110000 |
Color Harmonies of #ED080F
Complementary color
Monochromatic Colors of #ED080F
Black with #ED080F
Text Example
Text Example
White with #ED080F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED080F; }
p { color: rgb(237,8,15); }
H1.HeaderClassName
{
color: #ED080F;
}
.AnyTagClassName
{
color: #ED080F;
}
</style>
background-color css
<style>
a { background-color: #ED080F; }
a { background-color: rgb(237,8,15); }
div.DivClassName
{
background-color: #ED080F;
}
.BgClassName
{
background-color: #ED080F;
}
</style>
border-color css
<style>
span { border-color: #ED080F; }
span { border-color: rgb(237,8,15); }
td.TdClassName
{
border-color: #ED080F;
}
.TagClassName
{
border-color: #ED080F;
}
</style>