Shades of Venetian Red #D0000E
Tints of Venetian Red #D0000E
RGB
CMYK
RGB Variations
Color information
#D0000E (or 0xD0000E) is known color: Venetian Red. HEX triplet: D0, 00 and 0E. RGB value is (208,0,14). Sum of RGB (Red+Green+Blue) = 208+0+14=222 (29% of max value = 765). Red value is 208 (81.64% from 255 or 93.69% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 14 (5.86% from 255 or 6.31% from 222); Max value from RGB is 208 - color contains mainly: red. Hex color #D0000E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D0000E is #2FFFF1. Grayscale: #3F3F3F. Windows color (decimal): -3145714 or 917712. OLE color: 917712.
HSL color Cylindrical-coordinate representation of color #D0000E: hue angle of 355.96º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D0000E is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 0 | 14 | - |
| CMYK | 0 | 1 | 0.93 | 0.18 |
| HSL | 355.96º | 1% | 0.41% | - |
| HSV(B) | 355.96º | 1% | 0.82% | - |
| XYZ | 26.09 | 13.44 | 1.63 | - |
| YUV | 63.79 | 99.91 | 230.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 0 | 14 | 0 | 1 | 0.93 | 0.18 | 355.96 | 1 | 0.41 |
| Hex | D0 | 0 | E | 0 | 64 | 5D | 12 | 164 | 64 | 29 |
| Octal | 320 | 0 | 16 | 0 | 144 | 135 | 22 | 544 | 144 | 51 |
| Binary | 11010000 | 0 | 1110 | 0 | 1100100 | 1011101 | 10010 | 101100100 | 1100100 | 101001 |
Color Harmonies of #D0000E
Complementary color
Monochromatic Colors of #D0000E
Black with #D0000E
Text Example
Text Example
White with #D0000E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0000E; }
p { color: rgb(208,0,14); }
H1.HeaderClassName
{
color: #D0000E;
}
.AnyTagClassName
{
color: #D0000E;
}
</style>
background-color css
<style>
a { background-color: #D0000E; }
a { background-color: rgb(208,0,14); }
div.DivClassName
{
background-color: #D0000E;
}
.BgClassName
{
background-color: #D0000E;
}
</style>
border-color css
<style>
span { border-color: #D0000E; }
span { border-color: rgb(208,0,14); }
td.TdClassName
{
border-color: #D0000E;
}
.TagClassName
{
border-color: #D0000E;
}
</style>