Html Css Color HEX #DA410B Harley Davidson Orange
📋 copy color: '#DA410B'red 218 ◦ green 65 ◦ blue 11
Shades of Harley Davidson Orange #DA410B
Tints of Harley Davidson Orange #DA410B
RGB
CMYK
RGB Variations
Color information
#DA410B (or 0xDA410B) is known color: Harley Davidson Orange. HEX triplet: DA, 41 and 0B. RGB value is (218,65,11). Sum of RGB (Red+Green+Blue) = 218+65+11=294 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.15% from 294); Green value is 65 (25.78% from 255 or 22.11% from 294); Blue value is 11 (4.69% from 255 or 3.74% from 294); Max value from RGB is 218 - color contains mainly: red. Hex color #DA410B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA410B is #25BEF4. Grayscale: #686868. Windows color (decimal): -2473717 or 737754. OLE color: 737754.
HSL color Cylindrical-coordinate representation of color #DA410B: hue angle of 15.65º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA410B is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 65 | 11 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.15 |
| HSL | 15.65º | 0.9% | 0.45% | - |
| HSV(B) | 15.65º | 0.95% | 0.85% | - |
| XYZ | 30.86 | 18.71 | 2.3 | - |
| YUV | 104.59 | 75.19 | 208.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 65 | 11 | 0 | 0.70 | 0.95 | 0.15 | 15.65 | 0.9 | 0.45 |
| Hex | DA | 41 | B | 0 | 46 | 5F | F | 10 | 5A | 2D |
| Octal | 332 | 101 | 13 | 0 | 106 | 137 | 17 | 20 | 132 | 55 |
| Binary | 11011010 | 1000001 | 1011 | 0 | 1000110 | 1011111 | 1111 | 10000 | 1011010 | 101101 |
Color Harmonies of #DA410B
Complementary color
Monochromatic Colors of #DA410B
Black with #DA410B
Text Example
Text Example
White with #DA410B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA410B; }
p { color: rgb(218,65,11); }
H1.HeaderClassName
{
color: #DA410B;
}
.AnyTagClassName
{
color: #DA410B;
}
</style>
background-color css
<style>
a { background-color: #DA410B; }
a { background-color: rgb(218,65,11); }
div.DivClassName
{
background-color: #DA410B;
}
.BgClassName
{
background-color: #DA410B;
}
</style>
border-color css
<style>
span { border-color: #DA410B; }
span { border-color: rgb(218,65,11); }
td.TdClassName
{
border-color: #DA410B;
}
.TagClassName
{
border-color: #DA410B;
}
</style>