Shades of Venetian Red #DF0915
Tints of Venetian Red #DF0915
RGB
CMYK
RGB Variations
Color information
#DF0915 (or 0xDF0915) is known color: Venetian Red. HEX triplet: DF, 09 and 15. RGB value is (223,9,21). Sum of RGB (Red+Green+Blue) = 223+9+21=253 (33% of max value = 765). Red value is 223 (87.5% from 255 or 88.14% from 253); Green value is 9 (3.91% from 255 or 3.56% from 253); Blue value is 21 (8.59% from 255 or 8.30% from 253); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0915 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0915 is #20F6EA. Grayscale: #4A4A4A. Windows color (decimal): -2160363 or 1378783. OLE color: 1378783.
HSL color Cylindrical-coordinate representation of color #DF0915: hue angle of 356.64º 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 #DF0915 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 21 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.13 |
| HSL | 356.64º | 0.92% | 0.45% | - |
| HSV(B) | 356.64º | 0.96% | 0.87% | - |
| XYZ | 30.66 | 15.94 | 2.17 | - |
| YUV | 74.35 | 97.9 | 234.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 21 | 0 | 0.96 | 0.91 | 0.13 | 356.64 | 0.92 | 0.45 |
| Hex | DF | 9 | 15 | 0 | 60 | 5B | D | 165 | 5C | 2D |
| Octal | 337 | 11 | 25 | 0 | 140 | 133 | 15 | 545 | 134 | 55 |
| Binary | 11011111 | 1001 | 10101 | 0 | 1100000 | 1011011 | 1101 | 101100101 | 1011100 | 101101 |
Color Harmonies of #DF0915
Complementary color
Monochromatic Colors of #DF0915
Black with #DF0915
Text Example
Text Example
White with #DF0915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0915; }
p { color: rgb(223,9,21); }
H1.HeaderClassName
{
color: #DF0915;
}
.AnyTagClassName
{
color: #DF0915;
}
</style>
background-color css
<style>
a { background-color: #DF0915; }
a { background-color: rgb(223,9,21); }
div.DivClassName
{
background-color: #DF0915;
}
.BgClassName
{
background-color: #DF0915;
}
</style>
border-color css
<style>
span { border-color: #DF0915; }
span { border-color: rgb(223,9,21); }
td.TdClassName
{
border-color: #DF0915;
}
.TagClassName
{
border-color: #DF0915;
}
</style>