Html Css Color HEX #DA4914 Harley Davidson Orange
📋 copy color: '#DA4914'red 218 ◦ green 73 ◦ blue 20
Shades of Harley Davidson Orange #DA4914
Tints of Harley Davidson Orange #DA4914
RGB
CMYK
RGB Variations
Color information
#DA4914 (or 0xDA4914) is known color: Harley Davidson Orange. HEX triplet: DA, 49 and 14. RGB value is (218,73,20). Sum of RGB (Red+Green+Blue) = 218+73+20=311 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.10% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 20 (8.20% from 255 or 6.43% from 311); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4914 is #25B6EB. Grayscale: #6E6E6E. Windows color (decimal): -2471660 or 1329626. OLE color: 1329626.
HSL color Cylindrical-coordinate representation of color #DA4914: hue angle of 16.06º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA4914 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 73 | 20 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.15 |
| HSL | 16.06º | 0.83% | 0.47% | - |
| HSV(B) | 16.06º | 0.91% | 0.85% | - |
| XYZ | 31.42 | 19.72 | 2.81 | - |
| YUV | 110.31 | 77.04 | 204.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 73 | 20 | 0 | 0.67 | 0.91 | 0.15 | 16.06 | 0.83 | 0.47 |
| Hex | DA | 49 | 14 | 0 | 43 | 5B | F | 10 | 53 | 2F |
| Octal | 332 | 111 | 24 | 0 | 103 | 133 | 17 | 20 | 123 | 57 |
| Binary | 11011010 | 1001001 | 10100 | 0 | 1000011 | 1011011 | 1111 | 10000 | 1010011 | 101111 |
Color Harmonies of #DA4914
Complementary color
Monochromatic Colors of #DA4914
Black with #DA4914
Text Example
Text Example
White with #DA4914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4914; }
p { color: rgb(218,73,20); }
H1.HeaderClassName
{
color: #DA4914;
}
.AnyTagClassName
{
color: #DA4914;
}
</style>
background-color css
<style>
a { background-color: #DA4914; }
a { background-color: rgb(218,73,20); }
div.DivClassName
{
background-color: #DA4914;
}
.BgClassName
{
background-color: #DA4914;
}
</style>
border-color css
<style>
span { border-color: #DA4914; }
span { border-color: rgb(218,73,20); }
td.TdClassName
{
border-color: #DA4914;
}
.TagClassName
{
border-color: #DA4914;
}
</style>