Html Css Color HEX #D63C09 Harley Davidson Orange
📋 copy color: '#D63C09'red 214 ◦ green 60 ◦ blue 9
Shades of Harley Davidson Orange #D63C09
Tints of Harley Davidson Orange #D63C09
RGB
CMYK
RGB Variations
Color information
#D63C09 (or 0xD63C09) is known color: Harley Davidson Orange. HEX triplet: D6, 3C and 09. RGB value is (214,60,9). Sum of RGB (Red+Green+Blue) = 214+60+9=283 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.62% from 283); Green value is 60 (23.83% from 255 or 21.20% from 283); Blue value is 9 (3.91% from 255 or 3.18% from 283); Max value from RGB is 214 - color contains mainly: red. Hex color #D63C09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63C09 is #29C3F6. Grayscale: #646464. Windows color (decimal): -2737143 or 605398. OLE color: 605398.
HSL color Cylindrical-coordinate representation of color #D63C09: hue angle of 14.93º 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 #D63C09 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 60 | 9 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.16 |
| HSL | 14.93º | 0.92% | 0.44% | - |
| HSV(B) | 14.93º | 0.96% | 0.84% | - |
| XYZ | 29.4 | 17.55 | 2.1 | - |
| YUV | 100.23 | 76.52 | 209.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 60 | 9 | 0 | 0.72 | 0.96 | 0.16 | 14.93 | 0.92 | 0.44 |
| Hex | D6 | 3C | 9 | 0 | 48 | 60 | 10 | F | 5C | 2C |
| Octal | 326 | 74 | 11 | 0 | 110 | 140 | 20 | 17 | 134 | 54 |
| Binary | 11010110 | 111100 | 1001 | 0 | 1001000 | 1100000 | 10000 | 1111 | 1011100 | 101100 |
Color Harmonies of #D63C09
Complementary color
Monochromatic Colors of #D63C09
Black with #D63C09
Text Example
Text Example
White with #D63C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63C09; }
p { color: rgb(214,60,9); }
H1.HeaderClassName
{
color: #D63C09;
}
.AnyTagClassName
{
color: #D63C09;
}
</style>
background-color css
<style>
a { background-color: #D63C09; }
a { background-color: rgb(214,60,9); }
div.DivClassName
{
background-color: #D63C09;
}
.BgClassName
{
background-color: #D63C09;
}
</style>
border-color css
<style>
span { border-color: #D63C09; }
span { border-color: rgb(214,60,9); }
td.TdClassName
{
border-color: #D63C09;
}
.TagClassName
{
border-color: #D63C09;
}
</style>