Html Css Color HEX #DA4C18 Harley Davidson Orange
📋 copy color: '#DA4C18'red 218 ◦ green 76 ◦ blue 24
Shades of Harley Davidson Orange #DA4C18
Tints of Harley Davidson Orange #DA4C18
RGB
CMYK
RGB Variations
Color information
#DA4C18 (or 0xDA4C18) is known color: Harley Davidson Orange. HEX triplet: DA, 4C and 18. RGB value is (218,76,24). Sum of RGB (Red+Green+Blue) = 218+76+24=318 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.55% from 318); Green value is 76 (30.08% from 255 or 23.90% from 318); Blue value is 24 (9.77% from 255 or 7.55% from 318); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4C18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4C18 is #25B3E7. Grayscale: #707070. Windows color (decimal): -2470888 or 1592538. OLE color: 1592538.
HSL color Cylindrical-coordinate representation of color #DA4C18: hue angle of 16.08º 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 #DA4C18 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 76 | 24 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.15 |
| HSL | 16.08º | 0.8% | 0.47% | - |
| HSV(B) | 16.08º | 0.89% | 0.85% | - |
| XYZ | 31.66 | 20.14 | 3.08 | - |
| YUV | 112.53 | 78.04 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 76 | 24 | 0 | 0.65 | 0.89 | 0.15 | 16.08 | 0.8 | 0.47 |
| Hex | DA | 4C | 18 | 0 | 41 | 59 | F | 10 | 50 | 2F |
| Octal | 332 | 114 | 30 | 0 | 101 | 131 | 17 | 20 | 120 | 57 |
| Binary | 11011010 | 1001100 | 11000 | 0 | 1000001 | 1011001 | 1111 | 10000 | 1010000 | 101111 |
Color Harmonies of #DA4C18
Complementary color
Monochromatic Colors of #DA4C18
Black with #DA4C18
Text Example
Text Example
White with #DA4C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4C18; }
p { color: rgb(218,76,24); }
H1.HeaderClassName
{
color: #DA4C18;
}
.AnyTagClassName
{
color: #DA4C18;
}
</style>
background-color css
<style>
a { background-color: #DA4C18; }
a { background-color: rgb(218,76,24); }
div.DivClassName
{
background-color: #DA4C18;
}
.BgClassName
{
background-color: #DA4C18;
}
</style>
border-color css
<style>
span { border-color: #DA4C18; }
span { border-color: rgb(218,76,24); }
td.TdClassName
{
border-color: #DA4C18;
}
.TagClassName
{
border-color: #DA4C18;
}
</style>