Shades of Venetian Red #DA010A
Tints of Venetian Red #DA010A
RGB
CMYK
RGB Variations
Color information
#DA010A (or 0xDA010A) is known color: Venetian Red. HEX triplet: DA, 01 and 0A. RGB value is (218,1,10). Sum of RGB (Red+Green+Blue) = 218+1+10=229 (30% of max value = 765). Red value is 218 (85.55% from 255 or 95.20% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 10 (4.30% from 255 or 4.37% from 229); Max value from RGB is 218 - color contains mainly: red. Hex color #DA010A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA010A is #25FEF5. Grayscale: #434343. Windows color (decimal): -2490102 or 655834. OLE color: 655834.
HSL color Cylindrical-coordinate representation of color #DA010A: hue angle of 357.51º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA010A is Cyan = 0, Magento = 1.00, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 1 | 10 | - |
| CMYK | 0 | 1.00 | 0.95 | 0.15 |
| HSL | 357.51º | 0.99% | 0.43% | - |
| HSV(B) | 357.51º | 1% | 0.85% | - |
| XYZ | 28.98 | 14.95 | 1.65 | - |
| YUV | 66.91 | 95.89 | 235.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 1 | 10 | 0 | 1.00 | 0.95 | 0.15 | 357.51 | 0.99 | 0.43 |
| Hex | DA | 1 | A | 0 | 64 | 5F | F | 166 | 63 | 2B |
| Octal | 332 | 1 | 12 | 0 | 144 | 137 | 17 | 546 | 143 | 53 |
| Binary | 11011010 | 1 | 1010 | 0 | 1100100 | 1011111 | 1111 | 101100110 | 1100011 | 101011 |
Color Harmonies of #DA010A
Complementary color
Monochromatic Colors of #DA010A
Black with #DA010A
Text Example
Text Example
White with #DA010A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA010A; }
p { color: rgb(218,1,10); }
H1.HeaderClassName
{
color: #DA010A;
}
.AnyTagClassName
{
color: #DA010A;
}
</style>
background-color css
<style>
a { background-color: #DA010A; }
a { background-color: rgb(218,1,10); }
div.DivClassName
{
background-color: #DA010A;
}
.BgClassName
{
background-color: #DA010A;
}
</style>
border-color css
<style>
span { border-color: #DA010A; }
span { border-color: rgb(218,1,10); }
td.TdClassName
{
border-color: #DA010A;
}
.TagClassName
{
border-color: #DA010A;
}
</style>