Html Css Color HEX #D63009 Harley Davidson Orange
📋 copy color: '#D63009'red 214 ◦ green 48 ◦ blue 9
Shades of Harley Davidson Orange #D63009
Tints of Harley Davidson Orange #D63009
RGB
CMYK
RGB Variations
Color information
#D63009 (or 0xD63009) is known color: Harley Davidson Orange. HEX triplet: D6, 30 and 09. RGB value is (214,48,9). Sum of RGB (Red+Green+Blue) = 214+48+9=271 (35% of max value = 765). Red value is 214 (83.98% from 255 or 78.97% from 271); Green value is 48 (19.14% from 255 or 17.71% from 271); Blue value is 9 (3.91% from 255 or 3.32% from 271); Max value from RGB is 214 - color contains mainly: red. Hex color #D63009 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63009 is #29CFF6. Grayscale: #5D5D5D. Windows color (decimal): -2740215 or 602326. OLE color: 602326.
HSL color Cylindrical-coordinate representation of color #D63009: hue angle of 11.41º 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 #D63009 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 48 | 9 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.16 |
| HSL | 11.41º | 0.92% | 0.44% | - |
| HSV(B) | 11.41º | 0.96% | 0.84% | - |
| XYZ | 28.84 | 16.43 | 1.91 | - |
| YUV | 93.19 | 80.5 | 214.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 48 | 9 | 0 | 0.78 | 0.96 | 0.16 | 11.41 | 0.92 | 0.44 |
| Hex | D6 | 30 | 9 | 0 | 4E | 60 | 10 | B | 5C | 2C |
| Octal | 326 | 60 | 11 | 0 | 116 | 140 | 20 | 13 | 134 | 54 |
| Binary | 11010110 | 110000 | 1001 | 0 | 1001110 | 1100000 | 10000 | 1011 | 1011100 | 101100 |
Color Harmonies of #D63009
Complementary color
Monochromatic Colors of #D63009
Black with #D63009
Text Example
Text Example
White with #D63009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63009; }
p { color: rgb(214,48,9); }
H1.HeaderClassName
{
color: #D63009;
}
.AnyTagClassName
{
color: #D63009;
}
</style>
background-color css
<style>
a { background-color: #D63009; }
a { background-color: rgb(214,48,9); }
div.DivClassName
{
background-color: #D63009;
}
.BgClassName
{
background-color: #D63009;
}
</style>
border-color css
<style>
span { border-color: #D63009; }
span { border-color: rgb(214,48,9); }
td.TdClassName
{
border-color: #D63009;
}
.TagClassName
{
border-color: #D63009;
}
</style>