Html Css Color HEX #D63509 Harley Davidson Orange
📋 copy color: '#D63509'red 214 ◦ green 53 ◦ blue 9
Shades of Harley Davidson Orange #D63509
Tints of Harley Davidson Orange #D63509
RGB
CMYK
RGB Variations
Color information
#D63509 (or 0xD63509) is known color: Harley Davidson Orange. HEX triplet: D6, 35 and 09. RGB value is (214,53,9). Sum of RGB (Red+Green+Blue) = 214+53+9=276 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.54% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 9 (3.91% from 255 or 3.26% from 276); Max value from RGB is 214 - color contains mainly: red. Hex color #D63509 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63509 is #29CAF6. Grayscale: #606060. Windows color (decimal): -2738935 or 603606. OLE color: 603606.
HSL color Cylindrical-coordinate representation of color #D63509: hue angle of 12.88º 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 #D63509 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 53 | 9 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.16 |
| HSL | 12.88º | 0.92% | 0.44% | - |
| HSV(B) | 12.88º | 0.96% | 0.84% | - |
| XYZ | 29.05 | 16.86 | 1.98 | - |
| YUV | 96.12 | 78.84 | 212.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 53 | 9 | 0 | 0.75 | 0.96 | 0.16 | 12.88 | 0.92 | 0.44 |
| Hex | D6 | 35 | 9 | 0 | 4B | 60 | 10 | D | 5C | 2C |
| Octal | 326 | 65 | 11 | 0 | 113 | 140 | 20 | 15 | 134 | 54 |
| Binary | 11010110 | 110101 | 1001 | 0 | 1001011 | 1100000 | 10000 | 1101 | 1011100 | 101100 |
Color Harmonies of #D63509
Complementary color
Monochromatic Colors of #D63509
Black with #D63509
Text Example
Text Example
White with #D63509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63509; }
p { color: rgb(214,53,9); }
H1.HeaderClassName
{
color: #D63509;
}
.AnyTagClassName
{
color: #D63509;
}
</style>
background-color css
<style>
a { background-color: #D63509; }
a { background-color: rgb(214,53,9); }
div.DivClassName
{
background-color: #D63509;
}
.BgClassName
{
background-color: #D63509;
}
</style>
border-color css
<style>
span { border-color: #D63509; }
span { border-color: rgb(214,53,9); }
td.TdClassName
{
border-color: #D63509;
}
.TagClassName
{
border-color: #D63509;
}
</style>