Shades of Venetian Red #DA060D
Tints of Venetian Red #DA060D
RGB
CMYK
RGB Variations
Color information
#DA060D (or 0xDA060D) is known color: Venetian Red. HEX triplet: DA, 06 and 0D. RGB value is (218,6,13). Sum of RGB (Red+Green+Blue) = 218+6+13=237 (31% of max value = 765). Red value is 218 (85.55% from 255 or 91.98% from 237); Green value is 6 (2.73% from 255 or 2.53% from 237); Blue value is 13 (5.47% from 255 or 5.49% from 237); Max value from RGB is 218 - color contains mainly: red. Hex color #DA060D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA060D is #25F9F2. Grayscale: #464646. Windows color (decimal): -2488819 or 853722. OLE color: 853722.
HSL color Cylindrical-coordinate representation of color #DA060D: hue angle of 358.02º 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 #DA060D is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 6 | 13 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.15 |
| HSL | 358.02º | 0.95% | 0.44% | - |
| HSV(B) | 358.02º | 0.97% | 0.85% | - |
| XYZ | 29.05 | 15.06 | 1.76 | - |
| YUV | 70.19 | 95.74 | 233.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 6 | 13 | 0 | 0.97 | 0.94 | 0.15 | 358.02 | 0.95 | 0.44 |
| Hex | DA | 6 | D | 0 | 61 | 5E | F | 166 | 5F | 2C |
| Octal | 332 | 6 | 15 | 0 | 141 | 136 | 17 | 546 | 137 | 54 |
| Binary | 11011010 | 110 | 1101 | 0 | 1100001 | 1011110 | 1111 | 101100110 | 1011111 | 101100 |
Color Harmonies of #DA060D
Complementary color
Monochromatic Colors of #DA060D
Black with #DA060D
Text Example
Text Example
White with #DA060D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA060D; }
p { color: rgb(218,6,13); }
H1.HeaderClassName
{
color: #DA060D;
}
.AnyTagClassName
{
color: #DA060D;
}
</style>
background-color css
<style>
a { background-color: #DA060D; }
a { background-color: rgb(218,6,13); }
div.DivClassName
{
background-color: #DA060D;
}
.BgClassName
{
background-color: #DA060D;
}
</style>
border-color css
<style>
span { border-color: #DA060D; }
span { border-color: rgb(218,6,13); }
td.TdClassName
{
border-color: #DA060D;
}
.TagClassName
{
border-color: #DA060D;
}
</style>