Shades of Venetian Red #DF0317
Tints of Venetian Red #DF0317
RGB
CMYK
RGB Variations
Color information
#DF0317 (or 0xDF0317) is known color: Venetian Red. HEX triplet: DF, 03 and 17. RGB value is (223,3,23). Sum of RGB (Red+Green+Blue) = 223+3+23=249 (32% of max value = 765). Red value is 223 (87.5% from 255 or 89.56% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 23 (9.38% from 255 or 9.24% from 249); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0317 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0317 is #20FCE8. Grayscale: #474747. Windows color (decimal): -2161897 or 1508319. OLE color: 1508319.
HSL color Cylindrical-coordinate representation of color #DF0317: hue angle of 354.55º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF0317 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 23 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.13 |
| HSL | 354.55º | 0.97% | 0.44% | - |
| HSV(B) | 354.55º | 0.99% | 0.87% | - |
| XYZ | 30.62 | 15.81 | 2.25 | - |
| YUV | 71.06 | 100.89 | 236.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 23 | 0 | 0.99 | 0.90 | 0.13 | 354.55 | 0.97 | 0.44 |
| Hex | DF | 3 | 17 | 0 | 63 | 5A | D | 163 | 61 | 2C |
| Octal | 337 | 3 | 27 | 0 | 143 | 132 | 15 | 543 | 141 | 54 |
| Binary | 11011111 | 11 | 10111 | 0 | 1100011 | 1011010 | 1101 | 101100011 | 1100001 | 101100 |
Color Harmonies of #DF0317
Complementary color
Monochromatic Colors of #DF0317
Black with #DF0317
Text Example
Text Example
White with #DF0317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0317; }
p { color: rgb(223,3,23); }
H1.HeaderClassName
{
color: #DF0317;
}
.AnyTagClassName
{
color: #DF0317;
}
</style>
background-color css
<style>
a { background-color: #DF0317; }
a { background-color: rgb(223,3,23); }
div.DivClassName
{
background-color: #DF0317;
}
.BgClassName
{
background-color: #DF0317;
}
</style>
border-color css
<style>
span { border-color: #DF0317; }
span { border-color: rgb(223,3,23); }
td.TdClassName
{
border-color: #DF0317;
}
.TagClassName
{
border-color: #DF0317;
}
</style>