Shades of Venetian Red #DC0417
Tints of Venetian Red #DC0417
RGB
CMYK
RGB Variations
Color information
#DC0417 (or 0xDC0417) is known color: Venetian Red. HEX triplet: DC, 04 and 17. RGB value is (220,4,23). Sum of RGB (Red+Green+Blue) = 220+4+23=247 (32% of max value = 765). Red value is 220 (86.33% from 255 or 89.07% from 247); Green value is 4 (1.95% from 255 or 1.62% from 247); Blue value is 23 (9.38% from 255 or 9.31% from 247); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0417 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0417 is #23FBE8. Grayscale: #464646. Windows color (decimal): -2358249 or 1508572. OLE color: 1508572.
HSL color Cylindrical-coordinate representation of color #DC0417: hue angle of 354.72º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC0417 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 4 | 23 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.14 |
| HSL | 354.72º | 0.96% | 0.44% | - |
| HSV(B) | 354.72º | 0.98% | 0.86% | - |
| XYZ | 29.71 | 15.36 | 2.21 | - |
| YUV | 70.75 | 101.06 | 234.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 4 | 23 | 0 | 0.98 | 0.90 | 0.14 | 354.72 | 0.96 | 0.44 |
| Hex | DC | 4 | 17 | 0 | 62 | 5A | E | 163 | 60 | 2C |
| Octal | 334 | 4 | 27 | 0 | 142 | 132 | 16 | 543 | 140 | 54 |
| Binary | 11011100 | 100 | 10111 | 0 | 1100010 | 1011010 | 1110 | 101100011 | 1100000 | 101100 |
Color Harmonies of #DC0417
Complementary color
Monochromatic Colors of #DC0417
Black with #DC0417
Text Example
Text Example
White with #DC0417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0417; }
p { color: rgb(220,4,23); }
H1.HeaderClassName
{
color: #DC0417;
}
.AnyTagClassName
{
color: #DC0417;
}
</style>
background-color css
<style>
a { background-color: #DC0417; }
a { background-color: rgb(220,4,23); }
div.DivClassName
{
background-color: #DC0417;
}
.BgClassName
{
background-color: #DC0417;
}
</style>
border-color css
<style>
span { border-color: #DC0417; }
span { border-color: rgb(220,4,23); }
td.TdClassName
{
border-color: #DC0417;
}
.TagClassName
{
border-color: #DC0417;
}
</style>