Shades of Venetian Red #DF001F
Tints of Venetian Red #DF001F
RGB
CMYK
RGB Variations
Color information
#DF001F (or 0xDF001F) is known color: Venetian Red. HEX triplet: DF, 00 and 1F. RGB value is (223,0,31). Sum of RGB (Red+Green+Blue) = 223+0+31=254 (33% of max value = 765). Red value is 223 (87.5% from 255 or 87.80% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 31 (12.5% from 255 or 12.20% from 254); Max value from RGB is 223 - color contains mainly: red. Hex color #DF001F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF001F is #20FFE0. Grayscale: #464646. Windows color (decimal): -2162657 or 2031839. OLE color: 2031839.
HSL color Cylindrical-coordinate representation of color #DF001F: hue angle of 351.66º 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 #DF001F is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 31 | - |
| CMYK | 0 | 1 | 0.86 | 0.13 |
| HSL | 351.66º | 1% | 0.44% | - |
| HSV(B) | 351.66º | 1% | 0.87% | - |
| XYZ | 30.68 | 15.79 | 2.73 | - |
| YUV | 70.21 | 105.88 | 236.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 31 | 0 | 1 | 0.86 | 0.13 | 351.66 | 1 | 0.44 |
| Hex | DF | 0 | 1F | 0 | 64 | 56 | D | 160 | 64 | 2C |
| Octal | 337 | 0 | 37 | 0 | 144 | 126 | 15 | 540 | 144 | 54 |
| Binary | 11011111 | 0 | 11111 | 0 | 1100100 | 1010110 | 1101 | 101100000 | 1100100 | 101100 |
Color Harmonies of #DF001F
Complementary color
Monochromatic Colors of #DF001F
Black with #DF001F
Text Example
Text Example
White with #DF001F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF001F; }
p { color: rgb(223,0,31); }
H1.HeaderClassName
{
color: #DF001F;
}
.AnyTagClassName
{
color: #DF001F;
}
</style>
background-color css
<style>
a { background-color: #DF001F; }
a { background-color: rgb(223,0,31); }
div.DivClassName
{
background-color: #DF001F;
}
.BgClassName
{
background-color: #DF001F;
}
</style>
border-color css
<style>
span { border-color: #DF001F; }
span { border-color: rgb(223,0,31); }
td.TdClassName
{
border-color: #DF001F;
}
.TagClassName
{
border-color: #DF001F;
}
</style>