Shades of Venetian Red #DA0C15
Tints of Venetian Red #DA0C15
RGB
CMYK
RGB Variations
Color information
#DA0C15 (or 0xDA0C15) is known color: Venetian Red. HEX triplet: DA, 0C and 15. RGB value is (218,12,21). Sum of RGB (Red+Green+Blue) = 218+12+21=251 (33% of max value = 765). Red value is 218 (85.55% from 255 or 86.85% from 251); Green value is 12 (5.08% from 255 or 4.78% from 251); Blue value is 21 (8.59% from 255 or 8.37% from 251); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0C15 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0C15 is #25F3EA. Grayscale: #4A4A4A. Windows color (decimal): -2487275 or 1379546. OLE color: 1379546.
HSL color Cylindrical-coordinate representation of color #DA0C15: hue angle of 357.38º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA0C15 is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 12 | 21 | - |
| CMYK | 0 | 0.94 | 0.90 | 0.15 |
| HSL | 357.38º | 0.9% | 0.45% | - |
| HSV(B) | 357.38º | 0.94% | 0.85% | - |
| XYZ | 29.18 | 15.22 | 2.11 | - |
| YUV | 74.62 | 97.75 | 230.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 12 | 21 | 0 | 0.94 | 0.90 | 0.15 | 357.38 | 0.9 | 0.45 |
| Hex | DA | C | 15 | 0 | 5E | 5A | F | 165 | 5A | 2D |
| Octal | 332 | 14 | 25 | 0 | 136 | 132 | 17 | 545 | 132 | 55 |
| Binary | 11011010 | 1100 | 10101 | 0 | 1011110 | 1011010 | 1111 | 101100101 | 1011010 | 101101 |
Color Harmonies of #DA0C15
Complementary color
Monochromatic Colors of #DA0C15
Black with #DA0C15
Text Example
Text Example
White with #DA0C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0C15; }
p { color: rgb(218,12,21); }
H1.HeaderClassName
{
color: #DA0C15;
}
.AnyTagClassName
{
color: #DA0C15;
}
</style>
background-color css
<style>
a { background-color: #DA0C15; }
a { background-color: rgb(218,12,21); }
div.DivClassName
{
background-color: #DA0C15;
}
.BgClassName
{
background-color: #DA0C15;
}
</style>
border-color css
<style>
span { border-color: #DA0C15; }
span { border-color: rgb(218,12,21); }
td.TdClassName
{
border-color: #DA0C15;
}
.TagClassName
{
border-color: #DA0C15;
}
</style>