Html Css Color HEX #DA1610 Harley Davidson Orange
📋 copy color: '#DA1610'red 218 ◦ green 22 ◦ blue 16
Shades of Harley Davidson Orange #DA1610
Tints of Harley Davidson Orange #DA1610
RGB
CMYK
RGB Variations
Color information
#DA1610 (or 0xDA1610) is known color: Harley Davidson Orange. HEX triplet: DA, 16 and 10. RGB value is (218,22,16). Sum of RGB (Red+Green+Blue) = 218+22+16=256 (33% of max value = 765). Red value is 218 (85.55% from 255 or 85.16% from 256); Green value is 22 (8.98% from 255 or 8.59% from 256); Blue value is 16 (6.64% from 255 or 6.25% from 256); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1610 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1610 is #25E9EF. Grayscale: #505050. Windows color (decimal): -2484720 or 1054426. OLE color: 1054426.
HSL color Cylindrical-coordinate representation of color #DA1610: hue angle of 1.78º degrees, saturation: 0.86, 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 #DA1610 is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 22 | 16 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.15 |
| HSL | 1.78º | 0.86% | 0.46% | - |
| HSV(B) | 1.78º | 0.93% | 0.85% | - |
| XYZ | 29.29 | 15.52 | 1.94 | - |
| YUV | 79.92 | 91.93 | 226.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 22 | 16 | 0 | 0.90 | 0.93 | 0.15 | 1.78 | 0.86 | 0.46 |
| Hex | DA | 16 | 10 | 0 | 5A | 5D | F | 2 | 56 | 2E |
| Octal | 332 | 26 | 20 | 0 | 132 | 135 | 17 | 2 | 126 | 56 |
| Binary | 11011010 | 10110 | 10000 | 0 | 1011010 | 1011101 | 1111 | 10 | 1010110 | 101110 |
Color Harmonies of #DA1610
Complementary color
Monochromatic Colors of #DA1610
Black with #DA1610
Text Example
Text Example
White with #DA1610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1610; }
p { color: rgb(218,22,16); }
H1.HeaderClassName
{
color: #DA1610;
}
.AnyTagClassName
{
color: #DA1610;
}
</style>
background-color css
<style>
a { background-color: #DA1610; }
a { background-color: rgb(218,22,16); }
div.DivClassName
{
background-color: #DA1610;
}
.BgClassName
{
background-color: #DA1610;
}
</style>
border-color css
<style>
span { border-color: #DA1610; }
span { border-color: rgb(218,22,16); }
td.TdClassName
{
border-color: #DA1610;
}
.TagClassName
{
border-color: #DA1610;
}
</style>