Shades of Venetian Red #DC000E
Tints of Venetian Red #DC000E
RGB
CMYK
RGB Variations
Color information
#DC000E (or 0xDC000E) is known color: Venetian Red. HEX triplet: DC, 00 and 0E. RGB value is (220,0,14). Sum of RGB (Red+Green+Blue) = 220+0+14=234 (30% of max value = 765). Red value is 220 (86.33% from 255 or 94.02% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 14 (5.86% from 255 or 5.98% from 234); Max value from RGB is 220 - color contains mainly: red. Hex color #DC000E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC000E is #23FFF1. Grayscale: #434343. Windows color (decimal): -2359282 or 917724. OLE color: 917724.
HSL color Cylindrical-coordinate representation of color #DC000E: hue angle of 356.18º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC000E is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 0 | 14 | - |
| CMYK | 0 | 1 | 0.94 | 0.14 |
| HSL | 356.18º | 1% | 0.43% | - |
| HSV(B) | 356.18º | 1% | 0.86% | - |
| XYZ | 29.59 | 15.25 | 1.8 | - |
| YUV | 67.38 | 97.89 | 236.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 0 | 14 | 0 | 1 | 0.94 | 0.14 | 356.18 | 1 | 0.43 |
| Hex | DC | 0 | E | 0 | 64 | 5E | E | 164 | 64 | 2B |
| Octal | 334 | 0 | 16 | 0 | 144 | 136 | 16 | 544 | 144 | 53 |
| Binary | 11011100 | 0 | 1110 | 0 | 1100100 | 1011110 | 1110 | 101100100 | 1100100 | 101011 |
Color Harmonies of #DC000E
Complementary color
Monochromatic Colors of #DC000E
Black with #DC000E
Text Example
Text Example
White with #DC000E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC000E; }
p { color: rgb(220,0,14); }
H1.HeaderClassName
{
color: #DC000E;
}
.AnyTagClassName
{
color: #DC000E;
}
</style>
background-color css
<style>
a { background-color: #DC000E; }
a { background-color: rgb(220,0,14); }
div.DivClassName
{
background-color: #DC000E;
}
.BgClassName
{
background-color: #DC000E;
}
</style>
border-color css
<style>
span { border-color: #DC000E; }
span { border-color: rgb(220,0,14); }
td.TdClassName
{
border-color: #DC000E;
}
.TagClassName
{
border-color: #DC000E;
}
</style>