Shades of Venetian Red #DF0120
Tints of Venetian Red #DF0120
RGB
CMYK
RGB Variations
Color information
#DF0120 (or 0xDF0120) is known color: Venetian Red. HEX triplet: DF, 01 and 20. RGB value is (223,1,32). Sum of RGB (Red+Green+Blue) = 223+1+32=256 (33% of max value = 765). Red value is 223 (87.5% from 255 or 87.11% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0120 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0120 is #20FEDF. Grayscale: #474747. Windows color (decimal): -2162400 or 2097631. OLE color: 2097631.
HSL color Cylindrical-coordinate representation of color #DF0120: hue angle of 351.62º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF0120 is Cyan = 0, Magento = 1.00, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 1 | 32 | - |
| CMYK | 0 | 1.00 | 0.86 | 0.13 |
| HSL | 351.62º | 0.99% | 0.44% | - |
| HSV(B) | 351.62º | 1% | 0.87% | - |
| XYZ | 30.7 | 15.81 | 2.8 | - |
| YUV | 70.91 | 106.05 | 236.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 1 | 32 | 0 | 1.00 | 0.86 | 0.13 | 351.62 | 0.99 | 0.44 |
| Hex | DF | 1 | 20 | 0 | 64 | 56 | D | 160 | 63 | 2C |
| Octal | 337 | 1 | 40 | 0 | 144 | 126 | 15 | 540 | 143 | 54 |
| Binary | 11011111 | 1 | 100000 | 0 | 1100100 | 1010110 | 1101 | 101100000 | 1100011 | 101100 |
Color Harmonies of #DF0120
Complementary color
Monochromatic Colors of #DF0120
Black with #DF0120
Text Example
Text Example
White with #DF0120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0120; }
p { color: rgb(223,1,32); }
H1.HeaderClassName
{
color: #DF0120;
}
.AnyTagClassName
{
color: #DF0120;
}
</style>
background-color css
<style>
a { background-color: #DF0120; }
a { background-color: rgb(223,1,32); }
div.DivClassName
{
background-color: #DF0120;
}
.BgClassName
{
background-color: #DF0120;
}
</style>
border-color css
<style>
span { border-color: #DF0120; }
span { border-color: rgb(223,1,32); }
td.TdClassName
{
border-color: #DF0120;
}
.TagClassName
{
border-color: #DF0120;
}
</style>