Html Css Color HEX #DA4007 Harley Davidson Orange
📋 copy color: '#DA4007'red 218 ◦ green 64 ◦ blue 7
Shades of Harley Davidson Orange #DA4007
Tints of Harley Davidson Orange #DA4007
RGB
CMYK
RGB Variations
Color information
#DA4007 (or 0xDA4007) is known color: Harley Davidson Orange. HEX triplet: DA, 40 and 07. RGB value is (218,64,7). Sum of RGB (Red+Green+Blue) = 218+64+7=289 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.43% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 7 (3.12% from 255 or 2.42% from 289); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4007 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4007 is #25BFF8. Grayscale: #676767. Windows color (decimal): -2473977 or 475354. OLE color: 475354.
HSL color Cylindrical-coordinate representation of color #DA4007: hue angle of 16.21º 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 #DA4007 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 64 | 7 | - |
| CMYK | 0 | 0.71 | 0.97 | 0.15 |
| HSL | 16.21º | 0.94% | 0.44% | - |
| HSV(B) | 16.21º | 0.97% | 0.85% | - |
| XYZ | 30.79 | 18.59 | 2.17 | - |
| YUV | 103.55 | 73.52 | 209.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 64 | 7 | 0 | 0.71 | 0.97 | 0.15 | 16.21 | 0.94 | 0.44 |
| Hex | DA | 40 | 7 | 0 | 47 | 61 | F | 10 | 5E | 2C |
| Octal | 332 | 100 | 7 | 0 | 107 | 141 | 17 | 20 | 136 | 54 |
| Binary | 11011010 | 1000000 | 111 | 0 | 1000111 | 1100001 | 1111 | 10000 | 1011110 | 101100 |
Color Harmonies of #DA4007
Complementary color
Monochromatic Colors of #DA4007
Black with #DA4007
Text Example
Text Example
White with #DA4007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4007; }
p { color: rgb(218,64,7); }
H1.HeaderClassName
{
color: #DA4007;
}
.AnyTagClassName
{
color: #DA4007;
}
</style>
background-color css
<style>
a { background-color: #DA4007; }
a { background-color: rgb(218,64,7); }
div.DivClassName
{
background-color: #DA4007;
}
.BgClassName
{
background-color: #DA4007;
}
</style>
border-color css
<style>
span { border-color: #DA4007; }
span { border-color: rgb(218,64,7); }
td.TdClassName
{
border-color: #DA4007;
}
.TagClassName
{
border-color: #DA4007;
}
</style>