Shades of Venetian Red #DF050B
Tints of Venetian Red #DF050B
RGB
CMYK
RGB Variations
Color information
#DF050B (or 0xDF050B) is known color: Venetian Red. HEX triplet: DF, 05 and 0B. RGB value is (223,5,11). Sum of RGB (Red+Green+Blue) = 223+5+11=239 (31% of max value = 765). Red value is 223 (87.5% from 255 or 93.31% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 11 (4.69% from 255 or 4.60% from 239); Max value from RGB is 223 - color contains mainly: red. Hex color #DF050B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF050B is #20FAF4. Grayscale: #474747. Windows color (decimal): -2161397 or 722399. OLE color: 722399.
HSL color Cylindrical-coordinate representation of color #DF050B: hue angle of 358.35º 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 #DF050B is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 5 | 11 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.13 |
| HSL | 358.35º | 0.96% | 0.45% | - |
| HSV(B) | 358.35º | 0.98% | 0.87% | - |
| XYZ | 30.55 | 15.82 | 1.76 | - |
| YUV | 70.87 | 94.22 | 236.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 5 | 11 | 0 | 0.98 | 0.95 | 0.13 | 358.35 | 0.96 | 0.45 |
| Hex | DF | 5 | B | 0 | 62 | 5F | D | 166 | 60 | 2D |
| Octal | 337 | 5 | 13 | 0 | 142 | 137 | 15 | 546 | 140 | 55 |
| Binary | 11011111 | 101 | 1011 | 0 | 1100010 | 1011111 | 1101 | 101100110 | 1100000 | 101101 |
Color Harmonies of #DF050B
Complementary color
Monochromatic Colors of #DF050B
Black with #DF050B
Text Example
Text Example
White with #DF050B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF050B; }
p { color: rgb(223,5,11); }
H1.HeaderClassName
{
color: #DF050B;
}
.AnyTagClassName
{
color: #DF050B;
}
</style>
background-color css
<style>
a { background-color: #DF050B; }
a { background-color: rgb(223,5,11); }
div.DivClassName
{
background-color: #DF050B;
}
.BgClassName
{
background-color: #DF050B;
}
</style>
border-color css
<style>
span { border-color: #DF050B; }
span { border-color: rgb(223,5,11); }
td.TdClassName
{
border-color: #DF050B;
}
.TagClassName
{
border-color: #DF050B;
}
</style>