Html Css Color HEX #DA4510 Harley Davidson Orange
📋 copy color: '#DA4510'red 218 ◦ green 69 ◦ blue 16
Shades of Harley Davidson Orange #DA4510
Tints of Harley Davidson Orange #DA4510
RGB
CMYK
RGB Variations
Color information
#DA4510 (or 0xDA4510) is known color: Harley Davidson Orange. HEX triplet: DA, 45 and 10. RGB value is (218,69,16). Sum of RGB (Red+Green+Blue) = 218+69+16=303 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.95% from 303); Green value is 69 (27.34% from 255 or 22.77% from 303); Blue value is 16 (6.64% from 255 or 5.28% from 303); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4510 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4510 is #25BAEF. Grayscale: #6B6B6B. Windows color (decimal): -2472688 or 1066458. OLE color: 1066458.
HSL color Cylindrical-coordinate representation of color #DA4510: hue angle of 15.74º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA4510 is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 69 | 16 | - |
| CMYK | 0 | 0.68 | 0.93 | 0.15 |
| HSL | 15.74º | 0.86% | 0.46% | - |
| HSV(B) | 15.74º | 0.93% | 0.85% | - |
| XYZ | 31.14 | 19.2 | 2.56 | - |
| YUV | 107.51 | 76.36 | 206.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 69 | 16 | 0 | 0.68 | 0.93 | 0.15 | 15.74 | 0.86 | 0.46 |
| Hex | DA | 45 | 10 | 0 | 44 | 5D | F | 10 | 56 | 2E |
| Octal | 332 | 105 | 20 | 0 | 104 | 135 | 17 | 20 | 126 | 56 |
| Binary | 11011010 | 1000101 | 10000 | 0 | 1000100 | 1011101 | 1111 | 10000 | 1010110 | 101110 |
Color Harmonies of #DA4510
Complementary color
Monochromatic Colors of #DA4510
Black with #DA4510
Text Example
Text Example
White with #DA4510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4510; }
p { color: rgb(218,69,16); }
H1.HeaderClassName
{
color: #DA4510;
}
.AnyTagClassName
{
color: #DA4510;
}
</style>
background-color css
<style>
a { background-color: #DA4510; }
a { background-color: rgb(218,69,16); }
div.DivClassName
{
background-color: #DA4510;
}
.BgClassName
{
background-color: #DA4510;
}
</style>
border-color css
<style>
span { border-color: #DA4510; }
span { border-color: rgb(218,69,16); }
td.TdClassName
{
border-color: #DA4510;
}
.TagClassName
{
border-color: #DA4510;
}
</style>