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