Shades of Venetian Red #DF0119
Tints of Venetian Red #DF0119
RGB
CMYK
RGB Variations
Color information
#DF0119 (or 0xDF0119) is known color: Venetian Red. HEX triplet: DF, 01 and 19. RGB value is (223,1,25). Sum of RGB (Red+Green+Blue) = 223+1+25=249 (32% of max value = 765). Red value is 223 (87.5% from 255 or 89.56% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 25 (10.16% from 255 or 10.04% from 249); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0119 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0119 is #20FEE6. Grayscale: #464646. Windows color (decimal): -2162407 or 1638879. OLE color: 1638879.
HSL color Cylindrical-coordinate representation of color #DF0119: hue angle of 353.51º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF0119 is Cyan = 0, Magento = 1.00, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 1 | 25 | - |
| CMYK | 0 | 1.00 | 0.89 | 0.13 |
| HSL | 353.51º | 0.99% | 0.44% | - |
| HSV(B) | 353.51º | 1% | 0.87% | - |
| XYZ | 30.62 | 15.78 | 2.35 | - |
| YUV | 70.11 | 102.55 | 237.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 1 | 25 | 0 | 1.00 | 0.89 | 0.13 | 353.51 | 0.99 | 0.44 |
| Hex | DF | 1 | 19 | 0 | 64 | 59 | D | 162 | 63 | 2C |
| Octal | 337 | 1 | 31 | 0 | 144 | 131 | 15 | 542 | 143 | 54 |
| Binary | 11011111 | 1 | 11001 | 0 | 1100100 | 1011001 | 1101 | 101100010 | 1100011 | 101100 |
Color Harmonies of #DF0119
Complementary color
Monochromatic Colors of #DF0119
Black with #DF0119
Text Example
Text Example
White with #DF0119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0119; }
p { color: rgb(223,1,25); }
H1.HeaderClassName
{
color: #DF0119;
}
.AnyTagClassName
{
color: #DF0119;
}
</style>
background-color css
<style>
a { background-color: #DF0119; }
a { background-color: rgb(223,1,25); }
div.DivClassName
{
background-color: #DF0119;
}
.BgClassName
{
background-color: #DF0119;
}
</style>
border-color css
<style>
span { border-color: #DF0119; }
span { border-color: rgb(223,1,25); }
td.TdClassName
{
border-color: #DF0119;
}
.TagClassName
{
border-color: #DF0119;
}
</style>