Html Css Color HEX #D64321 Harley Davidson Orange
📋 copy color: '#D64321'red 214 ◦ green 67 ◦ blue 33
Shades of Harley Davidson Orange #D64321
Tints of Harley Davidson Orange #D64321
RGB
CMYK
RGB Variations
Color information
#D64321 (or 0xD64321) is known color: Harley Davidson Orange. HEX triplet: D6, 43 and 21. RGB value is (214,67,33). Sum of RGB (Red+Green+Blue) = 214+67+33=314 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.15% from 314); Green value is 67 (26.56% from 255 or 21.34% from 314); Blue value is 33 (13.28% from 255 or 10.51% from 314); Max value from RGB is 214 - color contains mainly: red. Hex color #D64321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64321 is #29BCDE. Grayscale: #6B6B6B. Windows color (decimal): -2735327 or 2180054. OLE color: 2180054.
HSL color Cylindrical-coordinate representation of color #D64321: hue angle of 11.27º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D64321 is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 67 | 33 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.16 |
| HSL | 11.27º | 0.73% | 0.48% | - |
| HSV(B) | 11.27º | 0.85% | 0.84% | - |
| XYZ | 30.01 | 18.42 | 3.41 | - |
| YUV | 107.08 | 86.2 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 67 | 33 | 0 | 0.69 | 0.85 | 0.16 | 11.27 | 0.73 | 0.48 |
| Hex | D6 | 43 | 21 | 0 | 45 | 55 | 10 | B | 49 | 30 |
| Octal | 326 | 103 | 41 | 0 | 105 | 125 | 20 | 13 | 111 | 60 |
| Binary | 11010110 | 1000011 | 100001 | 0 | 1000101 | 1010101 | 10000 | 1011 | 1001001 | 110000 |
Color Harmonies of #D64321
Complementary color
Monochromatic Colors of #D64321
Black with #D64321
Text Example
Text Example
White with #D64321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64321; }
p { color: rgb(214,67,33); }
H1.HeaderClassName
{
color: #D64321;
}
.AnyTagClassName
{
color: #D64321;
}
</style>
background-color css
<style>
a { background-color: #D64321; }
a { background-color: rgb(214,67,33); }
div.DivClassName
{
background-color: #D64321;
}
.BgClassName
{
background-color: #D64321;
}
</style>
border-color css
<style>
span { border-color: #D64321; }
span { border-color: rgb(214,67,33); }
td.TdClassName
{
border-color: #D64321;
}
.TagClassName
{
border-color: #D64321;
}
</style>