Html Css Color HEX #DA4411 Harley Davidson Orange
📋 copy color: '#DA4411'red 218 ◦ green 68 ◦ blue 17
Shades of Harley Davidson Orange #DA4411
Tints of Harley Davidson Orange #DA4411
RGB
CMYK
RGB Variations
Color information
#DA4411 (or 0xDA4411) is known color: Harley Davidson Orange. HEX triplet: DA, 44 and 11. RGB value is (218,68,17). Sum of RGB (Red+Green+Blue) = 218+68+17=303 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.95% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 17 (7.03% from 255 or 5.61% from 303); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4411 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4411 is #25BBEE. Grayscale: #6B6B6B. Windows color (decimal): -2472943 or 1131738. OLE color: 1131738.
HSL color Cylindrical-coordinate representation of color #DA4411: hue angle of 15.22º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA4411 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 68 | 17 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.15 |
| HSL | 15.22º | 0.86% | 0.46% | - |
| HSV(B) | 15.22º | 0.92% | 0.85% | - |
| XYZ | 31.08 | 19.08 | 2.57 | - |
| YUV | 107.04 | 77.2 | 207.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 68 | 17 | 0 | 0.69 | 0.92 | 0.15 | 15.22 | 0.86 | 0.46 |
| Hex | DA | 44 | 11 | 0 | 45 | 5C | F | F | 56 | 2E |
| Octal | 332 | 104 | 21 | 0 | 105 | 134 | 17 | 17 | 126 | 56 |
| Binary | 11011010 | 1000100 | 10001 | 0 | 1000101 | 1011100 | 1111 | 1111 | 1010110 | 101110 |
Color Harmonies of #DA4411
Complementary color
Monochromatic Colors of #DA4411
Black with #DA4411
Text Example
Text Example
White with #DA4411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4411; }
p { color: rgb(218,68,17); }
H1.HeaderClassName
{
color: #DA4411;
}
.AnyTagClassName
{
color: #DA4411;
}
</style>
background-color css
<style>
a { background-color: #DA4411; }
a { background-color: rgb(218,68,17); }
div.DivClassName
{
background-color: #DA4411;
}
.BgClassName
{
background-color: #DA4411;
}
</style>
border-color css
<style>
span { border-color: #DA4411; }
span { border-color: rgb(218,68,17); }
td.TdClassName
{
border-color: #DA4411;
}
.TagClassName
{
border-color: #DA4411;
}
</style>