Shades of Venetian Red #DF0509
Tints of Venetian Red #DF0509
RGB
CMYK
RGB Variations
Color information
#DF0509 (or 0xDF0509) is known color: Venetian Red. HEX triplet: DF, 05 and 09. RGB value is (223,5,9). Sum of RGB (Red+Green+Blue) = 223+5+9=237 (31% of max value = 765). Red value is 223 (87.5% from 255 or 94.09% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 9 (3.91% from 255 or 3.80% from 237); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0509 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0509 is #20FAF6. Grayscale: #464646. Windows color (decimal): -2161399 or 591327. OLE color: 591327.
HSL color Cylindrical-coordinate representation of color #DF0509: hue angle of 358.9º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF0509 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 5 | 9 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.13 |
| HSL | 358.9º | 0.96% | 0.45% | - |
| HSV(B) | 358.9º | 0.98% | 0.87% | - |
| XYZ | 30.54 | 15.82 | 1.7 | - |
| YUV | 70.64 | 93.22 | 236.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 5 | 9 | 0 | 0.98 | 0.96 | 0.13 | 358.9 | 0.96 | 0.45 |
| Hex | DF | 5 | 9 | 0 | 62 | 60 | D | 167 | 60 | 2D |
| Octal | 337 | 5 | 11 | 0 | 142 | 140 | 15 | 547 | 140 | 55 |
| Binary | 11011111 | 101 | 1001 | 0 | 1100010 | 1100000 | 1101 | 101100111 | 1100000 | 101101 |
Color Harmonies of #DF0509
Complementary color
Monochromatic Colors of #DF0509
Black with #DF0509
Text Example
Text Example
White with #DF0509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0509; }
p { color: rgb(223,5,9); }
H1.HeaderClassName
{
color: #DF0509;
}
.AnyTagClassName
{
color: #DF0509;
}
</style>
background-color css
<style>
a { background-color: #DF0509; }
a { background-color: rgb(223,5,9); }
div.DivClassName
{
background-color: #DF0509;
}
.BgClassName
{
background-color: #DF0509;
}
</style>
border-color css
<style>
span { border-color: #DF0509; }
span { border-color: rgb(223,5,9); }
td.TdClassName
{
border-color: #DF0509;
}
.TagClassName
{
border-color: #DF0509;
}
</style>