Shades of Venetian Red #DC001A
Tints of Venetian Red #DC001A
RGB
CMYK
RGB Variations
Color information
#DC001A (or 0xDC001A) is known color: Venetian Red. HEX triplet: DC, 00 and 1A. RGB value is (220,0,26). Sum of RGB (Red+Green+Blue) = 220+0+26=246 (32% of max value = 765). Red value is 220 (86.33% from 255 or 89.43% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 26 (10.55% from 255 or 10.57% from 246); Max value from RGB is 220 - color contains mainly: red. Hex color #DC001A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC001A is #23FFE5. Grayscale: #444444. Windows color (decimal): -2359270 or 1704156. OLE color: 1704156.
HSL color Cylindrical-coordinate representation of color #DC001A: hue angle of 352.91º 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 #DC001A is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 0 | 26 | - |
| CMYK | 0 | 1 | 0.88 | 0.14 |
| HSL | 352.91º | 1% | 0.43% | - |
| HSV(B) | 352.91º | 1% | 0.86% | - |
| XYZ | 29.7 | 15.29 | 2.36 | - |
| YUV | 68.74 | 103.89 | 235.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 0 | 26 | 0 | 1 | 0.88 | 0.14 | 352.91 | 1 | 0.43 |
| Hex | DC | 0 | 1A | 0 | 64 | 58 | E | 161 | 64 | 2B |
| Octal | 334 | 0 | 32 | 0 | 144 | 130 | 16 | 541 | 144 | 53 |
| Binary | 11011100 | 0 | 11010 | 0 | 1100100 | 1011000 | 1110 | 101100001 | 1100100 | 101011 |
Color Harmonies of #DC001A
Complementary color
Monochromatic Colors of #DC001A
Black with #DC001A
Text Example
Text Example
White with #DC001A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC001A; }
p { color: rgb(220,0,26); }
H1.HeaderClassName
{
color: #DC001A;
}
.AnyTagClassName
{
color: #DC001A;
}
</style>
background-color css
<style>
a { background-color: #DC001A; }
a { background-color: rgb(220,0,26); }
div.DivClassName
{
background-color: #DC001A;
}
.BgClassName
{
background-color: #DC001A;
}
</style>
border-color css
<style>
span { border-color: #DC001A; }
span { border-color: rgb(220,0,26); }
td.TdClassName
{
border-color: #DC001A;
}
.TagClassName
{
border-color: #DC001A;
}
</style>