Shades of Venetian Red #ED010A
Tints of Venetian Red #ED010A
RGB
CMYK
RGB Variations
Color information
#ED010A (or 0xED010A) is known color: Venetian Red. HEX triplet: ED, 01 and 0A. RGB value is (237,1,10). Sum of RGB (Red+Green+Blue) = 237+1+10=248 (32% of max value = 765). Red value is 237 (92.97% from 255 or 95.56% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 10 (4.30% from 255 or 4.03% from 248); Max value from RGB is 237 - color contains mainly: red. Hex color #ED010A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED010A is #12FEF5. Grayscale: #484848. Windows color (decimal): -1244918 or 655853. OLE color: 655853.
HSL color Cylindrical-coordinate representation of color #ED010A: hue angle of 357.71º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED010A is Cyan = 0, Magento = 1.00, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 1 | 10 | - |
| CMYK | 0 | 1.00 | 0.96 | 0.07 |
| HSL | 357.71º | 0.99% | 0.47% | - |
| HSV(B) | 357.71º | 1% | 0.93% | - |
| XYZ | 34.99 | 18.05 | 1.93 | - |
| YUV | 72.59 | 92.69 | 245.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 1 | 10 | 0 | 1.00 | 0.96 | 0.07 | 357.71 | 0.99 | 0.47 |
| Hex | ED | 1 | A | 0 | 64 | 60 | 7 | 166 | 63 | 2F |
| Octal | 355 | 1 | 12 | 0 | 144 | 140 | 7 | 546 | 143 | 57 |
| Binary | 11101101 | 1 | 1010 | 0 | 1100100 | 1100000 | 111 | 101100110 | 1100011 | 101111 |
Color Harmonies of #ED010A
Complementary color
Monochromatic Colors of #ED010A
Black with #ED010A
Text Example
Text Example
White with #ED010A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED010A; }
p { color: rgb(237,1,10); }
H1.HeaderClassName
{
color: #ED010A;
}
.AnyTagClassName
{
color: #ED010A;
}
</style>
background-color css
<style>
a { background-color: #ED010A; }
a { background-color: rgb(237,1,10); }
div.DivClassName
{
background-color: #ED010A;
}
.BgClassName
{
background-color: #ED010A;
}
</style>
border-color css
<style>
span { border-color: #ED010A; }
span { border-color: rgb(237,1,10); }
td.TdClassName
{
border-color: #ED010A;
}
.TagClassName
{
border-color: #ED010A;
}
</style>