Shades of Venetian Red #DC0018
Tints of Venetian Red #DC0018
RGB
CMYK
RGB Variations
Color information
#DC0018 (or 0xDC0018) is known color: Venetian Red. HEX triplet: DC, 00 and 18. RGB value is (220,0,24). Sum of RGB (Red+Green+Blue) = 220+0+24=244 (32% of max value = 765). Red value is 220 (86.33% from 255 or 90.16% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 24 (9.77% from 255 or 9.84% from 244); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0018 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0018 is #23FFE7. Grayscale: #444444. Windows color (decimal): -2359272 or 1573084. OLE color: 1573084.
HSL color Cylindrical-coordinate representation of color #DC0018: hue angle of 353.45º 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 #DC0018 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 0 | 24 | - |
| CMYK | 0 | 1 | 0.89 | 0.14 |
| HSL | 353.45º | 1% | 0.43% | - |
| HSV(B) | 353.45º | 1% | 0.86% | - |
| XYZ | 29.68 | 15.28 | 2.25 | - |
| YUV | 68.52 | 102.89 | 236.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 0 | 24 | 0 | 1 | 0.89 | 0.14 | 353.45 | 1 | 0.43 |
| Hex | DC | 0 | 18 | 0 | 64 | 59 | E | 161 | 64 | 2B |
| Octal | 334 | 0 | 30 | 0 | 144 | 131 | 16 | 541 | 144 | 53 |
| Binary | 11011100 | 0 | 11000 | 0 | 1100100 | 1011001 | 1110 | 101100001 | 1100100 | 101011 |
Color Harmonies of #DC0018
Complementary color
Monochromatic Colors of #DC0018
Black with #DC0018
Text Example
Text Example
White with #DC0018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0018; }
p { color: rgb(220,0,24); }
H1.HeaderClassName
{
color: #DC0018;
}
.AnyTagClassName
{
color: #DC0018;
}
</style>
background-color css
<style>
a { background-color: #DC0018; }
a { background-color: rgb(220,0,24); }
div.DivClassName
{
background-color: #DC0018;
}
.BgClassName
{
background-color: #DC0018;
}
</style>
border-color css
<style>
span { border-color: #DC0018; }
span { border-color: rgb(220,0,24); }
td.TdClassName
{
border-color: #DC0018;
}
.TagClassName
{
border-color: #DC0018;
}
</style>