Html Css Color HEX #DA3616 Harley Davidson Orange
📋 copy color: '#DA3616'red 218 ◦ green 54 ◦ blue 22
Shades of Harley Davidson Orange #DA3616
Tints of Harley Davidson Orange #DA3616
RGB
CMYK
RGB Variations
Color information
#DA3616 (or 0xDA3616) is known color: Harley Davidson Orange. HEX triplet: DA, 36 and 16. RGB value is (218,54,22). Sum of RGB (Red+Green+Blue) = 218+54+22=294 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.15% from 294); Green value is 54 (21.48% from 255 or 18.37% from 294); Blue value is 22 (8.98% from 255 or 7.48% from 294); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3616 is #25C9E9. Grayscale: #636363. Windows color (decimal): -2476522 or 1455834. OLE color: 1455834.
HSL color Cylindrical-coordinate representation of color #DA3616: hue angle of 9.8º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA3616 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 54 | 22 | - |
| CMYK | 0 | 0.75 | 0.90 | 0.15 |
| HSL | 9.8º | 0.82% | 0.47% | - |
| HSV(B) | 9.8º | 0.9% | 0.85% | - |
| XYZ | 30.38 | 17.6 | 2.56 | - |
| YUV | 99.39 | 84.33 | 212.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 54 | 22 | 0 | 0.75 | 0.90 | 0.15 | 9.8 | 0.82 | 0.47 |
| Hex | DA | 36 | 16 | 0 | 4B | 5A | F | A | 52 | 2F |
| Octal | 332 | 66 | 26 | 0 | 113 | 132 | 17 | 12 | 122 | 57 |
| Binary | 11011010 | 110110 | 10110 | 0 | 1001011 | 1011010 | 1111 | 1010 | 1010010 | 101111 |
Color Harmonies of #DA3616
Complementary color
Monochromatic Colors of #DA3616
Black with #DA3616
Text Example
Text Example
White with #DA3616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3616; }
p { color: rgb(218,54,22); }
H1.HeaderClassName
{
color: #DA3616;
}
.AnyTagClassName
{
color: #DA3616;
}
</style>
background-color css
<style>
a { background-color: #DA3616; }
a { background-color: rgb(218,54,22); }
div.DivClassName
{
background-color: #DA3616;
}
.BgClassName
{
background-color: #DA3616;
}
</style>
border-color css
<style>
span { border-color: #DA3616; }
span { border-color: rgb(218,54,22); }
td.TdClassName
{
border-color: #DA3616;
}
.TagClassName
{
border-color: #DA3616;
}
</style>