Html Css Color HEX #D9401B Harley Davidson Orange
📋 copy color: '#D9401B'red 217 ◦ green 64 ◦ blue 27
Shades of Harley Davidson Orange #D9401B
Tints of Harley Davidson Orange #D9401B
RGB
CMYK
RGB Variations
Color information
#D9401B (or 0xD9401B) is known color: Harley Davidson Orange. HEX triplet: D9, 40 and 1B. RGB value is (217,64,27). Sum of RGB (Red+Green+Blue) = 217+64+27=308 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.45% from 308); Green value is 64 (25.39% from 255 or 20.78% from 308); Blue value is 27 (10.94% from 255 or 8.77% from 308); Max value from RGB is 217 - color contains mainly: red. Hex color #D9401B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9401B is #26BFE4. Grayscale: #696969. Windows color (decimal): -2539493 or 1786073. OLE color: 1786073.
HSL color Cylindrical-coordinate representation of color #D9401B: hue angle of 11.68º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D9401B is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 64 | 27 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.15 |
| HSL | 11.68º | 0.78% | 0.48% | - |
| HSV(B) | 11.68º | 0.88% | 0.85% | - |
| XYZ | 30.65 | 18.5 | 2.99 | - |
| YUV | 105.53 | 83.69 | 207.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 64 | 27 | 0 | 0.71 | 0.88 | 0.15 | 11.68 | 0.78 | 0.48 |
| Hex | D9 | 40 | 1B | 0 | 47 | 58 | F | C | 4E | 30 |
| Octal | 331 | 100 | 33 | 0 | 107 | 130 | 17 | 14 | 116 | 60 |
| Binary | 11011001 | 1000000 | 11011 | 0 | 1000111 | 1011000 | 1111 | 1100 | 1001110 | 110000 |
Color Harmonies of #D9401B
Complementary color
Monochromatic Colors of #D9401B
Black with #D9401B
Text Example
Text Example
White with #D9401B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9401B; }
p { color: rgb(217,64,27); }
H1.HeaderClassName
{
color: #D9401B;
}
.AnyTagClassName
{
color: #D9401B;
}
</style>
background-color css
<style>
a { background-color: #D9401B; }
a { background-color: rgb(217,64,27); }
div.DivClassName
{
background-color: #D9401B;
}
.BgClassName
{
background-color: #D9401B;
}
</style>
border-color css
<style>
span { border-color: #D9401B; }
span { border-color: rgb(217,64,27); }
td.TdClassName
{
border-color: #D9401B;
}
.TagClassName
{
border-color: #D9401B;
}
</style>