Html Css Color HEX #DA2905 Harley Davidson Orange
📋 copy color: '#DA2905'red 218 ◦ green 41 ◦ blue 5
Shades of Harley Davidson Orange #DA2905
Tints of Harley Davidson Orange #DA2905
RGB
CMYK
RGB Variations
Color information
#DA2905 (or 0xDA2905) is known color: Harley Davidson Orange. HEX triplet: DA, 29 and 05. RGB value is (218,41,5). Sum of RGB (Red+Green+Blue) = 218+41+5=264 (34% of max value = 765). Red value is 218 (85.55% from 255 or 82.58% from 264); Green value is 41 (16.41% from 255 or 15.53% from 264); Blue value is 5 (2.34% from 255 or 1.89% from 264); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2905 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2905 is #25D6FA. Grayscale: #5A5A5A. Windows color (decimal): -2479867 or 338394. OLE color: 338394.
HSL color Cylindrical-coordinate representation of color #DA2905: hue angle of 10.14º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA2905 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 41 | 5 | - |
| CMYK | 0 | 0.81 | 0.98 | 0.15 |
| HSL | 10.14º | 0.96% | 0.44% | - |
| HSV(B) | 10.14º | 0.98% | 0.85% | - |
| XYZ | 29.73 | 16.5 | 1.76 | - |
| YUV | 89.82 | 80.14 | 219.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 41 | 5 | 0 | 0.81 | 0.98 | 0.15 | 10.14 | 0.96 | 0.44 |
| Hex | DA | 29 | 5 | 0 | 51 | 62 | F | A | 60 | 2C |
| Octal | 332 | 51 | 5 | 0 | 121 | 142 | 17 | 12 | 140 | 54 |
| Binary | 11011010 | 101001 | 101 | 0 | 1010001 | 1100010 | 1111 | 1010 | 1100000 | 101100 |
Color Harmonies of #DA2905
Complementary color
Monochromatic Colors of #DA2905
Black with #DA2905
Text Example
Text Example
White with #DA2905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2905; }
p { color: rgb(218,41,5); }
H1.HeaderClassName
{
color: #DA2905;
}
.AnyTagClassName
{
color: #DA2905;
}
</style>
background-color css
<style>
a { background-color: #DA2905; }
a { background-color: rgb(218,41,5); }
div.DivClassName
{
background-color: #DA2905;
}
.BgClassName
{
background-color: #DA2905;
}
</style>
border-color css
<style>
span { border-color: #DA2905; }
span { border-color: rgb(218,41,5); }
td.TdClassName
{
border-color: #DA2905;
}
.TagClassName
{
border-color: #DA2905;
}
</style>