Shades of Venetian Red #DF0023
Tints of Venetian Red #DF0023
RGB
CMYK
RGB Variations
Color information
#DF0023 (or 0xDF0023) is known color: Venetian Red. HEX triplet: DF, 00 and 23. RGB value is (223,0,35). Sum of RGB (Red+Green+Blue) = 223+0+35=258 (34% of max value = 765). Red value is 223 (87.5% from 255 or 86.43% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 35 (14.06% from 255 or 13.57% from 258); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0023 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0023 is #20FFDC. Grayscale: #464646. Windows color (decimal): -2162653 or 2293983. OLE color: 2293983.
HSL color Cylindrical-coordinate representation of color #DF0023: hue angle of 350.58º 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 #DF0023 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 35 | - |
| CMYK | 0 | 1 | 0.84 | 0.13 |
| HSL | 350.58º | 1% | 0.44% | - |
| HSV(B) | 350.58º | 1% | 0.87% | - |
| XYZ | 30.73 | 15.81 | 3.02 | - |
| YUV | 70.67 | 107.88 | 236.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 35 | 0 | 1 | 0.84 | 0.13 | 350.58 | 1 | 0.44 |
| Hex | DF | 0 | 23 | 0 | 64 | 54 | D | 15F | 64 | 2C |
| Octal | 337 | 0 | 43 | 0 | 144 | 124 | 15 | 537 | 144 | 54 |
| Binary | 11011111 | 0 | 100011 | 0 | 1100100 | 1010100 | 1101 | 101011111 | 1100100 | 101100 |
Color Harmonies of #DF0023
Complementary color
Monochromatic Colors of #DF0023
Black with #DF0023
Text Example
Text Example
White with #DF0023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0023; }
p { color: rgb(223,0,35); }
H1.HeaderClassName
{
color: #DF0023;
}
.AnyTagClassName
{
color: #DF0023;
}
</style>
background-color css
<style>
a { background-color: #DF0023; }
a { background-color: rgb(223,0,35); }
div.DivClassName
{
background-color: #DF0023;
}
.BgClassName
{
background-color: #DF0023;
}
</style>
border-color css
<style>
span { border-color: #DF0023; }
span { border-color: rgb(223,0,35); }
td.TdClassName
{
border-color: #DF0023;
}
.TagClassName
{
border-color: #DF0023;
}
</style>