Shades of Venetian Red #DF001D
Tints of Venetian Red #DF001D
RGB
CMYK
RGB Variations
Color information
#DF001D (or 0xDF001D) is known color: Venetian Red. HEX triplet: DF, 00 and 1D. RGB value is (223,0,29). Sum of RGB (Red+Green+Blue) = 223+0+29=252 (33% of max value = 765). Red value is 223 (87.5% from 255 or 88.49% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 223 - color contains mainly: red. Hex color #DF001D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF001D is #20FFE2. Grayscale: #464646. Windows color (decimal): -2162659 or 1900767. OLE color: 1900767.
HSL color Cylindrical-coordinate representation of color #DF001D: hue angle of 352.2º 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 #DF001D is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 29 | - |
| CMYK | 0 | 1 | 0.87 | 0.13 |
| HSL | 352.2º | 1% | 0.44% | - |
| HSV(B) | 352.2º | 1% | 0.87% | - |
| XYZ | 30.65 | 15.78 | 2.59 | - |
| YUV | 69.98 | 104.88 | 237.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 29 | 0 | 1 | 0.87 | 0.13 | 352.2 | 1 | 0.44 |
| Hex | DF | 0 | 1D | 0 | 64 | 57 | D | 160 | 64 | 2C |
| Octal | 337 | 0 | 35 | 0 | 144 | 127 | 15 | 540 | 144 | 54 |
| Binary | 11011111 | 0 | 11101 | 0 | 1100100 | 1010111 | 1101 | 101100000 | 1100100 | 101100 |
Color Harmonies of #DF001D
Complementary color
Monochromatic Colors of #DF001D
Black with #DF001D
Text Example
Text Example
White with #DF001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF001D; }
p { color: rgb(223,0,29); }
H1.HeaderClassName
{
color: #DF001D;
}
.AnyTagClassName
{
color: #DF001D;
}
</style>
background-color css
<style>
a { background-color: #DF001D; }
a { background-color: rgb(223,0,29); }
div.DivClassName
{
background-color: #DF001D;
}
.BgClassName
{
background-color: #DF001D;
}
</style>
border-color css
<style>
span { border-color: #DF001D; }
span { border-color: rgb(223,0,29); }
td.TdClassName
{
border-color: #DF001D;
}
.TagClassName
{
border-color: #DF001D;
}
</style>