Html Css Color HEX #D64022 Harley Davidson Orange
📋 copy color: '#D64022'red 214 ◦ green 64 ◦ blue 34
Shades of Harley Davidson Orange #D64022
Tints of Harley Davidson Orange #D64022
RGB
CMYK
RGB Variations
Color information
#D64022 (or 0xD64022) is known color: Harley Davidson Orange. HEX triplet: D6, 40 and 22. RGB value is (214,64,34). Sum of RGB (Red+Green+Blue) = 214+64+34=312 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.59% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 34 (13.67% from 255 or 10.90% from 312); Max value from RGB is 214 - color contains mainly: red. Hex color #D64022 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64022 is #29BFDD. Grayscale: #696969. Windows color (decimal): -2736094 or 2244822. OLE color: 2244822.
HSL color Cylindrical-coordinate representation of color #D64022: hue angle of 10º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D64022 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 64 | 34 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.16 |
| HSL | 10º | 0.73% | 0.49% | - |
| HSV(B) | 10º | 0.84% | 0.84% | - |
| XYZ | 29.85 | 18.08 | 3.43 | - |
| YUV | 105.43 | 87.7 | 205.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 64 | 34 | 0 | 0.70 | 0.84 | 0.16 | 10 | 0.73 | 0.49 |
| Hex | D6 | 40 | 22 | 0 | 46 | 54 | 10 | A | 49 | 31 |
| Octal | 326 | 100 | 42 | 0 | 106 | 124 | 20 | 12 | 111 | 61 |
| Binary | 11010110 | 1000000 | 100010 | 0 | 1000110 | 1010100 | 10000 | 1010 | 1001001 | 110001 |
Color Harmonies of #D64022
Complementary color
Monochromatic Colors of #D64022
Black with #D64022
Text Example
Text Example
White with #D64022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64022; }
p { color: rgb(214,64,34); }
H1.HeaderClassName
{
color: #D64022;
}
.AnyTagClassName
{
color: #D64022;
}
</style>
background-color css
<style>
a { background-color: #D64022; }
a { background-color: rgb(214,64,34); }
div.DivClassName
{
background-color: #D64022;
}
.BgClassName
{
background-color: #D64022;
}
</style>
border-color css
<style>
span { border-color: #D64022; }
span { border-color: rgb(214,64,34); }
td.TdClassName
{
border-color: #D64022;
}
.TagClassName
{
border-color: #D64022;
}
</style>