Html Css Color HEX #D63E14 Harley Davidson Orange
📋 copy color: '#D63E14'red 214 ◦ green 62 ◦ blue 20
Shades of Harley Davidson Orange #D63E14
Tints of Harley Davidson Orange #D63E14
RGB
CMYK
RGB Variations
Color information
#D63E14 (or 0xD63E14) is known color: Harley Davidson Orange. HEX triplet: D6, 3E and 14. RGB value is (214,62,20). Sum of RGB (Red+Green+Blue) = 214+62+20=296 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.30% from 296); Green value is 62 (24.61% from 255 or 20.95% from 296); Blue value is 20 (8.20% from 255 or 6.76% from 296); Max value from RGB is 214 - color contains mainly: red. Hex color #D63E14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63E14 is #29C1EB. Grayscale: #666666. Windows color (decimal): -2736620 or 1326806. OLE color: 1326806.
HSL color Cylindrical-coordinate representation of color #D63E14: hue angle of 12.99º 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 #D63E14 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 62 | 20 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.16 |
| HSL | 12.99º | 0.83% | 0.46% | - |
| HSV(B) | 12.99º | 0.91% | 0.84% | - |
| XYZ | 29.58 | 17.79 | 2.54 | - |
| YUV | 102.66 | 81.36 | 207.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 62 | 20 | 0 | 0.71 | 0.91 | 0.16 | 12.99 | 0.83 | 0.46 |
| Hex | D6 | 3E | 14 | 0 | 47 | 5B | 10 | D | 53 | 2E |
| Octal | 326 | 76 | 24 | 0 | 107 | 133 | 20 | 15 | 123 | 56 |
| Binary | 11010110 | 111110 | 10100 | 0 | 1000111 | 1011011 | 10000 | 1101 | 1010011 | 101110 |
Color Harmonies of #D63E14
Complementary color
Monochromatic Colors of #D63E14
Black with #D63E14
Text Example
Text Example
White with #D63E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63E14; }
p { color: rgb(214,62,20); }
H1.HeaderClassName
{
color: #D63E14;
}
.AnyTagClassName
{
color: #D63E14;
}
</style>
background-color css
<style>
a { background-color: #D63E14; }
a { background-color: rgb(214,62,20); }
div.DivClassName
{
background-color: #D63E14;
}
.BgClassName
{
background-color: #D63E14;
}
</style>
border-color css
<style>
span { border-color: #D63E14; }
span { border-color: rgb(214,62,20); }
td.TdClassName
{
border-color: #D63E14;
}
.TagClassName
{
border-color: #D63E14;
}
</style>