Html Css Color HEX #DA4513 Harley Davidson Orange
📋 copy color: '#DA4513'red 218 ◦ green 69 ◦ blue 19
Shades of Harley Davidson Orange #DA4513
Tints of Harley Davidson Orange #DA4513
RGB
CMYK
RGB Variations
Color information
#DA4513 (or 0xDA4513) is known color: Harley Davidson Orange. HEX triplet: DA, 45 and 13. RGB value is (218,69,19). Sum of RGB (Red+Green+Blue) = 218+69+19=306 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.24% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 19 (7.81% from 255 or 6.21% from 306); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4513 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4513 is #25BAEC. Grayscale: #6C6C6C. Windows color (decimal): -2472685 or 1263066. OLE color: 1263066.
HSL color Cylindrical-coordinate representation of color #DA4513: hue angle of 15.08º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA4513 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 69 | 19 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.15 |
| HSL | 15.08º | 0.84% | 0.46% | - |
| HSV(B) | 15.08º | 0.91% | 0.85% | - |
| XYZ | 31.16 | 19.21 | 2.68 | - |
| YUV | 107.85 | 77.86 | 206.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 69 | 19 | 0 | 0.68 | 0.91 | 0.15 | 15.08 | 0.84 | 0.46 |
| Hex | DA | 45 | 13 | 0 | 44 | 5B | F | F | 54 | 2E |
| Octal | 332 | 105 | 23 | 0 | 104 | 133 | 17 | 17 | 124 | 56 |
| Binary | 11011010 | 1000101 | 10011 | 0 | 1000100 | 1011011 | 1111 | 1111 | 1010100 | 101110 |
Color Harmonies of #DA4513
Complementary color
Monochromatic Colors of #DA4513
Black with #DA4513
Text Example
Text Example
White with #DA4513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4513; }
p { color: rgb(218,69,19); }
H1.HeaderClassName
{
color: #DA4513;
}
.AnyTagClassName
{
color: #DA4513;
}
</style>
background-color css
<style>
a { background-color: #DA4513; }
a { background-color: rgb(218,69,19); }
div.DivClassName
{
background-color: #DA4513;
}
.BgClassName
{
background-color: #DA4513;
}
</style>
border-color css
<style>
span { border-color: #DA4513; }
span { border-color: rgb(218,69,19); }
td.TdClassName
{
border-color: #DA4513;
}
.TagClassName
{
border-color: #DA4513;
}
</style>