Shades of Venetian Red #DA0F10
Tints of Venetian Red #DA0F10
RGB
CMYK
RGB Variations
Color information
#DA0F10 (or 0xDA0F10) is known color: Venetian Red. HEX triplet: DA, 0F and 10. RGB value is (218,15,16). Sum of RGB (Red+Green+Blue) = 218+15+16=249 (32% of max value = 765). Red value is 218 (85.55% from 255 or 87.55% from 249); Green value is 15 (6.25% from 255 or 6.02% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0F10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0F10 is #25F0EF. Grayscale: #4C4C4C. Windows color (decimal): -2486512 or 1052634. OLE color: 1052634.
HSL color Cylindrical-coordinate representation of color #DA0F10: hue angle of 359.7º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA0F10 is Cyan = 0, Magento = 0.93, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 15 | 16 | - |
| CMYK | 0 | 0.93 | 0.93 | 0.15 |
| HSL | 359.7º | 0.87% | 0.46% | - |
| HSV(B) | 359.7º | 0.93% | 0.85% | - |
| XYZ | 29.18 | 15.28 | 1.9 | - |
| YUV | 75.81 | 94.25 | 229.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 15 | 16 | 0 | 0.93 | 0.93 | 0.15 | 359.7 | 0.87 | 0.46 |
| Hex | DA | F | 10 | 0 | 5D | 5D | F | 168 | 57 | 2E |
| Octal | 332 | 17 | 20 | 0 | 135 | 135 | 17 | 550 | 127 | 56 |
| Binary | 11011010 | 1111 | 10000 | 0 | 1011101 | 1011101 | 1111 | 101101000 | 1010111 | 101110 |
Color Harmonies of #DA0F10
Complementary color
Monochromatic Colors of #DA0F10
Black with #DA0F10
Text Example
Text Example
White with #DA0F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0F10; }
p { color: rgb(218,15,16); }
H1.HeaderClassName
{
color: #DA0F10;
}
.AnyTagClassName
{
color: #DA0F10;
}
</style>
background-color css
<style>
a { background-color: #DA0F10; }
a { background-color: rgb(218,15,16); }
div.DivClassName
{
background-color: #DA0F10;
}
.BgClassName
{
background-color: #DA0F10;
}
</style>
border-color css
<style>
span { border-color: #DA0F10; }
span { border-color: rgb(218,15,16); }
td.TdClassName
{
border-color: #DA0F10;
}
.TagClassName
{
border-color: #DA0F10;
}
</style>