Html Css Color HEX #DA410D Harley Davidson Orange
📋 copy color: '#DA410D'red 218 ◦ green 65 ◦ blue 13
Shades of Harley Davidson Orange #DA410D
Tints of Harley Davidson Orange #DA410D
RGB
CMYK
RGB Variations
Color information
#DA410D (or 0xDA410D) is known color: Harley Davidson Orange. HEX triplet: DA, 41 and 0D. RGB value is (218,65,13). Sum of RGB (Red+Green+Blue) = 218+65+13=296 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.65% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 13 (5.47% from 255 or 4.39% from 296); Max value from RGB is 218 - color contains mainly: red. Hex color #DA410D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA410D is #25BEF2. Grayscale: #696969. Windows color (decimal): -2473715 or 868826. OLE color: 868826.
HSL color Cylindrical-coordinate representation of color #DA410D: hue angle of 15.22º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA410D is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 65 | 13 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.15 |
| HSL | 15.22º | 0.89% | 0.45% | - |
| HSV(B) | 15.22º | 0.94% | 0.85% | - |
| XYZ | 30.88 | 18.72 | 2.37 | - |
| YUV | 104.82 | 76.19 | 208.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 65 | 13 | 0 | 0.70 | 0.94 | 0.15 | 15.22 | 0.89 | 0.45 |
| Hex | DA | 41 | D | 0 | 46 | 5E | F | F | 59 | 2D |
| Octal | 332 | 101 | 15 | 0 | 106 | 136 | 17 | 17 | 131 | 55 |
| Binary | 11011010 | 1000001 | 1101 | 0 | 1000110 | 1011110 | 1111 | 1111 | 1011001 | 101101 |
Color Harmonies of #DA410D
Complementary color
Monochromatic Colors of #DA410D
Black with #DA410D
Text Example
Text Example
White with #DA410D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA410D; }
p { color: rgb(218,65,13); }
H1.HeaderClassName
{
color: #DA410D;
}
.AnyTagClassName
{
color: #DA410D;
}
</style>
background-color css
<style>
a { background-color: #DA410D; }
a { background-color: rgb(218,65,13); }
div.DivClassName
{
background-color: #DA410D;
}
.BgClassName
{
background-color: #DA410D;
}
</style>
border-color css
<style>
span { border-color: #DA410D; }
span { border-color: rgb(218,65,13); }
td.TdClassName
{
border-color: #DA410D;
}
.TagClassName
{
border-color: #DA410D;
}
</style>