Html Css Color HEX #D9430D Harley Davidson Orange
📋 copy color: '#D9430D'red 217 ◦ green 67 ◦ blue 13
Shades of Harley Davidson Orange #D9430D
Tints of Harley Davidson Orange #D9430D
RGB
CMYK
RGB Variations
Color information
#D9430D (or 0xD9430D) is known color: Harley Davidson Orange. HEX triplet: D9, 43 and 0D. RGB value is (217,67,13). Sum of RGB (Red+Green+Blue) = 217+67+13=297 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.06% from 297); Green value is 67 (26.56% from 255 or 22.56% from 297); Blue value is 13 (5.47% from 255 or 4.38% from 297); Max value from RGB is 217 - color contains mainly: red. Hex color #D9430D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D9430D is #26BCF2. Grayscale: #6A6A6A. Windows color (decimal): -2538739 or 869337. OLE color: 869337.
HSL color Cylindrical-coordinate representation of color #D9430D: hue angle of 15.88º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D9430D is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 67 | 13 | - |
| CMYK | 0 | 0.69 | 0.94 | 0.15 |
| HSL | 15.88º | 0.89% | 0.45% | - |
| HSV(B) | 15.88º | 0.94% | 0.85% | - |
| XYZ | 30.7 | 18.8 | 2.39 | - |
| YUV | 105.69 | 75.7 | 207.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 67 | 13 | 0 | 0.69 | 0.94 | 0.15 | 15.88 | 0.89 | 0.45 |
| Hex | D9 | 43 | D | 0 | 45 | 5E | F | 10 | 59 | 2D |
| Octal | 331 | 103 | 15 | 0 | 105 | 136 | 17 | 20 | 131 | 55 |
| Binary | 11011001 | 1000011 | 1101 | 0 | 1000101 | 1011110 | 1111 | 10000 | 1011001 | 101101 |
Color Harmonies of #D9430D
Complementary color
Monochromatic Colors of #D9430D
Black with #D9430D
Text Example
Text Example
White with #D9430D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9430D; }
p { color: rgb(217,67,13); }
H1.HeaderClassName
{
color: #D9430D;
}
.AnyTagClassName
{
color: #D9430D;
}
</style>
background-color css
<style>
a { background-color: #D9430D; }
a { background-color: rgb(217,67,13); }
div.DivClassName
{
background-color: #D9430D;
}
.BgClassName
{
background-color: #D9430D;
}
</style>
border-color css
<style>
span { border-color: #D9430D; }
span { border-color: rgb(217,67,13); }
td.TdClassName
{
border-color: #D9430D;
}
.TagClassName
{
border-color: #D9430D;
}
</style>