Shades of Venetian Red #DB0223
Tints of Venetian Red #DB0223
RGB
CMYK
RGB Variations
Color information
#DB0223 (or 0xDB0223) is known color: Venetian Red. HEX triplet: DB, 02 and 23. RGB value is (219,2,35). Sum of RGB (Red+Green+Blue) = 219+2+35=256 (33% of max value = 765). Red value is 219 (85.94% from 255 or 85.55% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 35 (14.06% from 255 or 13.67% from 256); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0223 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0223 is #24FDDC. Grayscale: #464646. Windows color (decimal): -2424285 or 2294491. OLE color: 2294491.
HSL color Cylindrical-coordinate representation of color #DB0223: hue angle of 350.88º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB0223 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 2 | 35 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.14 |
| HSL | 350.88º | 0.98% | 0.43% | - |
| HSV(B) | 350.88º | 0.99% | 0.86% | - |
| XYZ | 29.54 | 15.22 | 2.97 | - |
| YUV | 70.65 | 107.89 | 233.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 35 | 0 | 0.99 | 0.84 | 0.14 | 350.88 | 0.98 | 0.43 |
| Hex | DB | 2 | 23 | 0 | 63 | 54 | E | 15F | 62 | 2B |
| Octal | 333 | 2 | 43 | 0 | 143 | 124 | 16 | 537 | 142 | 53 |
| Binary | 11011011 | 10 | 100011 | 0 | 1100011 | 1010100 | 1110 | 101011111 | 1100010 | 101011 |
Color Harmonies of #DB0223
Complementary color
Monochromatic Colors of #DB0223
Black with #DB0223
Text Example
Text Example
White with #DB0223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0223; }
p { color: rgb(219,2,35); }
H1.HeaderClassName
{
color: #DB0223;
}
.AnyTagClassName
{
color: #DB0223;
}
</style>
background-color css
<style>
a { background-color: #DB0223; }
a { background-color: rgb(219,2,35); }
div.DivClassName
{
background-color: #DB0223;
}
.BgClassName
{
background-color: #DB0223;
}
</style>
border-color css
<style>
span { border-color: #DB0223; }
span { border-color: rgb(219,2,35); }
td.TdClassName
{
border-color: #DB0223;
}
.TagClassName
{
border-color: #DB0223;
}
</style>