Shades of Venetian Red #DF0512
Tints of Venetian Red #DF0512
RGB
CMYK
RGB Variations
Color information
#DF0512 (or 0xDF0512) is known color: Venetian Red. HEX triplet: DF, 05 and 12. RGB value is (223,5,18). Sum of RGB (Red+Green+Blue) = 223+5+18=246 (32% of max value = 765). Red value is 223 (87.5% from 255 or 90.65% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0512 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0512 is #20FAED. Grayscale: #474747. Windows color (decimal): -2161390 or 1181151. OLE color: 1181151.
HSL color Cylindrical-coordinate representation of color #DF0512: hue angle of 356.42º 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 #DF0512 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 5 | 18 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.13 |
| HSL | 356.42º | 0.96% | 0.45% | - |
| HSV(B) | 356.42º | 0.98% | 0.87% | - |
| XYZ | 30.59 | 15.84 | 2.02 | - |
| YUV | 71.66 | 97.72 | 235.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 5 | 18 | 0 | 0.98 | 0.92 | 0.13 | 356.42 | 0.96 | 0.45 |
| Hex | DF | 5 | 12 | 0 | 62 | 5C | D | 164 | 60 | 2D |
| Octal | 337 | 5 | 22 | 0 | 142 | 134 | 15 | 544 | 140 | 55 |
| Binary | 11011111 | 101 | 10010 | 0 | 1100010 | 1011100 | 1101 | 101100100 | 1100000 | 101101 |
Color Harmonies of #DF0512
Complementary color
Monochromatic Colors of #DF0512
Black with #DF0512
Text Example
Text Example
White with #DF0512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0512; }
p { color: rgb(223,5,18); }
H1.HeaderClassName
{
color: #DF0512;
}
.AnyTagClassName
{
color: #DF0512;
}
</style>
background-color css
<style>
a { background-color: #DF0512; }
a { background-color: rgb(223,5,18); }
div.DivClassName
{
background-color: #DF0512;
}
.BgClassName
{
background-color: #DF0512;
}
</style>
border-color css
<style>
span { border-color: #DF0512; }
span { border-color: rgb(223,5,18); }
td.TdClassName
{
border-color: #DF0512;
}
.TagClassName
{
border-color: #DF0512;
}
</style>