Html Css Color HEX #D63A09 Harley Davidson Orange
📋 copy color: '#D63A09'red 214 ◦ green 58 ◦ blue 9
Shades of Harley Davidson Orange #D63A09
Tints of Harley Davidson Orange #D63A09
RGB
CMYK
RGB Variations
Color information
#D63A09 (or 0xD63A09) is known color: Harley Davidson Orange. HEX triplet: D6, 3A and 09. RGB value is (214,58,9). Sum of RGB (Red+Green+Blue) = 214+58+9=281 (37% of max value = 765). Red value is 214 (83.98% from 255 or 76.16% from 281); Green value is 58 (23.05% from 255 or 20.64% from 281); Blue value is 9 (3.91% from 255 or 3.20% from 281); Max value from RGB is 214 - color contains mainly: red. Hex color #D63A09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63A09 is #29C5F6. Grayscale: #636363. Windows color (decimal): -2737655 or 604886. OLE color: 604886.
HSL color Cylindrical-coordinate representation of color #D63A09: hue angle of 14.34º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D63A09 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 58 | 9 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.16 |
| HSL | 14.34º | 0.92% | 0.44% | - |
| HSV(B) | 14.34º | 0.96% | 0.84% | - |
| XYZ | 29.29 | 17.34 | 2.06 | - |
| YUV | 99.06 | 77.18 | 209.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 58 | 9 | 0 | 0.73 | 0.96 | 0.16 | 14.34 | 0.92 | 0.44 |
| Hex | D6 | 3A | 9 | 0 | 49 | 60 | 10 | E | 5C | 2C |
| Octal | 326 | 72 | 11 | 0 | 111 | 140 | 20 | 16 | 134 | 54 |
| Binary | 11010110 | 111010 | 1001 | 0 | 1001001 | 1100000 | 10000 | 1110 | 1011100 | 101100 |
Color Harmonies of #D63A09
Complementary color
Monochromatic Colors of #D63A09
Black with #D63A09
Text Example
Text Example
White with #D63A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63A09; }
p { color: rgb(214,58,9); }
H1.HeaderClassName
{
color: #D63A09;
}
.AnyTagClassName
{
color: #D63A09;
}
</style>
background-color css
<style>
a { background-color: #D63A09; }
a { background-color: rgb(214,58,9); }
div.DivClassName
{
background-color: #D63A09;
}
.BgClassName
{
background-color: #D63A09;
}
</style>
border-color css
<style>
span { border-color: #D63A09; }
span { border-color: rgb(214,58,9); }
td.TdClassName
{
border-color: #D63A09;
}
.TagClassName
{
border-color: #D63A09;
}
</style>