Shades of Venetian Red #DF0019
Tints of Venetian Red #DF0019
RGB
CMYK
RGB Variations
Color information
#DF0019 (or 0xDF0019) is known color: Venetian Red. HEX triplet: DF, 00 and 19. RGB value is (223,0,25). Sum of RGB (Red+Green+Blue) = 223+0+25=248 (32% of max value = 765). Red value is 223 (87.5% from 255 or 89.92% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 25 (10.16% from 255 or 10.08% from 248); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0019 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0019 is #20FFE6. Grayscale: #454545. Windows color (decimal): -2162663 or 1638623. OLE color: 1638623.
HSL color Cylindrical-coordinate representation of color #DF0019: hue angle of 353.27º 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 #DF0019 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 25 | - |
| CMYK | 0 | 1 | 0.89 | 0.13 |
| HSL | 353.27º | 1% | 0.44% | - |
| HSV(B) | 353.27º | 1% | 0.87% | - |
| XYZ | 30.61 | 15.76 | 2.35 | - |
| YUV | 69.53 | 102.88 | 237.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 25 | 0 | 1 | 0.89 | 0.13 | 353.27 | 1 | 0.44 |
| Hex | DF | 0 | 19 | 0 | 64 | 59 | D | 161 | 64 | 2C |
| Octal | 337 | 0 | 31 | 0 | 144 | 131 | 15 | 541 | 144 | 54 |
| Binary | 11011111 | 0 | 11001 | 0 | 1100100 | 1011001 | 1101 | 101100001 | 1100100 | 101100 |
Color Harmonies of #DF0019
Complementary color
Monochromatic Colors of #DF0019
Black with #DF0019
Text Example
Text Example
White with #DF0019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0019; }
p { color: rgb(223,0,25); }
H1.HeaderClassName
{
color: #DF0019;
}
.AnyTagClassName
{
color: #DF0019;
}
</style>
background-color css
<style>
a { background-color: #DF0019; }
a { background-color: rgb(223,0,25); }
div.DivClassName
{
background-color: #DF0019;
}
.BgClassName
{
background-color: #DF0019;
}
</style>
border-color css
<style>
span { border-color: #DF0019; }
span { border-color: rgb(223,0,25); }
td.TdClassName
{
border-color: #DF0019;
}
.TagClassName
{
border-color: #DF0019;
}
</style>