Shades of Venetian Red #DA000B
Tints of Venetian Red #DA000B
RGB
CMYK
RGB Variations
Color information
#DA000B (or 0xDA000B) is known color: Venetian Red. HEX triplet: DA, 00 and 0B. RGB value is (218,0,11). Sum of RGB (Red+Green+Blue) = 218+0+11=229 (30% of max value = 765). Red value is 218 (85.55% from 255 or 95.20% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 11 (4.69% from 255 or 4.80% from 229); Max value from RGB is 218 - color contains mainly: red. Hex color #DA000B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA000B is #25FFF4. Grayscale: #424242. Windows color (decimal): -2490357 or 721114. OLE color: 721114.
HSL color Cylindrical-coordinate representation of color #DA000B: hue angle of 356.97º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA000B is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.95 | 0.15 |
| HSL | 356.97º | 1% | 0.43% | - |
| HSV(B) | 356.97º | 1% | 0.85% | - |
| XYZ | 28.97 | 14.93 | 1.67 | - |
| YUV | 66.44 | 96.72 | 236.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 11 | 0 | 1 | 0.95 | 0.15 | 356.97 | 1 | 0.43 |
| Hex | DA | 0 | B | 0 | 64 | 5F | F | 165 | 64 | 2B |
| Octal | 332 | 0 | 13 | 0 | 144 | 137 | 17 | 545 | 144 | 53 |
| Binary | 11011010 | 0 | 1011 | 0 | 1100100 | 1011111 | 1111 | 101100101 | 1100100 | 101011 |
Color Harmonies of #DA000B
Complementary color
Monochromatic Colors of #DA000B
Black with #DA000B
Text Example
Text Example
White with #DA000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA000B; }
p { color: rgb(218,0,11); }
H1.HeaderClassName
{
color: #DA000B;
}
.AnyTagClassName
{
color: #DA000B;
}
</style>
background-color css
<style>
a { background-color: #DA000B; }
a { background-color: rgb(218,0,11); }
div.DivClassName
{
background-color: #DA000B;
}
.BgClassName
{
background-color: #DA000B;
}
</style>
border-color css
<style>
span { border-color: #DA000B; }
span { border-color: rgb(218,0,11); }
td.TdClassName
{
border-color: #DA000B;
}
.TagClassName
{
border-color: #DA000B;
}
</style>