Shades of Venetian Red #DF011C
Tints of Venetian Red #DF011C
RGB
CMYK
RGB Variations
Color information
#DF011C (or 0xDF011C) is known color: Venetian Red. HEX triplet: DF, 01 and 1C. RGB value is (223,1,28). Sum of RGB (Red+Green+Blue) = 223+1+28=252 (33% of max value = 765). Red value is 223 (87.5% from 255 or 88.49% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 28 (11.33% from 255 or 11.11% from 252); Max value from RGB is 223 - color contains mainly: red. Hex color #DF011C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF011C is #20FEE3. Grayscale: #464646. Windows color (decimal): -2162404 or 1835487. OLE color: 1835487.
HSL color Cylindrical-coordinate representation of color #DF011C: hue angle of 352.7º 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 #DF011C is Cyan = 0, Magento = 1.00, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 1 | 28 | - |
| CMYK | 0 | 1.00 | 0.87 | 0.13 |
| HSL | 352.7º | 0.99% | 0.44% | - |
| HSV(B) | 352.7º | 1% | 0.87% | - |
| XYZ | 30.65 | 15.79 | 2.53 | - |
| YUV | 70.46 | 104.05 | 236.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 1 | 28 | 0 | 1.00 | 0.87 | 0.13 | 352.7 | 0.99 | 0.44 |
| Hex | DF | 1 | 1C | 0 | 64 | 57 | D | 161 | 63 | 2C |
| Octal | 337 | 1 | 34 | 0 | 144 | 127 | 15 | 541 | 143 | 54 |
| Binary | 11011111 | 1 | 11100 | 0 | 1100100 | 1010111 | 1101 | 101100001 | 1100011 | 101100 |
Color Harmonies of #DF011C
Complementary color
Monochromatic Colors of #DF011C
Black with #DF011C
Text Example
Text Example
White with #DF011C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF011C; }
p { color: rgb(223,1,28); }
H1.HeaderClassName
{
color: #DF011C;
}
.AnyTagClassName
{
color: #DF011C;
}
</style>
background-color css
<style>
a { background-color: #DF011C; }
a { background-color: rgb(223,1,28); }
div.DivClassName
{
background-color: #DF011C;
}
.BgClassName
{
background-color: #DF011C;
}
</style>
border-color css
<style>
span { border-color: #DF011C; }
span { border-color: rgb(223,1,28); }
td.TdClassName
{
border-color: #DF011C;
}
.TagClassName
{
border-color: #DF011C;
}
</style>