Shades of Venetian Red #DF0209
Tints of Venetian Red #DF0209
RGB
CMYK
RGB Variations
Color information
#DF0209 (or 0xDF0209) is known color: Venetian Red. HEX triplet: DF, 02 and 09. RGB value is (223,2,9). Sum of RGB (Red+Green+Blue) = 223+2+9=234 (30% of max value = 765). Red value is 223 (87.5% from 255 or 95.30% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 9 (3.91% from 255 or 3.85% from 234); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0209 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0209 is #20FDF6. Grayscale: #454545. Windows color (decimal): -2162167 or 590559. OLE color: 590559.
HSL color Cylindrical-coordinate representation of color #DF0209: hue angle of 358.1º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF0209 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 9 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.13 |
| HSL | 358.1º | 0.98% | 0.44% | - |
| HSV(B) | 358.1º | 0.99% | 0.87% | - |
| XYZ | 30.5 | 15.75 | 1.69 | - |
| YUV | 68.88 | 94.22 | 237.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 9 | 0 | 0.99 | 0.96 | 0.13 | 358.1 | 0.98 | 0.44 |
| Hex | DF | 2 | 9 | 0 | 63 | 60 | D | 166 | 62 | 2C |
| Octal | 337 | 2 | 11 | 0 | 143 | 140 | 15 | 546 | 142 | 54 |
| Binary | 11011111 | 10 | 1001 | 0 | 1100011 | 1100000 | 1101 | 101100110 | 1100010 | 101100 |
Color Harmonies of #DF0209
Complementary color
Monochromatic Colors of #DF0209
Black with #DF0209
Text Example
Text Example
White with #DF0209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0209; }
p { color: rgb(223,2,9); }
H1.HeaderClassName
{
color: #DF0209;
}
.AnyTagClassName
{
color: #DF0209;
}
</style>
background-color css
<style>
a { background-color: #DF0209; }
a { background-color: rgb(223,2,9); }
div.DivClassName
{
background-color: #DF0209;
}
.BgClassName
{
background-color: #DF0209;
}
</style>
border-color css
<style>
span { border-color: #DF0209; }
span { border-color: rgb(223,2,9); }
td.TdClassName
{
border-color: #DF0209;
}
.TagClassName
{
border-color: #DF0209;
}
</style>