Shades of Venetian Red #DA0415
Tints of Venetian Red #DA0415
RGB
CMYK
RGB Variations
Color information
#DA0415 (or 0xDA0415) is known color: Venetian Red. HEX triplet: DA, 04 and 15. RGB value is (218,4,21). Sum of RGB (Red+Green+Blue) = 218+4+21=243 (32% of max value = 765). Red value is 218 (85.55% from 255 or 89.71% from 243); Green value is 4 (1.95% from 255 or 1.65% from 243); Blue value is 21 (8.59% from 255 or 8.64% from 243); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0415 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0415 is #25FBEA. Grayscale: #464646. Windows color (decimal): -2489323 or 1377498. OLE color: 1377498.
HSL color Cylindrical-coordinate representation of color #DA0415: hue angle of 355.23º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA0415 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 4 | 21 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.15 |
| HSL | 355.23º | 0.96% | 0.44% | - |
| HSV(B) | 355.23º | 0.98% | 0.85% | - |
| XYZ | 29.09 | 15.05 | 2.08 | - |
| YUV | 69.92 | 100.4 | 233.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 21 | 0 | 0.98 | 0.90 | 0.15 | 355.23 | 0.96 | 0.44 |
| Hex | DA | 4 | 15 | 0 | 62 | 5A | F | 163 | 60 | 2C |
| Octal | 332 | 4 | 25 | 0 | 142 | 132 | 17 | 543 | 140 | 54 |
| Binary | 11011010 | 100 | 10101 | 0 | 1100010 | 1011010 | 1111 | 101100011 | 1100000 | 101100 |
Color Harmonies of #DA0415
Complementary color
Monochromatic Colors of #DA0415
Black with #DA0415
Text Example
Text Example
White with #DA0415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0415; }
p { color: rgb(218,4,21); }
H1.HeaderClassName
{
color: #DA0415;
}
.AnyTagClassName
{
color: #DA0415;
}
</style>
background-color css
<style>
a { background-color: #DA0415; }
a { background-color: rgb(218,4,21); }
div.DivClassName
{
background-color: #DA0415;
}
.BgClassName
{
background-color: #DA0415;
}
</style>
border-color css
<style>
span { border-color: #DA0415; }
span { border-color: rgb(218,4,21); }
td.TdClassName
{
border-color: #DA0415;
}
.TagClassName
{
border-color: #DA0415;
}
</style>