Html Css Color HEX #D64414 Harley Davidson Orange
📋 copy color: '#D64414'red 214 ◦ green 68 ◦ blue 20
Shades of Harley Davidson Orange #D64414
Tints of Harley Davidson Orange #D64414
RGB
CMYK
RGB Variations
Color information
#D64414 (or 0xD64414) is known color: Harley Davidson Orange. HEX triplet: D6, 44 and 14. RGB value is (214,68,20). Sum of RGB (Red+Green+Blue) = 214+68+20=302 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.86% from 302); Green value is 68 (26.95% from 255 or 22.52% from 302); Blue value is 20 (8.20% from 255 or 6.62% from 302); Max value from RGB is 214 - color contains mainly: red. Hex color #D64414 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64414 is #29BBEB. Grayscale: #6A6A6A. Windows color (decimal): -2735084 or 1328342. OLE color: 1328342.
HSL color Cylindrical-coordinate representation of color #D64414: hue angle of 14.85º 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 #D64414 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 68 | 20 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.16 |
| HSL | 14.85º | 0.83% | 0.46% | - |
| HSV(B) | 14.85º | 0.91% | 0.84% | - |
| XYZ | 29.92 | 18.48 | 2.65 | - |
| YUV | 106.18 | 79.37 | 204.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 68 | 20 | 0 | 0.68 | 0.91 | 0.16 | 14.85 | 0.83 | 0.46 |
| Hex | D6 | 44 | 14 | 0 | 44 | 5B | 10 | F | 53 | 2E |
| Octal | 326 | 104 | 24 | 0 | 104 | 133 | 20 | 17 | 123 | 56 |
| Binary | 11010110 | 1000100 | 10100 | 0 | 1000100 | 1011011 | 10000 | 1111 | 1010011 | 101110 |
Color Harmonies of #D64414
Complementary color
Monochromatic Colors of #D64414
Black with #D64414
Text Example
Text Example
White with #D64414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64414; }
p { color: rgb(214,68,20); }
H1.HeaderClassName
{
color: #D64414;
}
.AnyTagClassName
{
color: #D64414;
}
</style>
background-color css
<style>
a { background-color: #D64414; }
a { background-color: rgb(214,68,20); }
div.DivClassName
{
background-color: #D64414;
}
.BgClassName
{
background-color: #D64414;
}
</style>
border-color css
<style>
span { border-color: #D64414; }
span { border-color: rgb(214,68,20); }
td.TdClassName
{
border-color: #D64414;
}
.TagClassName
{
border-color: #D64414;
}
</style>