Html Css Color HEX #D63514 Harley Davidson Orange
📋 copy color: '#D63514'red 214 ◦ green 53 ◦ blue 20
Shades of Harley Davidson Orange #D63514
Tints of Harley Davidson Orange #D63514
RGB
CMYK
RGB Variations
Color information
#D63514 (or 0xD63514) is known color: Harley Davidson Orange. HEX triplet: D6, 35 and 14. RGB value is (214,53,20). Sum of RGB (Red+Green+Blue) = 214+53+20=287 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.56% from 287); Green value is 53 (21.09% from 255 or 18.47% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 214 - color contains mainly: red. Hex color #D63514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63514 is #29CAEB. Grayscale: #616161. Windows color (decimal): -2738924 or 1324502. OLE color: 1324502.
HSL color Cylindrical-coordinate representation of color #D63514: hue angle of 10.21º 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 #D63514 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 53 | 20 | - |
| CMYK | 0 | 0.75 | 0.91 | 0.16 |
| HSL | 10.21º | 0.83% | 0.46% | - |
| HSV(B) | 10.21º | 0.91% | 0.84% | - |
| XYZ | 29.13 | 16.89 | 2.39 | - |
| YUV | 97.38 | 84.34 | 211.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 53 | 20 | 0 | 0.75 | 0.91 | 0.16 | 10.21 | 0.83 | 0.46 |
| Hex | D6 | 35 | 14 | 0 | 4B | 5B | 10 | A | 53 | 2E |
| Octal | 326 | 65 | 24 | 0 | 113 | 133 | 20 | 12 | 123 | 56 |
| Binary | 11010110 | 110101 | 10100 | 0 | 1001011 | 1011011 | 10000 | 1010 | 1010011 | 101110 |
Color Harmonies of #D63514
Complementary color
Monochromatic Colors of #D63514
Black with #D63514
Text Example
Text Example
White with #D63514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63514; }
p { color: rgb(214,53,20); }
H1.HeaderClassName
{
color: #D63514;
}
.AnyTagClassName
{
color: #D63514;
}
</style>
background-color css
<style>
a { background-color: #D63514; }
a { background-color: rgb(214,53,20); }
div.DivClassName
{
background-color: #D63514;
}
.BgClassName
{
background-color: #D63514;
}
</style>
border-color css
<style>
span { border-color: #D63514; }
span { border-color: rgb(214,53,20); }
td.TdClassName
{
border-color: #D63514;
}
.TagClassName
{
border-color: #D63514;
}
</style>