Shades of Venetian Red #DF051C
Tints of Venetian Red #DF051C
RGB
CMYK
RGB Variations
Color information
#DF051C (or 0xDF051C) is known color: Venetian Red. HEX triplet: DF, 05 and 1C. RGB value is (223,5,28). Sum of RGB (Red+Green+Blue) = 223+5+28=256 (33% of max value = 765). Red value is 223 (87.5% from 255 or 87.11% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 28 (11.33% from 255 or 10.94% from 256); Max value from RGB is 223 - color contains mainly: red. Hex color #DF051C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF051C is #20FAE3. Grayscale: #484848. Windows color (decimal): -2161380 or 1836511. OLE color: 1836511.
HSL color Cylindrical-coordinate representation of color #DF051C: hue angle of 353.67º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF051C is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 5 | 28 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.13 |
| HSL | 353.67º | 0.96% | 0.45% | - |
| HSV(B) | 353.67º | 0.98% | 0.87% | - |
| XYZ | 30.7 | 15.88 | 2.55 | - |
| YUV | 72.8 | 102.72 | 235.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 5 | 28 | 0 | 0.98 | 0.87 | 0.13 | 353.67 | 0.96 | 0.45 |
| Hex | DF | 5 | 1C | 0 | 62 | 57 | D | 162 | 60 | 2D |
| Octal | 337 | 5 | 34 | 0 | 142 | 127 | 15 | 542 | 140 | 55 |
| Binary | 11011111 | 101 | 11100 | 0 | 1100010 | 1010111 | 1101 | 101100010 | 1100000 | 101101 |
Color Harmonies of #DF051C
Complementary color
Monochromatic Colors of #DF051C
Black with #DF051C
Text Example
Text Example
White with #DF051C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF051C; }
p { color: rgb(223,5,28); }
H1.HeaderClassName
{
color: #DF051C;
}
.AnyTagClassName
{
color: #DF051C;
}
</style>
background-color css
<style>
a { background-color: #DF051C; }
a { background-color: rgb(223,5,28); }
div.DivClassName
{
background-color: #DF051C;
}
.BgClassName
{
background-color: #DF051C;
}
</style>
border-color css
<style>
span { border-color: #DF051C; }
span { border-color: rgb(223,5,28); }
td.TdClassName
{
border-color: #DF051C;
}
.TagClassName
{
border-color: #DF051C;
}
</style>