Html Css Color HEX #DA2007 Harley Davidson Orange
📋 copy color: '#DA2007'red 218 ◦ green 32 ◦ blue 7
Shades of Harley Davidson Orange #DA2007
Tints of Harley Davidson Orange #DA2007
RGB
CMYK
RGB Variations
Color information
#DA2007 (or 0xDA2007) is known color: Harley Davidson Orange. HEX triplet: DA, 20 and 07. RGB value is (218,32,7). Sum of RGB (Red+Green+Blue) = 218+32+7=257 (34% of max value = 765). Red value is 218 (85.55% from 255 or 84.82% from 257); Green value is 32 (12.89% from 255 or 12.45% from 257); Blue value is 7 (3.12% from 255 or 2.72% from 257); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2007 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2007 is #25DFF8. Grayscale: #555555. Windows color (decimal): -2482169 or 467162. OLE color: 467162.
HSL color Cylindrical-coordinate representation of color #DA2007: hue angle of 7.11º degrees, saturation: 0.94, 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 #DA2007 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 32 | 7 | - |
| CMYK | 0 | 0.85 | 0.97 | 0.15 |
| HSL | 7.11º | 0.94% | 0.44% | - |
| HSV(B) | 7.11º | 0.97% | 0.85% | - |
| XYZ | 29.47 | 15.95 | 1.73 | - |
| YUV | 84.76 | 84.12 | 223.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 32 | 7 | 0 | 0.85 | 0.97 | 0.15 | 7.11 | 0.94 | 0.44 |
| Hex | DA | 20 | 7 | 0 | 55 | 61 | F | 7 | 5E | 2C |
| Octal | 332 | 40 | 7 | 0 | 125 | 141 | 17 | 7 | 136 | 54 |
| Binary | 11011010 | 100000 | 111 | 0 | 1010101 | 1100001 | 1111 | 111 | 1011110 | 101100 |
Color Harmonies of #DA2007
Complementary color
Monochromatic Colors of #DA2007
Black with #DA2007
Text Example
Text Example
White with #DA2007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2007; }
p { color: rgb(218,32,7); }
H1.HeaderClassName
{
color: #DA2007;
}
.AnyTagClassName
{
color: #DA2007;
}
</style>
background-color css
<style>
a { background-color: #DA2007; }
a { background-color: rgb(218,32,7); }
div.DivClassName
{
background-color: #DA2007;
}
.BgClassName
{
background-color: #DA2007;
}
</style>
border-color css
<style>
span { border-color: #DA2007; }
span { border-color: rgb(218,32,7); }
td.TdClassName
{
border-color: #DA2007;
}
.TagClassName
{
border-color: #DA2007;
}
</style>