Html Css Color HEX #D04114 Harley Davidson Orange
📋 copy color: '#D04114'red 208 ◦ green 65 ◦ blue 20
Shades of Harley Davidson Orange #D04114
Tints of Harley Davidson Orange #D04114
RGB
CMYK
RGB Variations
Color information
#D04114 (or 0xD04114) is known color: Harley Davidson Orange. HEX triplet: D0, 41 and 14. RGB value is (208,65,20). Sum of RGB (Red+Green+Blue) = 208+65+20=293 (38% of max value = 765). Red value is 208 (81.64% from 255 or 70.99% from 293); Green value is 65 (25.78% from 255 or 22.18% from 293); Blue value is 20 (8.20% from 255 or 6.83% from 293); Max value from RGB is 208 - color contains mainly: red. Hex color #D04114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04114 is #2FBEEB. Grayscale: #666666. Windows color (decimal): -3129068 or 1327568. OLE color: 1327568.
HSL color Cylindrical-coordinate representation of color #D04114: hue angle of 14.36º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D04114 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 65 | 20 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.18 |
| HSL | 14.36º | 0.82% | 0.45% | - |
| HSV(B) | 14.36º | 0.9% | 0.82% | - |
| XYZ | 28.03 | 17.24 | 2.51 | - |
| YUV | 102.63 | 81.38 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 65 | 20 | 0 | 0.69 | 0.90 | 0.18 | 14.36 | 0.82 | 0.45 |
| Hex | D0 | 41 | 14 | 0 | 45 | 5A | 12 | E | 52 | 2D |
| Octal | 320 | 101 | 24 | 0 | 105 | 132 | 22 | 16 | 122 | 55 |
| Binary | 11010000 | 1000001 | 10100 | 0 | 1000101 | 1011010 | 10010 | 1110 | 1010010 | 101101 |
Color Harmonies of #D04114
Complementary color
Monochromatic Colors of #D04114
Black with #D04114
Text Example
Text Example
White with #D04114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04114; }
p { color: rgb(208,65,20); }
H1.HeaderClassName
{
color: #D04114;
}
.AnyTagClassName
{
color: #D04114;
}
</style>
background-color css
<style>
a { background-color: #D04114; }
a { background-color: rgb(208,65,20); }
div.DivClassName
{
background-color: #D04114;
}
.BgClassName
{
background-color: #D04114;
}
</style>
border-color css
<style>
span { border-color: #D04114; }
span { border-color: rgb(208,65,20); }
td.TdClassName
{
border-color: #D04114;
}
.TagClassName
{
border-color: #D04114;
}
</style>