Shades of Venetian Red #DC0118
Tints of Venetian Red #DC0118
RGB
CMYK
RGB Variations
Color information
#DC0118 (or 0xDC0118) is known color: Venetian Red. HEX triplet: DC, 01 and 18. RGB value is (220,1,24). Sum of RGB (Red+Green+Blue) = 220+1+24=245 (32% of max value = 765). Red value is 220 (86.33% from 255 or 89.80% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 24 (9.77% from 255 or 9.80% from 245); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0118 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0118 is #23FEE7. Grayscale: #454545. Windows color (decimal): -2359016 or 1573340. OLE color: 1573340.
HSL color Cylindrical-coordinate representation of color #DC0118: hue angle of 353.7º 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 #DC0118 is Cyan = 0, Magento = 1.00, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 1 | 24 | - |
| CMYK | 0 | 1.00 | 0.89 | 0.14 |
| HSL | 353.7º | 0.99% | 0.43% | - |
| HSV(B) | 353.7º | 1% | 0.86% | - |
| XYZ | 29.69 | 15.3 | 2.25 | - |
| YUV | 69.1 | 102.55 | 235.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 24 | 0 | 1.00 | 0.89 | 0.14 | 353.7 | 0.99 | 0.43 |
| Hex | DC | 1 | 18 | 0 | 64 | 59 | E | 162 | 63 | 2B |
| Octal | 334 | 1 | 30 | 0 | 144 | 131 | 16 | 542 | 143 | 53 |
| Binary | 11011100 | 1 | 11000 | 0 | 1100100 | 1011001 | 1110 | 101100010 | 1100011 | 101011 |
Color Harmonies of #DC0118
Complementary color
Monochromatic Colors of #DC0118
Black with #DC0118
Text Example
Text Example
White with #DC0118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0118; }
p { color: rgb(220,1,24); }
H1.HeaderClassName
{
color: #DC0118;
}
.AnyTagClassName
{
color: #DC0118;
}
</style>
background-color css
<style>
a { background-color: #DC0118; }
a { background-color: rgb(220,1,24); }
div.DivClassName
{
background-color: #DC0118;
}
.BgClassName
{
background-color: #DC0118;
}
</style>
border-color css
<style>
span { border-color: #DC0118; }
span { border-color: rgb(220,1,24); }
td.TdClassName
{
border-color: #DC0118;
}
.TagClassName
{
border-color: #DC0118;
}
</style>