Html Css Color HEX #D04120 Harley Davidson Orange
📋 copy color: '#D04120'red 208 ◦ green 65 ◦ blue 32
Shades of Harley Davidson Orange #D04120
Tints of Harley Davidson Orange #D04120
RGB
CMYK
RGB Variations
Color information
#D04120 (or 0xD04120) is known color: Harley Davidson Orange. HEX triplet: D0, 41 and 20. RGB value is (208,65,32). Sum of RGB (Red+Green+Blue) = 208+65+32=305 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.20% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 32 (12.89% from 255 or 10.49% from 305); Max value from RGB is 208 - color contains mainly: red. Hex color #D04120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04120 is #2FBEDF. Grayscale: #686868. Windows color (decimal): -3129056 or 2114000. OLE color: 2114000.
HSL color Cylindrical-coordinate representation of color #D04120: hue angle of 11.25º 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 #D04120 is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 65 | 32 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.18 |
| HSL | 11.25º | 0.73% | 0.47% | - |
| HSV(B) | 11.25º | 0.85% | 0.82% | - |
| XYZ | 28.16 | 17.29 | 3.22 | - |
| YUV | 104 | 87.38 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 65 | 32 | 0 | 0.69 | 0.85 | 0.18 | 11.25 | 0.73 | 0.47 |
| Hex | D0 | 41 | 20 | 0 | 45 | 55 | 12 | B | 49 | 2F |
| Octal | 320 | 101 | 40 | 0 | 105 | 125 | 22 | 13 | 111 | 57 |
| Binary | 11010000 | 1000001 | 100000 | 0 | 1000101 | 1010101 | 10010 | 1011 | 1001001 | 101111 |
Color Harmonies of #D04120
Complementary color
Monochromatic Colors of #D04120
Black with #D04120
Text Example
Text Example
White with #D04120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04120; }
p { color: rgb(208,65,32); }
H1.HeaderClassName
{
color: #D04120;
}
.AnyTagClassName
{
color: #D04120;
}
</style>
background-color css
<style>
a { background-color: #D04120; }
a { background-color: rgb(208,65,32); }
div.DivClassName
{
background-color: #D04120;
}
.BgClassName
{
background-color: #D04120;
}
</style>
border-color css
<style>
span { border-color: #D04120; }
span { border-color: rgb(208,65,32); }
td.TdClassName
{
border-color: #D04120;
}
.TagClassName
{
border-color: #D04120;
}
</style>