Html Css Color HEX #D03614 Harley Davidson Orange
📋 copy color: '#D03614'red 208 ◦ green 54 ◦ blue 20
Shades of Harley Davidson Orange #D03614
Tints of Harley Davidson Orange #D03614
RGB
CMYK
RGB Variations
Color information
#D03614 (or 0xD03614) is known color: Harley Davidson Orange. HEX triplet: D0, 36 and 14. RGB value is (208,54,20). Sum of RGB (Red+Green+Blue) = 208+54+20=282 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.76% from 282); Green value is 54 (21.48% from 255 or 19.15% from 282); Blue value is 20 (8.20% from 255 or 7.09% from 282); Max value from RGB is 208 - color contains mainly: red. Hex color #D03614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03614 is #2FC9EB. Grayscale: #606060. Windows color (decimal): -3131884 or 1324752. OLE color: 1324752.
HSL color Cylindrical-coordinate representation of color #D03614: hue angle of 10.85º 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 #D03614 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 54 | 20 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.18 |
| HSL | 10.85º | 0.82% | 0.45% | - |
| HSV(B) | 10.85º | 0.9% | 0.82% | - |
| XYZ | 27.46 | 16.1 | 2.32 | - |
| YUV | 96.17 | 85.02 | 207.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 54 | 20 | 0 | 0.74 | 0.90 | 0.18 | 10.85 | 0.82 | 0.45 |
| Hex | D0 | 36 | 14 | 0 | 4A | 5A | 12 | B | 52 | 2D |
| Octal | 320 | 66 | 24 | 0 | 112 | 132 | 22 | 13 | 122 | 55 |
| Binary | 11010000 | 110110 | 10100 | 0 | 1001010 | 1011010 | 10010 | 1011 | 1010010 | 101101 |
Color Harmonies of #D03614
Complementary color
Monochromatic Colors of #D03614
Black with #D03614
Text Example
Text Example
White with #D03614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03614; }
p { color: rgb(208,54,20); }
H1.HeaderClassName
{
color: #D03614;
}
.AnyTagClassName
{
color: #D03614;
}
</style>
background-color css
<style>
a { background-color: #D03614; }
a { background-color: rgb(208,54,20); }
div.DivClassName
{
background-color: #D03614;
}
.BgClassName
{
background-color: #D03614;
}
</style>
border-color css
<style>
span { border-color: #D03614; }
span { border-color: rgb(208,54,20); }
td.TdClassName
{
border-color: #D03614;
}
.TagClassName
{
border-color: #D03614;
}
</style>