Html Css Color HEX #D9430B Harley Davidson Orange
📋 copy color: '#D9430B'red 217 ◦ green 67 ◦ blue 11
Shades of Harley Davidson Orange #D9430B
Tints of Harley Davidson Orange #D9430B
RGB
CMYK
RGB Variations
Color information
#D9430B (or 0xD9430B) is known color: Harley Davidson Orange. HEX triplet: D9, 43 and 0B. RGB value is (217,67,11). Sum of RGB (Red+Green+Blue) = 217+67+11=295 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.56% from 295); Green value is 67 (26.56% from 255 or 22.71% from 295); Blue value is 11 (4.69% from 255 or 3.73% from 295); Max value from RGB is 217 - color contains mainly: red. Hex color #D9430B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D9430B is #26BCF4. Grayscale: #696969. Windows color (decimal): -2538741 or 738265. OLE color: 738265.
HSL color Cylindrical-coordinate representation of color #D9430B: hue angle of 16.31º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D9430B is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 67 | 11 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.15 |
| HSL | 16.31º | 0.9% | 0.45% | - |
| HSV(B) | 16.31º | 0.95% | 0.85% | - |
| XYZ | 30.68 | 18.79 | 2.33 | - |
| YUV | 105.47 | 74.7 | 207.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 67 | 11 | 0 | 0.69 | 0.95 | 0.15 | 16.31 | 0.9 | 0.45 |
| Hex | D9 | 43 | B | 0 | 45 | 5F | F | 10 | 5A | 2D |
| Octal | 331 | 103 | 13 | 0 | 105 | 137 | 17 | 20 | 132 | 55 |
| Binary | 11011001 | 1000011 | 1011 | 0 | 1000101 | 1011111 | 1111 | 10000 | 1011010 | 101101 |
Color Harmonies of #D9430B
Complementary color
Monochromatic Colors of #D9430B
Black with #D9430B
Text Example
Text Example
White with #D9430B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9430B; }
p { color: rgb(217,67,11); }
H1.HeaderClassName
{
color: #D9430B;
}
.AnyTagClassName
{
color: #D9430B;
}
</style>
background-color css
<style>
a { background-color: #D9430B; }
a { background-color: rgb(217,67,11); }
div.DivClassName
{
background-color: #D9430B;
}
.BgClassName
{
background-color: #D9430B;
}
</style>
border-color css
<style>
span { border-color: #D9430B; }
span { border-color: rgb(217,67,11); }
td.TdClassName
{
border-color: #D9430B;
}
.TagClassName
{
border-color: #D9430B;
}
</style>