Shades of Venetian Red #DF020B
Tints of Venetian Red #DF020B
RGB
CMYK
RGB Variations
Color information
#DF020B (or 0xDF020B) is known color: Venetian Red. HEX triplet: DF, 02 and 0B. RGB value is (223,2,11). Sum of RGB (Red+Green+Blue) = 223+2+11=236 (31% of max value = 765). Red value is 223 (87.5% from 255 or 94.49% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 11 (4.69% from 255 or 4.66% from 236); Max value from RGB is 223 - color contains mainly: red. Hex color #DF020B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF020B is #20FDF4. Grayscale: #454545. Windows color (decimal): -2162165 or 721631. OLE color: 721631.
HSL color Cylindrical-coordinate representation of color #DF020B: hue angle of 357.56º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF020B is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 11 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.13 |
| HSL | 357.56º | 0.98% | 0.44% | - |
| HSV(B) | 357.56º | 0.99% | 0.87% | - |
| XYZ | 30.51 | 15.76 | 1.75 | - |
| YUV | 69.11 | 95.22 | 237.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 11 | 0 | 0.99 | 0.95 | 0.13 | 357.56 | 0.98 | 0.44 |
| Hex | DF | 2 | B | 0 | 63 | 5F | D | 166 | 62 | 2C |
| Octal | 337 | 2 | 13 | 0 | 143 | 137 | 15 | 546 | 142 | 54 |
| Binary | 11011111 | 10 | 1011 | 0 | 1100011 | 1011111 | 1101 | 101100110 | 1100010 | 101100 |
Color Harmonies of #DF020B
Complementary color
Monochromatic Colors of #DF020B
Black with #DF020B
Text Example
Text Example
White with #DF020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF020B; }
p { color: rgb(223,2,11); }
H1.HeaderClassName
{
color: #DF020B;
}
.AnyTagClassName
{
color: #DF020B;
}
</style>
background-color css
<style>
a { background-color: #DF020B; }
a { background-color: rgb(223,2,11); }
div.DivClassName
{
background-color: #DF020B;
}
.BgClassName
{
background-color: #DF020B;
}
</style>
border-color css
<style>
span { border-color: #DF020B; }
span { border-color: rgb(223,2,11); }
td.TdClassName
{
border-color: #DF020B;
}
.TagClassName
{
border-color: #DF020B;
}
</style>