Shades of Venetian Red #DB030F
Tints of Venetian Red #DB030F
RGB
CMYK
RGB Variations
Color information
#DB030F (or 0xDB030F) is known color: Venetian Red. HEX triplet: DB, 03 and 0F. RGB value is (219,3,15). Sum of RGB (Red+Green+Blue) = 219+3+15=237 (31% of max value = 765). Red value is 219 (85.94% from 255 or 92.41% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 15 (6.25% from 255 or 6.33% from 237); Max value from RGB is 219 - color contains mainly: red. Hex color #DB030F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB030F is #24FCF0. Grayscale: #454545. Windows color (decimal): -2424049 or 984027. OLE color: 984027.
HSL color Cylindrical-coordinate representation of color #DB030F: hue angle of 356.67º 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 #DB030F is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 15 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.14 |
| HSL | 356.67º | 0.97% | 0.44% | - |
| HSV(B) | 356.67º | 0.99% | 0.86% | - |
| XYZ | 29.33 | 15.16 | 1.83 | - |
| YUV | 68.95 | 97.56 | 235.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 15 | 0 | 0.99 | 0.93 | 0.14 | 356.67 | 0.97 | 0.44 |
| Hex | DB | 3 | F | 0 | 63 | 5D | E | 165 | 61 | 2C |
| Octal | 333 | 3 | 17 | 0 | 143 | 135 | 16 | 545 | 141 | 54 |
| Binary | 11011011 | 11 | 1111 | 0 | 1100011 | 1011101 | 1110 | 101100101 | 1100001 | 101100 |
Color Harmonies of #DB030F
Complementary color
Monochromatic Colors of #DB030F
Black with #DB030F
Text Example
Text Example
White with #DB030F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB030F; }
p { color: rgb(219,3,15); }
H1.HeaderClassName
{
color: #DB030F;
}
.AnyTagClassName
{
color: #DB030F;
}
</style>
background-color css
<style>
a { background-color: #DB030F; }
a { background-color: rgb(219,3,15); }
div.DivClassName
{
background-color: #DB030F;
}
.BgClassName
{
background-color: #DB030F;
}
</style>
border-color css
<style>
span { border-color: #DB030F; }
span { border-color: rgb(219,3,15); }
td.TdClassName
{
border-color: #DB030F;
}
.TagClassName
{
border-color: #DB030F;
}
</style>