Shades of Venetian Red #DB0309
Tints of Venetian Red #DB0309
RGB
CMYK
RGB Variations
Color information
#DB0309 (or 0xDB0309) is known color: Venetian Red. HEX triplet: DB, 03 and 09. RGB value is (219,3,9). Sum of RGB (Red+Green+Blue) = 219+3+9=231 (30% of max value = 765). Red value is 219 (85.94% from 255 or 94.81% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 9 (3.91% from 255 or 3.90% from 231); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0309 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0309 is #24FCF6. Grayscale: #444444. Windows color (decimal): -2424055 or 590811. OLE color: 590811.
HSL color Cylindrical-coordinate representation of color #DB0309: hue angle of 358.33º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB0309 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 9 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.14 |
| HSL | 358.33º | 0.97% | 0.44% | - |
| HSV(B) | 358.33º | 0.99% | 0.86% | - |
| XYZ | 29.3 | 15.14 | 1.64 | - |
| YUV | 68.27 | 94.56 | 235.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 9 | 0 | 0.99 | 0.96 | 0.14 | 358.33 | 0.97 | 0.44 |
| Hex | DB | 3 | 9 | 0 | 63 | 60 | E | 166 | 61 | 2C |
| Octal | 333 | 3 | 11 | 0 | 143 | 140 | 16 | 546 | 141 | 54 |
| Binary | 11011011 | 11 | 1001 | 0 | 1100011 | 1100000 | 1110 | 101100110 | 1100001 | 101100 |
Color Harmonies of #DB0309
Complementary color
Monochromatic Colors of #DB0309
Black with #DB0309
Text Example
Text Example
White with #DB0309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0309; }
p { color: rgb(219,3,9); }
H1.HeaderClassName
{
color: #DB0309;
}
.AnyTagClassName
{
color: #DB0309;
}
</style>
background-color css
<style>
a { background-color: #DB0309; }
a { background-color: rgb(219,3,9); }
div.DivClassName
{
background-color: #DB0309;
}
.BgClassName
{
background-color: #DB0309;
}
</style>
border-color css
<style>
span { border-color: #DB0309; }
span { border-color: rgb(219,3,9); }
td.TdClassName
{
border-color: #DB0309;
}
.TagClassName
{
border-color: #DB0309;
}
</style>