Shades of Venetian Red #DF050D
Tints of Venetian Red #DF050D
RGB
CMYK
RGB Variations
Color information
#DF050D (or 0xDF050D) is known color: Venetian Red. HEX triplet: DF, 05 and 0D. RGB value is (223,5,13). Sum of RGB (Red+Green+Blue) = 223+5+13=241 (31% of max value = 765). Red value is 223 (87.5% from 255 or 92.53% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 13 (5.47% from 255 or 5.39% from 241); Max value from RGB is 223 - color contains mainly: red. Hex color #DF050D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF050D is #20FAF2. Grayscale: #474747. Windows color (decimal): -2161395 or 853471. OLE color: 853471.
HSL color Cylindrical-coordinate representation of color #DF050D: hue angle of 357.8º 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 #DF050D is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 5 | 13 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.13 |
| HSL | 357.8º | 0.96% | 0.45% | - |
| HSV(B) | 357.8º | 0.98% | 0.87% | - |
| XYZ | 30.56 | 15.83 | 1.82 | - |
| YUV | 71.09 | 95.22 | 236.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 5 | 13 | 0 | 0.98 | 0.94 | 0.13 | 357.8 | 0.96 | 0.45 |
| Hex | DF | 5 | D | 0 | 62 | 5E | D | 166 | 60 | 2D |
| Octal | 337 | 5 | 15 | 0 | 142 | 136 | 15 | 546 | 140 | 55 |
| Binary | 11011111 | 101 | 1101 | 0 | 1100010 | 1011110 | 1101 | 101100110 | 1100000 | 101101 |
Color Harmonies of #DF050D
Complementary color
Monochromatic Colors of #DF050D
Black with #DF050D
Text Example
Text Example
White with #DF050D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF050D; }
p { color: rgb(223,5,13); }
H1.HeaderClassName
{
color: #DF050D;
}
.AnyTagClassName
{
color: #DF050D;
}
</style>
background-color css
<style>
a { background-color: #DF050D; }
a { background-color: rgb(223,5,13); }
div.DivClassName
{
background-color: #DF050D;
}
.BgClassName
{
background-color: #DF050D;
}
</style>
border-color css
<style>
span { border-color: #DF050D; }
span { border-color: rgb(223,5,13); }
td.TdClassName
{
border-color: #DF050D;
}
.TagClassName
{
border-color: #DF050D;
}
</style>