Shades of Venetian Red #DF0020
Tints of Venetian Red #DF0020
RGB
CMYK
RGB Variations
Color information
#DF0020 (or 0xDF0020) is known color: Venetian Red. HEX triplet: DF, 00 and 20. RGB value is (223,0,32). Sum of RGB (Red+Green+Blue) = 223+0+32=255 (33% of max value = 765). Red value is 223 (87.5% from 255 or 87.45% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0020 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0020 is #20FFDF. Grayscale: #464646. Windows color (decimal): -2162656 or 2097375. OLE color: 2097375.
HSL color Cylindrical-coordinate representation of color #DF0020: hue angle of 351.39º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF0020 is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 32 | - |
| CMYK | 0 | 1 | 0.86 | 0.13 |
| HSL | 351.39º | 1% | 0.44% | - |
| HSV(B) | 351.39º | 1% | 0.87% | - |
| XYZ | 30.69 | 15.79 | 2.8 | - |
| YUV | 70.33 | 106.38 | 236.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 32 | 0 | 1 | 0.86 | 0.13 | 351.39 | 1 | 0.44 |
| Hex | DF | 0 | 20 | 0 | 64 | 56 | D | 15F | 64 | 2C |
| Octal | 337 | 0 | 40 | 0 | 144 | 126 | 15 | 537 | 144 | 54 |
| Binary | 11011111 | 0 | 100000 | 0 | 1100100 | 1010110 | 1101 | 101011111 | 1100100 | 101100 |
Color Harmonies of #DF0020
Complementary color
Monochromatic Colors of #DF0020
Black with #DF0020
Text Example
Text Example
White with #DF0020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0020; }
p { color: rgb(223,0,32); }
H1.HeaderClassName
{
color: #DF0020;
}
.AnyTagClassName
{
color: #DF0020;
}
</style>
background-color css
<style>
a { background-color: #DF0020; }
a { background-color: rgb(223,0,32); }
div.DivClassName
{
background-color: #DF0020;
}
.BgClassName
{
background-color: #DF0020;
}
</style>
border-color css
<style>
span { border-color: #DF0020; }
span { border-color: rgb(223,0,32); }
td.TdClassName
{
border-color: #DF0020;
}
.TagClassName
{
border-color: #DF0020;
}
</style>