Shades of Venetian Red #DC0114
Tints of Venetian Red #DC0114
RGB
CMYK
RGB Variations
Color information
#DC0114 (or 0xDC0114) is known color: Venetian Red. HEX triplet: DC, 01 and 14. RGB value is (220,1,20). Sum of RGB (Red+Green+Blue) = 220+1+20=241 (31% of max value = 765). Red value is 220 (86.33% from 255 or 91.29% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0114 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0114 is #23FEEB. Grayscale: #444444. Windows color (decimal): -2359020 or 1311196. OLE color: 1311196.
HSL color Cylindrical-coordinate representation of color #DC0114: hue angle of 354.79º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC0114 is Cyan = 0, Magento = 1.00, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 1 | 20 | - |
| CMYK | 0 | 1.00 | 0.91 | 0.14 |
| HSL | 354.79º | 0.99% | 0.43% | - |
| HSV(B) | 354.79º | 1% | 0.86% | - |
| XYZ | 29.65 | 15.29 | 2.05 | - |
| YUV | 68.65 | 100.55 | 235.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 20 | 0 | 1.00 | 0.91 | 0.14 | 354.79 | 0.99 | 0.43 |
| Hex | DC | 1 | 14 | 0 | 64 | 5B | E | 163 | 63 | 2B |
| Octal | 334 | 1 | 24 | 0 | 144 | 133 | 16 | 543 | 143 | 53 |
| Binary | 11011100 | 1 | 10100 | 0 | 1100100 | 1011011 | 1110 | 101100011 | 1100011 | 101011 |
Color Harmonies of #DC0114
Complementary color
Monochromatic Colors of #DC0114
Black with #DC0114
Text Example
Text Example
White with #DC0114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0114; }
p { color: rgb(220,1,20); }
H1.HeaderClassName
{
color: #DC0114;
}
.AnyTagClassName
{
color: #DC0114;
}
</style>
background-color css
<style>
a { background-color: #DC0114; }
a { background-color: rgb(220,1,20); }
div.DivClassName
{
background-color: #DC0114;
}
.BgClassName
{
background-color: #DC0114;
}
</style>
border-color css
<style>
span { border-color: #DC0114; }
span { border-color: rgb(220,1,20); }
td.TdClassName
{
border-color: #DC0114;
}
.TagClassName
{
border-color: #DC0114;
}
</style>