Html Css Color HEX #D04520 Harley Davidson Orange
📋 copy color: '#D04520'red 208 ◦ green 69 ◦ blue 32
Shades of Harley Davidson Orange #D04520
Tints of Harley Davidson Orange #D04520
RGB
CMYK
RGB Variations
Color information
#D04520 (or 0xD04520) is known color: Harley Davidson Orange. HEX triplet: D0, 45 and 20. RGB value is (208,69,32). Sum of RGB (Red+Green+Blue) = 208+69+32=309 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.31% from 309); Green value is 69 (27.34% from 255 or 22.33% from 309); Blue value is 32 (12.89% from 255 or 10.36% from 309); Max value from RGB is 208 - color contains mainly: red. Hex color #D04520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04520 is #2FBADF. Grayscale: #6A6A6A. Windows color (decimal): -3128032 or 2115024. OLE color: 2115024.
HSL color Cylindrical-coordinate representation of color #D04520: hue angle of 12.61º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D04520 is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 69 | 32 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.18 |
| HSL | 12.61º | 0.73% | 0.47% | - |
| HSV(B) | 12.61º | 0.85% | 0.82% | - |
| XYZ | 28.4 | 17.77 | 3.3 | - |
| YUV | 106.34 | 86.05 | 200.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 69 | 32 | 0 | 0.67 | 0.85 | 0.18 | 12.61 | 0.73 | 0.47 |
| Hex | D0 | 45 | 20 | 0 | 43 | 55 | 12 | D | 49 | 2F |
| Octal | 320 | 105 | 40 | 0 | 103 | 125 | 22 | 15 | 111 | 57 |
| Binary | 11010000 | 1000101 | 100000 | 0 | 1000011 | 1010101 | 10010 | 1101 | 1001001 | 101111 |
Color Harmonies of #D04520
Complementary color
Monochromatic Colors of #D04520
Black with #D04520
Text Example
Text Example
White with #D04520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04520; }
p { color: rgb(208,69,32); }
H1.HeaderClassName
{
color: #D04520;
}
.AnyTagClassName
{
color: #D04520;
}
</style>
background-color css
<style>
a { background-color: #D04520; }
a { background-color: rgb(208,69,32); }
div.DivClassName
{
background-color: #D04520;
}
.BgClassName
{
background-color: #D04520;
}
</style>
border-color css
<style>
span { border-color: #D04520; }
span { border-color: rgb(208,69,32); }
td.TdClassName
{
border-color: #D04520;
}
.TagClassName
{
border-color: #D04520;
}
</style>