Shades of Venetian Red #ED010B
Tints of Venetian Red #ED010B
RGB
CMYK
RGB Variations
Color information
#ED010B (or 0xED010B) is known color: Venetian Red. HEX triplet: ED, 01 and 0B. RGB value is (237,1,11). Sum of RGB (Red+Green+Blue) = 237+1+11=249 (32% of max value = 765). Red value is 237 (92.97% from 255 or 95.18% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 11 (4.69% from 255 or 4.42% from 249); Max value from RGB is 237 - color contains mainly: red. Hex color #ED010B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED010B is #12FEF4. Grayscale: #484848. Windows color (decimal): -1244917 or 721389. OLE color: 721389.
HSL color Cylindrical-coordinate representation of color #ED010B: hue angle of 357.46º 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 #ED010B is Cyan = 0, Magento = 1.00, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 1 | 11 | - |
| CMYK | 0 | 1.00 | 0.95 | 0.07 |
| HSL | 357.46º | 0.99% | 0.47% | - |
| HSV(B) | 357.46º | 1% | 0.93% | - |
| XYZ | 35 | 18.05 | 1.96 | - |
| YUV | 72.7 | 93.19 | 245.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 1 | 11 | 0 | 1.00 | 0.95 | 0.07 | 357.46 | 0.99 | 0.47 |
| Hex | ED | 1 | B | 0 | 64 | 5F | 7 | 165 | 63 | 2F |
| Octal | 355 | 1 | 13 | 0 | 144 | 137 | 7 | 545 | 143 | 57 |
| Binary | 11101101 | 1 | 1011 | 0 | 1100100 | 1011111 | 111 | 101100101 | 1100011 | 101111 |
Color Harmonies of #ED010B
Complementary color
Monochromatic Colors of #ED010B
Black with #ED010B
Text Example
Text Example
White with #ED010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED010B; }
p { color: rgb(237,1,11); }
H1.HeaderClassName
{
color: #ED010B;
}
.AnyTagClassName
{
color: #ED010B;
}
</style>
background-color css
<style>
a { background-color: #ED010B; }
a { background-color: rgb(237,1,11); }
div.DivClassName
{
background-color: #ED010B;
}
.BgClassName
{
background-color: #ED010B;
}
</style>
border-color css
<style>
span { border-color: #ED010B; }
span { border-color: rgb(237,1,11); }
td.TdClassName
{
border-color: #ED010B;
}
.TagClassName
{
border-color: #ED010B;
}
</style>