Html Css Color HEX #DA4518 Harley Davidson Orange
📋 copy color: '#DA4518'red 218 ◦ green 69 ◦ blue 24
Shades of Harley Davidson Orange #DA4518
Tints of Harley Davidson Orange #DA4518
RGB
CMYK
RGB Variations
Color information
#DA4518 (or 0xDA4518) is known color: Harley Davidson Orange. HEX triplet: DA, 45 and 18. RGB value is (218,69,24). Sum of RGB (Red+Green+Blue) = 218+69+24=311 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.10% from 311); Green value is 69 (27.34% from 255 or 22.19% from 311); Blue value is 24 (9.77% from 255 or 7.72% from 311); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4518 is #25BAE7. Grayscale: #6C6C6C. Windows color (decimal): -2472680 or 1590746. OLE color: 1590746.
HSL color Cylindrical-coordinate representation of color #DA4518: hue angle of 13.92º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA4518 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 69 | 24 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.15 |
| HSL | 13.92º | 0.8% | 0.47% | - |
| HSV(B) | 13.92º | 0.89% | 0.85% | - |
| XYZ | 31.21 | 19.23 | 2.93 | - |
| YUV | 108.42 | 80.36 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 69 | 24 | 0 | 0.68 | 0.89 | 0.15 | 13.92 | 0.8 | 0.47 |
| Hex | DA | 45 | 18 | 0 | 44 | 59 | F | E | 50 | 2F |
| Octal | 332 | 105 | 30 | 0 | 104 | 131 | 17 | 16 | 120 | 57 |
| Binary | 11011010 | 1000101 | 11000 | 0 | 1000100 | 1011001 | 1111 | 1110 | 1010000 | 101111 |
Color Harmonies of #DA4518
Complementary color
Monochromatic Colors of #DA4518
Black with #DA4518
Text Example
Text Example
White with #DA4518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4518; }
p { color: rgb(218,69,24); }
H1.HeaderClassName
{
color: #DA4518;
}
.AnyTagClassName
{
color: #DA4518;
}
</style>
background-color css
<style>
a { background-color: #DA4518; }
a { background-color: rgb(218,69,24); }
div.DivClassName
{
background-color: #DA4518;
}
.BgClassName
{
background-color: #DA4518;
}
</style>
border-color css
<style>
span { border-color: #DA4518; }
span { border-color: rgb(218,69,24); }
td.TdClassName
{
border-color: #DA4518;
}
.TagClassName
{
border-color: #DA4518;
}
</style>