Shades of Venetian Red #DF0917
Tints of Venetian Red #DF0917
RGB
CMYK
RGB Variations
Color information
#DF0917 (or 0xDF0917) is known color: Venetian Red. HEX triplet: DF, 09 and 17. RGB value is (223,9,23). Sum of RGB (Red+Green+Blue) = 223+9+23=255 (33% of max value = 765). Red value is 223 (87.5% from 255 or 87.45% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 23 (9.38% from 255 or 9.02% from 255); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0917 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0917 is #20F6E8. Grayscale: #4A4A4A. Windows color (decimal): -2160361 or 1509855. OLE color: 1509855.
HSL color Cylindrical-coordinate representation of color #DF0917: hue angle of 356.07º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF0917 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 23 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.13 |
| HSL | 356.07º | 0.92% | 0.45% | - |
| HSV(B) | 356.07º | 0.96% | 0.87% | - |
| XYZ | 30.68 | 15.95 | 2.27 | - |
| YUV | 74.58 | 98.9 | 233.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 23 | 0 | 0.96 | 0.90 | 0.13 | 356.07 | 0.92 | 0.45 |
| Hex | DF | 9 | 17 | 0 | 60 | 5A | D | 164 | 5C | 2D |
| Octal | 337 | 11 | 27 | 0 | 140 | 132 | 15 | 544 | 134 | 55 |
| Binary | 11011111 | 1001 | 10111 | 0 | 1100000 | 1011010 | 1101 | 101100100 | 1011100 | 101101 |
Color Harmonies of #DF0917
Complementary color
Monochromatic Colors of #DF0917
Black with #DF0917
Text Example
Text Example
White with #DF0917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0917; }
p { color: rgb(223,9,23); }
H1.HeaderClassName
{
color: #DF0917;
}
.AnyTagClassName
{
color: #DF0917;
}
</style>
background-color css
<style>
a { background-color: #DF0917; }
a { background-color: rgb(223,9,23); }
div.DivClassName
{
background-color: #DF0917;
}
.BgClassName
{
background-color: #DF0917;
}
</style>
border-color css
<style>
span { border-color: #DF0917; }
span { border-color: rgb(223,9,23); }
td.TdClassName
{
border-color: #DF0917;
}
.TagClassName
{
border-color: #DF0917;
}
</style>