Html Css Color HEX #D9280D Harley Davidson Orange
📋 copy color: '#D9280D'red 217 ◦ green 40 ◦ blue 13
Shades of Harley Davidson Orange #D9280D
Tints of Harley Davidson Orange #D9280D
RGB
CMYK
RGB Variations
Color information
#D9280D (or 0xD9280D) is known color: Harley Davidson Orange. HEX triplet: D9, 28 and 0D. RGB value is (217,40,13). Sum of RGB (Red+Green+Blue) = 217+40+13=270 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.37% from 270); Green value is 40 (16.02% from 255 or 14.81% from 270); Blue value is 13 (5.47% from 255 or 4.81% from 270); Max value from RGB is 217 - color contains mainly: red. Hex color #D9280D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D9280D is #26D7F2. Grayscale: #5A5A5A. Windows color (decimal): -2545651 or 862425. OLE color: 862425.
HSL color Cylindrical-coordinate representation of color #D9280D: hue angle of 7.94º 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 #D9280D is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 40 | 13 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.15 |
| HSL | 7.94º | 0.89% | 0.45% | - |
| HSV(B) | 7.94º | 0.94% | 0.85% | - |
| XYZ | 29.45 | 16.3 | 1.97 | - |
| YUV | 89.85 | 84.64 | 218.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 40 | 13 | 0 | 0.82 | 0.94 | 0.15 | 7.94 | 0.89 | 0.45 |
| Hex | D9 | 28 | D | 0 | 52 | 5E | F | 8 | 59 | 2D |
| Octal | 331 | 50 | 15 | 0 | 122 | 136 | 17 | 10 | 131 | 55 |
| Binary | 11011001 | 101000 | 1101 | 0 | 1010010 | 1011110 | 1111 | 1000 | 1011001 | 101101 |
Color Harmonies of #D9280D
Complementary color
Monochromatic Colors of #D9280D
Black with #D9280D
Text Example
Text Example
White with #D9280D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9280D; }
p { color: rgb(217,40,13); }
H1.HeaderClassName
{
color: #D9280D;
}
.AnyTagClassName
{
color: #D9280D;
}
</style>
background-color css
<style>
a { background-color: #D9280D; }
a { background-color: rgb(217,40,13); }
div.DivClassName
{
background-color: #D9280D;
}
.BgClassName
{
background-color: #D9280D;
}
</style>
border-color css
<style>
span { border-color: #D9280D; }
span { border-color: rgb(217,40,13); }
td.TdClassName
{
border-color: #D9280D;
}
.TagClassName
{
border-color: #D9280D;
}
</style>