Shades of Venetian Red #DF0022
Tints of Venetian Red #DF0022
RGB
CMYK
RGB Variations
Color information
#DF0022 (or 0xDF0022) is known color: Venetian Red. HEX triplet: DF, 00 and 22. RGB value is (223,0,34). Sum of RGB (Red+Green+Blue) = 223+0+34=257 (34% of max value = 765). Red value is 223 (87.5% from 255 or 86.77% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 34 (13.67% from 255 or 13.23% from 257); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0022 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0022 is #20FFDD. Grayscale: #464646. Windows color (decimal): -2162654 or 2228447. OLE color: 2228447.
HSL color Cylindrical-coordinate representation of color #DF0022: hue angle of 350.85º 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 #DF0022 is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 34 | - |
| CMYK | 0 | 1 | 0.85 | 0.13 |
| HSL | 350.85º | 1% | 0.44% | - |
| HSV(B) | 350.85º | 1% | 0.87% | - |
| XYZ | 30.72 | 15.8 | 2.94 | - |
| YUV | 70.55 | 107.38 | 236.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 34 | 0 | 1 | 0.85 | 0.13 | 350.85 | 1 | 0.44 |
| Hex | DF | 0 | 22 | 0 | 64 | 55 | D | 15F | 64 | 2C |
| Octal | 337 | 0 | 42 | 0 | 144 | 125 | 15 | 537 | 144 | 54 |
| Binary | 11011111 | 0 | 100010 | 0 | 1100100 | 1010101 | 1101 | 101011111 | 1100100 | 101100 |
Color Harmonies of #DF0022
Complementary color
Monochromatic Colors of #DF0022
Black with #DF0022
Text Example
Text Example
White with #DF0022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0022; }
p { color: rgb(223,0,34); }
H1.HeaderClassName
{
color: #DF0022;
}
.AnyTagClassName
{
color: #DF0022;
}
</style>
background-color css
<style>
a { background-color: #DF0022; }
a { background-color: rgb(223,0,34); }
div.DivClassName
{
background-color: #DF0022;
}
.BgClassName
{
background-color: #DF0022;
}
</style>
border-color css
<style>
span { border-color: #DF0022; }
span { border-color: rgb(223,0,34); }
td.TdClassName
{
border-color: #DF0022;
}
.TagClassName
{
border-color: #DF0022;
}
</style>