Html Css Color HEX #D63F14 Harley Davidson Orange
📋 copy color: '#D63F14'red 214 ◦ green 63 ◦ blue 20
Shades of Harley Davidson Orange #D63F14
Tints of Harley Davidson Orange #D63F14
RGB
CMYK
RGB Variations
Color information
#D63F14 (or 0xD63F14) is known color: Harley Davidson Orange. HEX triplet: D6, 3F and 14. RGB value is (214,63,20). Sum of RGB (Red+Green+Blue) = 214+63+20=297 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.05% from 297); Green value is 63 (25% from 255 or 21.21% from 297); Blue value is 20 (8.20% from 255 or 6.73% from 297); Max value from RGB is 214 - color contains mainly: red. Hex color #D63F14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63F14 is #29C0EB. Grayscale: #676767. Windows color (decimal): -2736364 or 1327062. OLE color: 1327062.
HSL color Cylindrical-coordinate representation of color #D63F14: hue angle of 13.3º 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 #D63F14 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 63 | 20 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.16 |
| HSL | 13.3º | 0.83% | 0.46% | - |
| HSV(B) | 13.3º | 0.91% | 0.84% | - |
| XYZ | 29.64 | 17.9 | 2.56 | - |
| YUV | 103.25 | 81.03 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 63 | 20 | 0 | 0.71 | 0.91 | 0.16 | 13.3 | 0.83 | 0.46 |
| Hex | D6 | 3F | 14 | 0 | 47 | 5B | 10 | D | 53 | 2E |
| Octal | 326 | 77 | 24 | 0 | 107 | 133 | 20 | 15 | 123 | 56 |
| Binary | 11010110 | 111111 | 10100 | 0 | 1000111 | 1011011 | 10000 | 1101 | 1010011 | 101110 |
Color Harmonies of #D63F14
Complementary color
Monochromatic Colors of #D63F14
Black with #D63F14
Text Example
Text Example
White with #D63F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63F14; }
p { color: rgb(214,63,20); }
H1.HeaderClassName
{
color: #D63F14;
}
.AnyTagClassName
{
color: #D63F14;
}
</style>
background-color css
<style>
a { background-color: #D63F14; }
a { background-color: rgb(214,63,20); }
div.DivClassName
{
background-color: #D63F14;
}
.BgClassName
{
background-color: #D63F14;
}
</style>
border-color css
<style>
span { border-color: #D63F14; }
span { border-color: rgb(214,63,20); }
td.TdClassName
{
border-color: #D63F14;
}
.TagClassName
{
border-color: #D63F14;
}
</style>