Shades of Venetian Red #ED060C
Tints of Venetian Red #ED060C
RGB
CMYK
RGB Variations
Color information
#ED060C (or 0xED060C) is known color: Venetian Red. HEX triplet: ED, 06 and 0C. RGB value is (237,6,12). Sum of RGB (Red+Green+Blue) = 237+6+12=255 (33% of max value = 765). Red value is 237 (92.97% from 255 or 92.94% from 255); Green value is 6 (2.73% from 255 or 2.35% from 255); Blue value is 12 (5.08% from 255 or 4.71% from 255); Max value from RGB is 237 - color contains mainly: red. Hex color #ED060C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED060C is #12F9F3. Grayscale: #4B4B4B. Windows color (decimal): -1243636 or 788205. OLE color: 788205.
HSL color Cylindrical-coordinate representation of color #ED060C: hue angle of 358.44º degrees, saturation: 0.95, 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 #ED060C is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 6 | 12 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.07 |
| HSL | 358.44º | 0.95% | 0.48% | - |
| HSV(B) | 358.44º | 0.97% | 0.93% | - |
| XYZ | 35.06 | 18.16 | 2.01 | - |
| YUV | 75.75 | 92.03 | 243.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 6 | 12 | 0 | 0.97 | 0.95 | 0.07 | 358.44 | 0.95 | 0.48 |
| Hex | ED | 6 | C | 0 | 61 | 5F | 7 | 166 | 5F | 30 |
| Octal | 355 | 6 | 14 | 0 | 141 | 137 | 7 | 546 | 137 | 60 |
| Binary | 11101101 | 110 | 1100 | 0 | 1100001 | 1011111 | 111 | 101100110 | 1011111 | 110000 |
Color Harmonies of #ED060C
Complementary color
Monochromatic Colors of #ED060C
Black with #ED060C
Text Example
Text Example
White with #ED060C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED060C; }
p { color: rgb(237,6,12); }
H1.HeaderClassName
{
color: #ED060C;
}
.AnyTagClassName
{
color: #ED060C;
}
</style>
background-color css
<style>
a { background-color: #ED060C; }
a { background-color: rgb(237,6,12); }
div.DivClassName
{
background-color: #ED060C;
}
.BgClassName
{
background-color: #ED060C;
}
</style>
border-color css
<style>
span { border-color: #ED060C; }
span { border-color: rgb(237,6,12); }
td.TdClassName
{
border-color: #ED060C;
}
.TagClassName
{
border-color: #ED060C;
}
</style>