Shades of Venetian Red #ED000B
Tints of Venetian Red #ED000B
RGB
CMYK
RGB Variations
Color information
#ED000B (or 0xED000B) is known color: Venetian Red. HEX triplet: ED, 00 and 0B. RGB value is (237,0,11). Sum of RGB (Red+Green+Blue) = 237+0+11=248 (32% of max value = 765). Red value is 237 (92.97% from 255 or 95.56% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 11 (4.69% from 255 or 4.44% from 248); Max value from RGB is 237 - color contains mainly: red. Hex color #ED000B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED000B is #12FFF4. Grayscale: #484848. Windows color (decimal): -1245173 or 721133. OLE color: 721133.
HSL color Cylindrical-coordinate representation of color #ED000B: hue angle of 357.22º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED000B is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.95 | 0.07 |
| HSL | 357.22º | 1% | 0.46% | - |
| HSV(B) | 357.22º | 1% | 0.93% | - |
| XYZ | 34.99 | 18.03 | 1.95 | - |
| YUV | 72.12 | 93.52 | 245.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 0 | 11 | 0 | 1 | 0.95 | 0.07 | 357.22 | 1 | 0.46 |
| Hex | ED | 0 | B | 0 | 64 | 5F | 7 | 165 | 64 | 2E |
| Octal | 355 | 0 | 13 | 0 | 144 | 137 | 7 | 545 | 144 | 56 |
| Binary | 11101101 | 0 | 1011 | 0 | 1100100 | 1011111 | 111 | 101100101 | 1100100 | 101110 |
Color Harmonies of #ED000B
Complementary color
Monochromatic Colors of #ED000B
Black with #ED000B
Text Example
Text Example
White with #ED000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED000B; }
p { color: rgb(237,0,11); }
H1.HeaderClassName
{
color: #ED000B;
}
.AnyTagClassName
{
color: #ED000B;
}
</style>
background-color css
<style>
a { background-color: #ED000B; }
a { background-color: rgb(237,0,11); }
div.DivClassName
{
background-color: #ED000B;
}
.BgClassName
{
background-color: #ED000B;
}
</style>
border-color css
<style>
span { border-color: #ED000B; }
span { border-color: rgb(237,0,11); }
td.TdClassName
{
border-color: #ED000B;
}
.TagClassName
{
border-color: #ED000B;
}
</style>