Html Css Color HEX #DA2006 Harley Davidson Orange
📋 copy color: '#DA2006'red 218 ◦ green 32 ◦ blue 6
Shades of Harley Davidson Orange #DA2006
Tints of Harley Davidson Orange #DA2006
RGB
CMYK
RGB Variations
Color information
#DA2006 (or 0xDA2006) is known color: Harley Davidson Orange. HEX triplet: DA, 20 and 06. RGB value is (218,32,6). Sum of RGB (Red+Green+Blue) = 218+32+6=256 (33% of max value = 765). Red value is 218 (85.55% from 255 or 85.16% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 6 (2.73% from 255 or 2.34% from 256); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2006 is #25DFF9. Grayscale: #545454. Windows color (decimal): -2482170 or 401626. OLE color: 401626.
HSL color Cylindrical-coordinate representation of color #DA2006: hue angle of 7.36º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA2006 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 32 | 6 | - |
| CMYK | 0 | 0.85 | 0.97 | 0.15 |
| HSL | 7.36º | 0.95% | 0.44% | - |
| HSV(B) | 7.36º | 0.97% | 0.85% | - |
| XYZ | 29.46 | 15.95 | 1.7 | - |
| YUV | 84.65 | 83.62 | 223.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 32 | 6 | 0 | 0.85 | 0.97 | 0.15 | 7.36 | 0.95 | 0.44 |
| Hex | DA | 20 | 6 | 0 | 55 | 61 | F | 7 | 5F | 2C |
| Octal | 332 | 40 | 6 | 0 | 125 | 141 | 17 | 7 | 137 | 54 |
| Binary | 11011010 | 100000 | 110 | 0 | 1010101 | 1100001 | 1111 | 111 | 1011111 | 101100 |
Color Harmonies of #DA2006
Complementary color
Monochromatic Colors of #DA2006
Black with #DA2006
Text Example
Text Example
White with #DA2006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2006; }
p { color: rgb(218,32,6); }
H1.HeaderClassName
{
color: #DA2006;
}
.AnyTagClassName
{
color: #DA2006;
}
</style>
background-color css
<style>
a { background-color: #DA2006; }
a { background-color: rgb(218,32,6); }
div.DivClassName
{
background-color: #DA2006;
}
.BgClassName
{
background-color: #DA2006;
}
</style>
border-color css
<style>
span { border-color: #DA2006; }
span { border-color: rgb(218,32,6); }
td.TdClassName
{
border-color: #DA2006;
}
.TagClassName
{
border-color: #DA2006;
}
</style>