Html Css Color HEX #D63014 Harley Davidson Orange
📋 copy color: '#D63014'red 214 ◦ green 48 ◦ blue 20
Shades of Harley Davidson Orange #D63014
Tints of Harley Davidson Orange #D63014
RGB
CMYK
RGB Variations
Color information
#D63014 (or 0xD63014) is known color: Harley Davidson Orange. HEX triplet: D6, 30 and 14. RGB value is (214,48,20). Sum of RGB (Red+Green+Blue) = 214+48+20=282 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.89% from 282); Green value is 48 (19.14% from 255 or 17.02% from 282); Blue value is 20 (8.20% from 255 or 7.09% from 282); Max value from RGB is 214 - color contains mainly: red. Hex color #D63014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63014 is #29CFEB. Grayscale: #5E5E5E. Windows color (decimal): -2740204 or 1323222. OLE color: 1323222.
HSL color Cylindrical-coordinate representation of color #D63014: hue angle of 8.66º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D63014 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 48 | 20 | - |
| CMYK | 0 | 0.78 | 0.91 | 0.16 |
| HSL | 8.66º | 0.83% | 0.46% | - |
| HSV(B) | 8.66º | 0.91% | 0.84% | - |
| XYZ | 28.91 | 16.46 | 2.32 | - |
| YUV | 94.44 | 86 | 213.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 48 | 20 | 0 | 0.78 | 0.91 | 0.16 | 8.66 | 0.83 | 0.46 |
| Hex | D6 | 30 | 14 | 0 | 4E | 5B | 10 | 9 | 53 | 2E |
| Octal | 326 | 60 | 24 | 0 | 116 | 133 | 20 | 11 | 123 | 56 |
| Binary | 11010110 | 110000 | 10100 | 0 | 1001110 | 1011011 | 10000 | 1001 | 1010011 | 101110 |
Color Harmonies of #D63014
Complementary color
Monochromatic Colors of #D63014
Black with #D63014
Text Example
Text Example
White with #D63014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63014; }
p { color: rgb(214,48,20); }
H1.HeaderClassName
{
color: #D63014;
}
.AnyTagClassName
{
color: #D63014;
}
</style>
background-color css
<style>
a { background-color: #D63014; }
a { background-color: rgb(214,48,20); }
div.DivClassName
{
background-color: #D63014;
}
.BgClassName
{
background-color: #D63014;
}
</style>
border-color css
<style>
span { border-color: #D63014; }
span { border-color: rgb(214,48,20); }
td.TdClassName
{
border-color: #D63014;
}
.TagClassName
{
border-color: #D63014;
}
</style>