Html Css Color HEX #DA2005 Harley Davidson Orange
📋 copy color: '#DA2005'red 218 ◦ green 32 ◦ blue 5
Shades of Harley Davidson Orange #DA2005
Tints of Harley Davidson Orange #DA2005
RGB
CMYK
RGB Variations
Color information
#DA2005 (or 0xDA2005) is known color: Harley Davidson Orange. HEX triplet: DA, 20 and 05. RGB value is (218,32,5). Sum of RGB (Red+Green+Blue) = 218+32+5=255 (33% of max value = 765). Red value is 218 (85.55% from 255 or 85.49% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 5 (2.34% from 255 or 1.96% from 255); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2005 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2005 is #25DFFA. Grayscale: #545454. Windows color (decimal): -2482171 or 336090. OLE color: 336090.
HSL color Cylindrical-coordinate representation of color #DA2005: hue angle of 7.61º 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 #DA2005 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 32 | 5 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.15 |
| HSL | 7.61º | 0.96% | 0.44% | - |
| HSV(B) | 7.61º | 0.98% | 0.85% | - |
| XYZ | 29.46 | 15.95 | 1.67 | - |
| YUV | 84.54 | 83.12 | 223.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 32 | 5 | 0 | 0.85 | 0.98 | 0.15 | 7.61 | 0.96 | 0.44 |
| Hex | DA | 20 | 5 | 0 | 55 | 62 | F | 8 | 60 | 2C |
| Octal | 332 | 40 | 5 | 0 | 125 | 142 | 17 | 10 | 140 | 54 |
| Binary | 11011010 | 100000 | 101 | 0 | 1010101 | 1100010 | 1111 | 1000 | 1100000 | 101100 |
Color Harmonies of #DA2005
Complementary color
Monochromatic Colors of #DA2005
Black with #DA2005
Text Example
Text Example
White with #DA2005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2005; }
p { color: rgb(218,32,5); }
H1.HeaderClassName
{
color: #DA2005;
}
.AnyTagClassName
{
color: #DA2005;
}
</style>
background-color css
<style>
a { background-color: #DA2005; }
a { background-color: rgb(218,32,5); }
div.DivClassName
{
background-color: #DA2005;
}
.BgClassName
{
background-color: #DA2005;
}
</style>
border-color css
<style>
span { border-color: #DA2005; }
span { border-color: rgb(218,32,5); }
td.TdClassName
{
border-color: #DA2005;
}
.TagClassName
{
border-color: #DA2005;
}
</style>