Html Css Color HEX #D9400A Harley Davidson Orange
📋 copy color: '#D9400A'red 217 ◦ green 64 ◦ blue 10
Shades of Harley Davidson Orange #D9400A
Tints of Harley Davidson Orange #D9400A
RGB
CMYK
RGB Variations
Color information
#D9400A (or 0xD9400A) is known color: Harley Davidson Orange. HEX triplet: D9, 40 and 0A. RGB value is (217,64,10). Sum of RGB (Red+Green+Blue) = 217+64+10=291 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.57% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 10 (4.30% from 255 or 3.44% from 291); Max value from RGB is 217 - color contains mainly: red. Hex color #D9400A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D9400A is #26BFF5. Grayscale: #676767. Windows color (decimal): -2539510 or 671961. OLE color: 671961.
HSL color Cylindrical-coordinate representation of color #D9400A: hue angle of 15.65º degrees, saturation: 0.91, 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 #D9400A is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 64 | 10 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.15 |
| HSL | 15.65º | 0.91% | 0.45% | - |
| HSV(B) | 15.65º | 0.95% | 0.85% | - |
| XYZ | 30.5 | 18.44 | 2.24 | - |
| YUV | 103.59 | 75.19 | 208.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 64 | 10 | 0 | 0.71 | 0.95 | 0.15 | 15.65 | 0.91 | 0.45 |
| Hex | D9 | 40 | A | 0 | 47 | 5F | F | 10 | 5B | 2D |
| Octal | 331 | 100 | 12 | 0 | 107 | 137 | 17 | 20 | 133 | 55 |
| Binary | 11011001 | 1000000 | 1010 | 0 | 1000111 | 1011111 | 1111 | 10000 | 1011011 | 101101 |
Color Harmonies of #D9400A
Complementary color
Monochromatic Colors of #D9400A
Black with #D9400A
Text Example
Text Example
White with #D9400A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9400A; }
p { color: rgb(217,64,10); }
H1.HeaderClassName
{
color: #D9400A;
}
.AnyTagClassName
{
color: #D9400A;
}
</style>
background-color css
<style>
a { background-color: #D9400A; }
a { background-color: rgb(217,64,10); }
div.DivClassName
{
background-color: #D9400A;
}
.BgClassName
{
background-color: #D9400A;
}
</style>
border-color css
<style>
span { border-color: #D9400A; }
span { border-color: rgb(217,64,10); }
td.TdClassName
{
border-color: #D9400A;
}
.TagClassName
{
border-color: #D9400A;
}
</style>