Shades of Venetian Red #DA070A
Tints of Venetian Red #DA070A
RGB
CMYK
RGB Variations
Color information
#DA070A (or 0xDA070A) is known color: Venetian Red. HEX triplet: DA, 07 and 0A. RGB value is (218,7,10). Sum of RGB (Red+Green+Blue) = 218+7+10=235 (31% of max value = 765). Red value is 218 (85.55% from 255 or 92.77% from 235); Green value is 7 (3.12% from 255 or 2.98% from 235); Blue value is 10 (4.30% from 255 or 4.26% from 235); Max value from RGB is 218 - color contains mainly: red. Hex color #DA070A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA070A is #25F8F5. Grayscale: #464646. Windows color (decimal): -2488566 or 657370. OLE color: 657370.
HSL color Cylindrical-coordinate representation of color #DA070A: hue angle of 359.15º degrees, saturation: 0.94, 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 #DA070A is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 7 | 10 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.15 |
| HSL | 359.15º | 0.94% | 0.44% | - |
| HSV(B) | 359.15º | 0.97% | 0.85% | - |
| XYZ | 29.04 | 15.08 | 1.67 | - |
| YUV | 70.43 | 93.9 | 233.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 7 | 10 | 0 | 0.97 | 0.95 | 0.15 | 359.15 | 0.94 | 0.44 |
| Hex | DA | 7 | A | 0 | 61 | 5F | F | 167 | 5E | 2C |
| Octal | 332 | 7 | 12 | 0 | 141 | 137 | 17 | 547 | 136 | 54 |
| Binary | 11011010 | 111 | 1010 | 0 | 1100001 | 1011111 | 1111 | 101100111 | 1011110 | 101100 |
Color Harmonies of #DA070A
Complementary color
Monochromatic Colors of #DA070A
Black with #DA070A
Text Example
Text Example
White with #DA070A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA070A; }
p { color: rgb(218,7,10); }
H1.HeaderClassName
{
color: #DA070A;
}
.AnyTagClassName
{
color: #DA070A;
}
</style>
background-color css
<style>
a { background-color: #DA070A; }
a { background-color: rgb(218,7,10); }
div.DivClassName
{
background-color: #DA070A;
}
.BgClassName
{
background-color: #DA070A;
}
</style>
border-color css
<style>
span { border-color: #DA070A; }
span { border-color: rgb(218,7,10); }
td.TdClassName
{
border-color: #DA070A;
}
.TagClassName
{
border-color: #DA070A;
}
</style>