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