Html Css Color HEX #D9471C Harley Davidson Orange
📋 copy color: '#D9471C'red 217 ◦ green 71 ◦ blue 28
Shades of Harley Davidson Orange #D9471C
Tints of Harley Davidson Orange #D9471C
RGB
CMYK
RGB Variations
Color information
#D9471C (or 0xD9471C) is known color: Harley Davidson Orange. HEX triplet: D9, 47 and 1C. RGB value is (217,71,28). Sum of RGB (Red+Green+Blue) = 217+71+28=316 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.67% from 316); Green value is 71 (28.12% from 255 or 22.47% from 316); Blue value is 28 (11.33% from 255 or 8.86% from 316); Max value from RGB is 217 - color contains mainly: red. Hex color #D9471C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9471C is #26B8E3. Grayscale: #6E6E6E. Windows color (decimal): -2537700 or 1853401. OLE color: 1853401.
HSL color Cylindrical-coordinate representation of color #D9471C: hue angle of 13.65º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D9471C is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 71 | 28 | - |
| CMYK | 0 | 0.67 | 0.87 | 0.15 |
| HSL | 13.65º | 0.77% | 0.48% | - |
| HSV(B) | 13.65º | 0.87% | 0.85% | - |
| XYZ | 31.08 | 19.34 | 3.19 | - |
| YUV | 109.75 | 81.87 | 204.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 71 | 28 | 0 | 0.67 | 0.87 | 0.15 | 13.65 | 0.77 | 0.48 |
| Hex | D9 | 47 | 1C | 0 | 43 | 57 | F | E | 4D | 30 |
| Octal | 331 | 107 | 34 | 0 | 103 | 127 | 17 | 16 | 115 | 60 |
| Binary | 11011001 | 1000111 | 11100 | 0 | 1000011 | 1010111 | 1111 | 1110 | 1001101 | 110000 |
Color Harmonies of #D9471C
Complementary color
Monochromatic Colors of #D9471C
Black with #D9471C
Text Example
Text Example
White with #D9471C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9471C; }
p { color: rgb(217,71,28); }
H1.HeaderClassName
{
color: #D9471C;
}
.AnyTagClassName
{
color: #D9471C;
}
</style>
background-color css
<style>
a { background-color: #D9471C; }
a { background-color: rgb(217,71,28); }
div.DivClassName
{
background-color: #D9471C;
}
.BgClassName
{
background-color: #D9471C;
}
</style>
border-color css
<style>
span { border-color: #D9471C; }
span { border-color: rgb(217,71,28); }
td.TdClassName
{
border-color: #D9471C;
}
.TagClassName
{
border-color: #D9471C;
}
</style>