Shades of Venetian Red #DA0615
Tints of Venetian Red #DA0615
RGB
CMYK
RGB Variations
Color information
#DA0615 (or 0xDA0615) is known color: Venetian Red. HEX triplet: DA, 06 and 15. RGB value is (218,6,21). Sum of RGB (Red+Green+Blue) = 218+6+21=245 (32% of max value = 765). Red value is 218 (85.55% from 255 or 88.98% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 21 (8.59% from 255 or 8.57% from 245); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0615 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0615 is #25F9EA. Grayscale: #474747. Windows color (decimal): -2488811 or 1378010. OLE color: 1378010.
HSL color Cylindrical-coordinate representation of color #DA0615: hue angle of 355.75º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA0615 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 6 | 21 | - |
| CMYK | 0 | 0.97 | 0.90 | 0.15 |
| HSL | 355.75º | 0.95% | 0.44% | - |
| HSV(B) | 355.75º | 0.97% | 0.85% | - |
| XYZ | 29.11 | 15.09 | 2.09 | - |
| YUV | 71.1 | 99.74 | 232.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 6 | 21 | 0 | 0.97 | 0.90 | 0.15 | 355.75 | 0.95 | 0.44 |
| Hex | DA | 6 | 15 | 0 | 61 | 5A | F | 164 | 5F | 2C |
| Octal | 332 | 6 | 25 | 0 | 141 | 132 | 17 | 544 | 137 | 54 |
| Binary | 11011010 | 110 | 10101 | 0 | 1100001 | 1011010 | 1111 | 101100100 | 1011111 | 101100 |
Color Harmonies of #DA0615
Complementary color
Monochromatic Colors of #DA0615
Black with #DA0615
Text Example
Text Example
White with #DA0615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0615; }
p { color: rgb(218,6,21); }
H1.HeaderClassName
{
color: #DA0615;
}
.AnyTagClassName
{
color: #DA0615;
}
</style>
background-color css
<style>
a { background-color: #DA0615; }
a { background-color: rgb(218,6,21); }
div.DivClassName
{
background-color: #DA0615;
}
.BgClassName
{
background-color: #DA0615;
}
</style>
border-color css
<style>
span { border-color: #DA0615; }
span { border-color: rgb(218,6,21); }
td.TdClassName
{
border-color: #DA0615;
}
.TagClassName
{
border-color: #DA0615;
}
</style>