Shades of Venetian Red #DF0910
Tints of Venetian Red #DF0910
RGB
CMYK
RGB Variations
Color information
#DF0910 (or 0xDF0910) is known color: Venetian Red. HEX triplet: DF, 09 and 10. RGB value is (223,9,16). Sum of RGB (Red+Green+Blue) = 223+9+16=248 (32% of max value = 765). Red value is 223 (87.5% from 255 or 89.92% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 16 (6.64% from 255 or 6.45% from 248); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0910 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0910 is #20F6EF. Grayscale: #494949. Windows color (decimal): -2160368 or 1051103. OLE color: 1051103.
HSL color Cylindrical-coordinate representation of color #DF0910: hue angle of 358.04º 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 #DF0910 is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 16 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.13 |
| HSL | 358.04º | 0.92% | 0.45% | - |
| HSV(B) | 358.04º | 0.96% | 0.87% | - |
| XYZ | 30.62 | 15.92 | 1.95 | - |
| YUV | 73.78 | 95.4 | 234.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 16 | 0 | 0.96 | 0.93 | 0.13 | 358.04 | 0.92 | 0.45 |
| Hex | DF | 9 | 10 | 0 | 60 | 5D | D | 166 | 5C | 2D |
| Octal | 337 | 11 | 20 | 0 | 140 | 135 | 15 | 546 | 134 | 55 |
| Binary | 11011111 | 1001 | 10000 | 0 | 1100000 | 1011101 | 1101 | 101100110 | 1011100 | 101101 |
Color Harmonies of #DF0910
Complementary color
Monochromatic Colors of #DF0910
Black with #DF0910
Text Example
Text Example
White with #DF0910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0910; }
p { color: rgb(223,9,16); }
H1.HeaderClassName
{
color: #DF0910;
}
.AnyTagClassName
{
color: #DF0910;
}
</style>
background-color css
<style>
a { background-color: #DF0910; }
a { background-color: rgb(223,9,16); }
div.DivClassName
{
background-color: #DF0910;
}
.BgClassName
{
background-color: #DF0910;
}
</style>
border-color css
<style>
span { border-color: #DF0910; }
span { border-color: rgb(223,9,16); }
td.TdClassName
{
border-color: #DF0910;
}
.TagClassName
{
border-color: #DF0910;
}
</style>