Shades of Venetian Red #DF070B
Tints of Venetian Red #DF070B
RGB
CMYK
RGB Variations
Color information
#DF070B (or 0xDF070B) is known color: Venetian Red. HEX triplet: DF, 07 and 0B. RGB value is (223,7,11). Sum of RGB (Red+Green+Blue) = 223+7+11=241 (31% of max value = 765). Red value is 223 (87.5% from 255 or 92.53% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 11 (4.69% from 255 or 4.56% from 241); Max value from RGB is 223 - color contains mainly: red. Hex color #DF070B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF070B is #20F8F4. Grayscale: #484848. Windows color (decimal): -2160885 or 722911. OLE color: 722911.
HSL color Cylindrical-coordinate representation of color #DF070B: hue angle of 358.89º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF070B is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 7 | 11 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.13 |
| HSL | 358.89º | 0.94% | 0.45% | - |
| HSV(B) | 358.89º | 0.97% | 0.87% | - |
| XYZ | 30.57 | 15.86 | 1.77 | - |
| YUV | 72.04 | 93.56 | 235.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 7 | 11 | 0 | 0.97 | 0.95 | 0.13 | 358.89 | 0.94 | 0.45 |
| Hex | DF | 7 | B | 0 | 61 | 5F | D | 167 | 5E | 2D |
| Octal | 337 | 7 | 13 | 0 | 141 | 137 | 15 | 547 | 136 | 55 |
| Binary | 11011111 | 111 | 1011 | 0 | 1100001 | 1011111 | 1101 | 101100111 | 1011110 | 101101 |
Color Harmonies of #DF070B
Complementary color
Monochromatic Colors of #DF070B
Black with #DF070B
Text Example
Text Example
White with #DF070B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF070B; }
p { color: rgb(223,7,11); }
H1.HeaderClassName
{
color: #DF070B;
}
.AnyTagClassName
{
color: #DF070B;
}
</style>
background-color css
<style>
a { background-color: #DF070B; }
a { background-color: rgb(223,7,11); }
div.DivClassName
{
background-color: #DF070B;
}
.BgClassName
{
background-color: #DF070B;
}
</style>
border-color css
<style>
span { border-color: #DF070B; }
span { border-color: rgb(223,7,11); }
td.TdClassName
{
border-color: #DF070B;
}
.TagClassName
{
border-color: #DF070B;
}
</style>