Shades of Venetian Red #DC021F
Tints of Venetian Red #DC021F
RGB
CMYK
RGB Variations
Color information
#DC021F (or 0xDC021F) is known color: Venetian Red. HEX triplet: DC, 02 and 1F. RGB value is (220,2,31). Sum of RGB (Red+Green+Blue) = 220+2+31=253 (33% of max value = 765). Red value is 220 (86.33% from 255 or 86.96% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 31 (12.5% from 255 or 12.25% from 253); Max value from RGB is 220 - color contains mainly: red. Hex color #DC021F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC021F is #23FDE0. Grayscale: #464646. Windows color (decimal): -2358753 or 2032348. OLE color: 2032348.
HSL color Cylindrical-coordinate representation of color #DC021F: hue angle of 352.02º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC021F is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 31 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.14 |
| HSL | 352.02º | 0.98% | 0.44% | - |
| HSV(B) | 352.02º | 0.99% | 0.86% | - |
| XYZ | 29.78 | 15.36 | 2.69 | - |
| YUV | 70.49 | 105.72 | 234.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 31 | 0 | 0.99 | 0.86 | 0.14 | 352.02 | 0.98 | 0.44 |
| Hex | DC | 2 | 1F | 0 | 63 | 56 | E | 160 | 62 | 2C |
| Octal | 334 | 2 | 37 | 0 | 143 | 126 | 16 | 540 | 142 | 54 |
| Binary | 11011100 | 10 | 11111 | 0 | 1100011 | 1010110 | 1110 | 101100000 | 1100010 | 101100 |
Color Harmonies of #DC021F
Complementary color
Monochromatic Colors of #DC021F
Black with #DC021F
Text Example
Text Example
White with #DC021F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC021F; }
p { color: rgb(220,2,31); }
H1.HeaderClassName
{
color: #DC021F;
}
.AnyTagClassName
{
color: #DC021F;
}
</style>
background-color css
<style>
a { background-color: #DC021F; }
a { background-color: rgb(220,2,31); }
div.DivClassName
{
background-color: #DC021F;
}
.BgClassName
{
background-color: #DC021F;
}
</style>
border-color css
<style>
span { border-color: #DC021F; }
span { border-color: rgb(220,2,31); }
td.TdClassName
{
border-color: #DC021F;
}
.TagClassName
{
border-color: #DC021F;
}
</style>