Html Css Color HEX #D63721 Harley Davidson Orange
📋 copy color: '#D63721'red 214 ◦ green 55 ◦ blue 33
Shades of Harley Davidson Orange #D63721
Tints of Harley Davidson Orange #D63721
RGB
CMYK
RGB Variations
Color information
#D63721 (or 0xD63721) is known color: Harley Davidson Orange. HEX triplet: D6, 37 and 21. RGB value is (214,55,33). Sum of RGB (Red+Green+Blue) = 214+55+33=302 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.86% from 302); Green value is 55 (21.88% from 255 or 18.21% from 302); Blue value is 33 (13.28% from 255 or 10.93% from 302); Max value from RGB is 214 - color contains mainly: red. Hex color #D63721 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63721 is #29C8DE. Grayscale: #646464. Windows color (decimal): -2738399 or 2176982. OLE color: 2176982.
HSL color Cylindrical-coordinate representation of color #D63721: hue angle of 7.29º 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 #D63721 is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 55 | 33 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.16 |
| HSL | 7.29º | 0.73% | 0.48% | - |
| HSV(B) | 7.29º | 0.85% | 0.84% | - |
| XYZ | 29.37 | 17.14 | 3.2 | - |
| YUV | 100.03 | 90.18 | 209.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 55 | 33 | 0 | 0.74 | 0.85 | 0.16 | 7.29 | 0.73 | 0.48 |
| Hex | D6 | 37 | 21 | 0 | 4A | 55 | 10 | 7 | 49 | 30 |
| Octal | 326 | 67 | 41 | 0 | 112 | 125 | 20 | 7 | 111 | 60 |
| Binary | 11010110 | 110111 | 100001 | 0 | 1001010 | 1010101 | 10000 | 111 | 1001001 | 110000 |
Color Harmonies of #D63721
Complementary color
Monochromatic Colors of #D63721
Black with #D63721
Text Example
Text Example
White with #D63721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63721; }
p { color: rgb(214,55,33); }
H1.HeaderClassName
{
color: #D63721;
}
.AnyTagClassName
{
color: #D63721;
}
</style>
background-color css
<style>
a { background-color: #D63721; }
a { background-color: rgb(214,55,33); }
div.DivClassName
{
background-color: #D63721;
}
.BgClassName
{
background-color: #D63721;
}
</style>
border-color css
<style>
span { border-color: #D63721; }
span { border-color: rgb(214,55,33); }
td.TdClassName
{
border-color: #D63721;
}
.TagClassName
{
border-color: #D63721;
}
</style>