Html Css Color HEX #D04A14 Harley Davidson Orange
📋 copy color: '#D04A14'red 208 ◦ green 74 ◦ blue 20
Shades of Harley Davidson Orange #D04A14
Tints of Harley Davidson Orange #D04A14
RGB
CMYK
RGB Variations
Color information
#D04A14 (or 0xD04A14) is known color: Harley Davidson Orange. HEX triplet: D0, 4A and 14. RGB value is (208,74,20). Sum of RGB (Red+Green+Blue) = 208+74+20=302 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.87% from 302); Green value is 74 (29.30% from 255 or 24.50% from 302); Blue value is 20 (8.20% from 255 or 6.62% from 302); Max value from RGB is 208 - color contains mainly: red. Hex color #D04A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04A14 is #2FB5EB. Grayscale: #6C6C6C. Windows color (decimal): -3126764 or 1329872. OLE color: 1329872.
HSL color Cylindrical-coordinate representation of color #D04A14: hue angle of 17.23º 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 #D04A14 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 74 | 20 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.18 |
| HSL | 17.23º | 0.82% | 0.45% | - |
| HSV(B) | 17.23º | 0.9% | 0.82% | - |
| XYZ | 28.59 | 18.36 | 2.7 | - |
| YUV | 107.91 | 78.39 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 74 | 20 | 0 | 0.64 | 0.90 | 0.18 | 17.23 | 0.82 | 0.45 |
| Hex | D0 | 4A | 14 | 0 | 40 | 5A | 12 | 11 | 52 | 2D |
| Octal | 320 | 112 | 24 | 0 | 100 | 132 | 22 | 21 | 122 | 55 |
| Binary | 11010000 | 1001010 | 10100 | 0 | 1000000 | 1011010 | 10010 | 10001 | 1010010 | 101101 |
Color Harmonies of #D04A14
Complementary color
Monochromatic Colors of #D04A14
Black with #D04A14
Text Example
Text Example
White with #D04A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04A14; }
p { color: rgb(208,74,20); }
H1.HeaderClassName
{
color: #D04A14;
}
.AnyTagClassName
{
color: #D04A14;
}
</style>
background-color css
<style>
a { background-color: #D04A14; }
a { background-color: rgb(208,74,20); }
div.DivClassName
{
background-color: #D04A14;
}
.BgClassName
{
background-color: #D04A14;
}
</style>
border-color css
<style>
span { border-color: #D04A14; }
span { border-color: rgb(208,74,20); }
td.TdClassName
{
border-color: #D04A14;
}
.TagClassName
{
border-color: #D04A14;
}
</style>