Shades of Venetian Red #DA0B0D
Tints of Venetian Red #DA0B0D
RGB
CMYK
RGB Variations
Color information
#DA0B0D (or 0xDA0B0D) is known color: Venetian Red. HEX triplet: DA, 0B and 0D. RGB value is (218,11,13). Sum of RGB (Red+Green+Blue) = 218+11+13=242 (32% of max value = 765). Red value is 218 (85.55% from 255 or 90.08% from 242); Green value is 11 (4.69% from 255 or 4.55% from 242); Blue value is 13 (5.47% from 255 or 5.37% from 242); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0B0D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0B0D is #25F4F2. Grayscale: #494949. Windows color (decimal): -2487539 or 855002. OLE color: 855002.
HSL color Cylindrical-coordinate representation of color #DA0B0D: hue angle of 359.42º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA0B0D is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 11 | 13 | - |
| CMYK | 0 | 0.95 | 0.94 | 0.15 |
| HSL | 359.42º | 0.9% | 0.45% | - |
| HSV(B) | 359.42º | 0.95% | 0.85% | - |
| XYZ | 29.11 | 15.17 | 1.78 | - |
| YUV | 73.12 | 94.08 | 231.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 11 | 13 | 0 | 0.95 | 0.94 | 0.15 | 359.42 | 0.9 | 0.45 |
| Hex | DA | B | D | 0 | 5F | 5E | F | 167 | 5A | 2D |
| Octal | 332 | 13 | 15 | 0 | 137 | 136 | 17 | 547 | 132 | 55 |
| Binary | 11011010 | 1011 | 1101 | 0 | 1011111 | 1011110 | 1111 | 101100111 | 1011010 | 101101 |
Color Harmonies of #DA0B0D
Complementary color
Monochromatic Colors of #DA0B0D
Black with #DA0B0D
Text Example
Text Example
White with #DA0B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0B0D; }
p { color: rgb(218,11,13); }
H1.HeaderClassName
{
color: #DA0B0D;
}
.AnyTagClassName
{
color: #DA0B0D;
}
</style>
background-color css
<style>
a { background-color: #DA0B0D; }
a { background-color: rgb(218,11,13); }
div.DivClassName
{
background-color: #DA0B0D;
}
.BgClassName
{
background-color: #DA0B0D;
}
</style>
border-color css
<style>
span { border-color: #DA0B0D; }
span { border-color: rgb(218,11,13); }
td.TdClassName
{
border-color: #DA0B0D;
}
.TagClassName
{
border-color: #DA0B0D;
}
</style>