Html Css Color HEX #D04420 Harley Davidson Orange
📋 copy color: '#D04420'red 208 ◦ green 68 ◦ blue 32
Shades of Harley Davidson Orange #D04420
Tints of Harley Davidson Orange #D04420
RGB
CMYK
RGB Variations
Color information
#D04420 (or 0xD04420) is known color: Harley Davidson Orange. HEX triplet: D0, 44 and 20. RGB value is (208,68,32). Sum of RGB (Red+Green+Blue) = 208+68+32=308 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.53% from 308); Green value is 68 (26.95% from 255 or 22.08% from 308); Blue value is 32 (12.89% from 255 or 10.39% from 308); Max value from RGB is 208 - color contains mainly: red. Hex color #D04420 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04420 is #2FBBDF. Grayscale: #6A6A6A. Windows color (decimal): -3128288 or 2114768. OLE color: 2114768.
HSL color Cylindrical-coordinate representation of color #D04420: hue angle of 12.27º 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 #D04420 is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 68 | 32 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.18 |
| HSL | 12.27º | 0.73% | 0.47% | - |
| HSV(B) | 12.27º | 0.85% | 0.82% | - |
| XYZ | 28.34 | 17.65 | 3.28 | - |
| YUV | 105.76 | 86.38 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 68 | 32 | 0 | 0.67 | 0.85 | 0.18 | 12.27 | 0.73 | 0.47 |
| Hex | D0 | 44 | 20 | 0 | 43 | 55 | 12 | C | 49 | 2F |
| Octal | 320 | 104 | 40 | 0 | 103 | 125 | 22 | 14 | 111 | 57 |
| Binary | 11010000 | 1000100 | 100000 | 0 | 1000011 | 1010101 | 10010 | 1100 | 1001001 | 101111 |
Color Harmonies of #D04420
Complementary color
Monochromatic Colors of #D04420
Black with #D04420
Text Example
Text Example
White with #D04420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04420; }
p { color: rgb(208,68,32); }
H1.HeaderClassName
{
color: #D04420;
}
.AnyTagClassName
{
color: #D04420;
}
</style>
background-color css
<style>
a { background-color: #D04420; }
a { background-color: rgb(208,68,32); }
div.DivClassName
{
background-color: #D04420;
}
.BgClassName
{
background-color: #D04420;
}
</style>
border-color css
<style>
span { border-color: #D04420; }
span { border-color: rgb(208,68,32); }
td.TdClassName
{
border-color: #D04420;
}
.TagClassName
{
border-color: #D04420;
}
</style>