Shades of Venetian Red #DC0121
Tints of Venetian Red #DC0121
RGB
CMYK
RGB Variations
Color information
#DC0121 (or 0xDC0121) is known color: Venetian Red. HEX triplet: DC, 01 and 21. RGB value is (220,1,33). Sum of RGB (Red+Green+Blue) = 220+1+33=254 (33% of max value = 765). Red value is 220 (86.33% from 255 or 86.61% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 33 (13.28% from 255 or 12.99% from 254); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0121 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0121 is #23FEDE. Grayscale: #464646. Windows color (decimal): -2359007 or 2163164. OLE color: 2163164.
HSL color Cylindrical-coordinate representation of color #DC0121: hue angle of 351.23º 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 #DC0121 is Cyan = 0, Magento = 1.00, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 1 | 33 | - |
| CMYK | 0 | 1.00 | 0.85 | 0.14 |
| HSL | 351.23º | 0.99% | 0.43% | - |
| HSV(B) | 351.23º | 1% | 0.86% | - |
| XYZ | 29.8 | 15.35 | 2.83 | - |
| YUV | 70.13 | 107.05 | 234.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 33 | 0 | 1.00 | 0.85 | 0.14 | 351.23 | 0.99 | 0.43 |
| Hex | DC | 1 | 21 | 0 | 64 | 55 | E | 15F | 63 | 2B |
| Octal | 334 | 1 | 41 | 0 | 144 | 125 | 16 | 537 | 143 | 53 |
| Binary | 11011100 | 1 | 100001 | 0 | 1100100 | 1010101 | 1110 | 101011111 | 1100011 | 101011 |
Color Harmonies of #DC0121
Complementary color
Monochromatic Colors of #DC0121
Black with #DC0121
Text Example
Text Example
White with #DC0121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0121; }
p { color: rgb(220,1,33); }
H1.HeaderClassName
{
color: #DC0121;
}
.AnyTagClassName
{
color: #DC0121;
}
</style>
background-color css
<style>
a { background-color: #DC0121; }
a { background-color: rgb(220,1,33); }
div.DivClassName
{
background-color: #DC0121;
}
.BgClassName
{
background-color: #DC0121;
}
</style>
border-color css
<style>
span { border-color: #DC0121; }
span { border-color: rgb(220,1,33); }
td.TdClassName
{
border-color: #DC0121;
}
.TagClassName
{
border-color: #DC0121;
}
</style>