Shades of Venetian Red #DC0117
Tints of Venetian Red #DC0117
RGB
CMYK
RGB Variations
Color information
#DC0117 (or 0xDC0117) is known color: Venetian Red. HEX triplet: DC, 01 and 17. RGB value is (220,1,23). Sum of RGB (Red+Green+Blue) = 220+1+23=244 (32% of max value = 765). Red value is 220 (86.33% from 255 or 90.16% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 23 (9.38% from 255 or 9.43% from 244); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0117 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0117 is #23FEE8. Grayscale: #454545. Windows color (decimal): -2359017 or 1507804. OLE color: 1507804.
HSL color Cylindrical-coordinate representation of color #DC0117: hue angle of 353.97º 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 #DC0117 is Cyan = 0, Magento = 1.00, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 1 | 23 | - |
| CMYK | 0 | 1.00 | 0.90 | 0.14 |
| HSL | 353.97º | 0.99% | 0.43% | - |
| HSV(B) | 353.97º | 1% | 0.86% | - |
| XYZ | 29.68 | 15.3 | 2.2 | - |
| YUV | 68.99 | 102.05 | 235.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 23 | 0 | 1.00 | 0.90 | 0.14 | 353.97 | 0.99 | 0.43 |
| Hex | DC | 1 | 17 | 0 | 64 | 5A | E | 162 | 63 | 2B |
| Octal | 334 | 1 | 27 | 0 | 144 | 132 | 16 | 542 | 143 | 53 |
| Binary | 11011100 | 1 | 10111 | 0 | 1100100 | 1011010 | 1110 | 101100010 | 1100011 | 101011 |
Color Harmonies of #DC0117
Complementary color
Monochromatic Colors of #DC0117
Black with #DC0117
Text Example
Text Example
White with #DC0117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0117; }
p { color: rgb(220,1,23); }
H1.HeaderClassName
{
color: #DC0117;
}
.AnyTagClassName
{
color: #DC0117;
}
</style>
background-color css
<style>
a { background-color: #DC0117; }
a { background-color: rgb(220,1,23); }
div.DivClassName
{
background-color: #DC0117;
}
.BgClassName
{
background-color: #DC0117;
}
</style>
border-color css
<style>
span { border-color: #DC0117; }
span { border-color: rgb(220,1,23); }
td.TdClassName
{
border-color: #DC0117;
}
.TagClassName
{
border-color: #DC0117;
}
</style>