Html Css Color HEX #D63D09 Harley Davidson Orange
📋 copy color: '#D63D09'red 214 ◦ green 61 ◦ blue 9
Shades of Harley Davidson Orange #D63D09
Tints of Harley Davidson Orange #D63D09
RGB
CMYK
RGB Variations
Color information
#D63D09 (or 0xD63D09) is known color: Harley Davidson Orange. HEX triplet: D6, 3D and 09. RGB value is (214,61,9). Sum of RGB (Red+Green+Blue) = 214+61+9=284 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.35% from 284); Green value is 61 (24.22% from 255 or 21.48% from 284); Blue value is 9 (3.91% from 255 or 3.17% from 284); Max value from RGB is 214 - color contains mainly: red. Hex color #D63D09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63D09 is #29C2F6. Grayscale: #656565. Windows color (decimal): -2736887 or 605654. OLE color: 605654.
HSL color Cylindrical-coordinate representation of color #D63D09: hue angle of 15.22º 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 #D63D09 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 61 | 9 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.16 |
| HSL | 15.22º | 0.92% | 0.44% | - |
| HSV(B) | 15.22º | 0.96% | 0.84% | - |
| XYZ | 29.45 | 17.65 | 2.11 | - |
| YUV | 100.82 | 76.19 | 208.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 61 | 9 | 0 | 0.71 | 0.96 | 0.16 | 15.22 | 0.92 | 0.44 |
| Hex | D6 | 3D | 9 | 0 | 47 | 60 | 10 | F | 5C | 2C |
| Octal | 326 | 75 | 11 | 0 | 107 | 140 | 20 | 17 | 134 | 54 |
| Binary | 11010110 | 111101 | 1001 | 0 | 1000111 | 1100000 | 10000 | 1111 | 1011100 | 101100 |
Color Harmonies of #D63D09
Complementary color
Monochromatic Colors of #D63D09
Black with #D63D09
Text Example
Text Example
White with #D63D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63D09; }
p { color: rgb(214,61,9); }
H1.HeaderClassName
{
color: #D63D09;
}
.AnyTagClassName
{
color: #D63D09;
}
</style>
background-color css
<style>
a { background-color: #D63D09; }
a { background-color: rgb(214,61,9); }
div.DivClassName
{
background-color: #D63D09;
}
.BgClassName
{
background-color: #D63D09;
}
</style>
border-color css
<style>
span { border-color: #D63D09; }
span { border-color: rgb(214,61,9); }
td.TdClassName
{
border-color: #D63D09;
}
.TagClassName
{
border-color: #D63D09;
}
</style>