Shades of Venetian Red #DB030C
Tints of Venetian Red #DB030C
RGB
CMYK
RGB Variations
Color information
#DB030C (or 0xDB030C) is known color: Venetian Red. HEX triplet: DB, 03 and 0C. RGB value is (219,3,12). Sum of RGB (Red+Green+Blue) = 219+3+12=234 (30% of max value = 765). Red value is 219 (85.94% from 255 or 93.59% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 12 (5.08% from 255 or 5.13% from 234); Max value from RGB is 219 - color contains mainly: red. Hex color #DB030C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB030C is #24FCF3. Grayscale: #444444. Windows color (decimal): -2424052 or 787419. OLE color: 787419.
HSL color Cylindrical-coordinate representation of color #DB030C: hue angle of 357.5º 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 #DB030C is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 12 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.14 |
| HSL | 357.5º | 0.97% | 0.44% | - |
| HSV(B) | 357.5º | 0.99% | 0.86% | - |
| XYZ | 29.31 | 15.15 | 1.73 | - |
| YUV | 68.61 | 96.06 | 235.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 12 | 0 | 0.99 | 0.95 | 0.14 | 357.5 | 0.97 | 0.44 |
| Hex | DB | 3 | C | 0 | 63 | 5F | E | 166 | 61 | 2C |
| Octal | 333 | 3 | 14 | 0 | 143 | 137 | 16 | 546 | 141 | 54 |
| Binary | 11011011 | 11 | 1100 | 0 | 1100011 | 1011111 | 1110 | 101100110 | 1100001 | 101100 |
Color Harmonies of #DB030C
Complementary color
Monochromatic Colors of #DB030C
Black with #DB030C
Text Example
Text Example
White with #DB030C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB030C; }
p { color: rgb(219,3,12); }
H1.HeaderClassName
{
color: #DB030C;
}
.AnyTagClassName
{
color: #DB030C;
}
</style>
background-color css
<style>
a { background-color: #DB030C; }
a { background-color: rgb(219,3,12); }
div.DivClassName
{
background-color: #DB030C;
}
.BgClassName
{
background-color: #DB030C;
}
</style>
border-color css
<style>
span { border-color: #DB030C; }
span { border-color: rgb(219,3,12); }
td.TdClassName
{
border-color: #DB030C;
}
.TagClassName
{
border-color: #DB030C;
}
</style>