Html Css Color HEX #D9351E Harley Davidson Orange
📋 copy color: '#D9351E'red 217 ◦ green 53 ◦ blue 30
Shades of Harley Davidson Orange #D9351E
Tints of Harley Davidson Orange #D9351E
RGB
CMYK
RGB Variations
Color information
#D9351E (or 0xD9351E) is known color: Harley Davidson Orange. HEX triplet: D9, 35 and 1E. RGB value is (217,53,30). Sum of RGB (Red+Green+Blue) = 217+53+30=300 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.33% from 300); Green value is 53 (21.09% from 255 or 17.67% from 300); Blue value is 30 (12.11% from 255 or 10% from 300); Max value from RGB is 217 - color contains mainly: red. Hex color #D9351E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9351E is #26CAE1. Grayscale: #636363. Windows color (decimal): -2542306 or 1979865. OLE color: 1979865.
HSL color Cylindrical-coordinate representation of color #D9351E: hue angle of 7.38º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D9351E is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 53 | 30 | - |
| CMYK | 0 | 0.76 | 0.86 | 0.15 |
| HSL | 7.38º | 0.76% | 0.48% | - |
| HSV(B) | 7.38º | 0.86% | 0.85% | - |
| XYZ | 30.12 | 17.39 | 3 | - |
| YUV | 99.41 | 88.83 | 211.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 53 | 30 | 0 | 0.76 | 0.86 | 0.15 | 7.38 | 0.76 | 0.48 |
| Hex | D9 | 35 | 1E | 0 | 4C | 56 | F | 7 | 4C | 30 |
| Octal | 331 | 65 | 36 | 0 | 114 | 126 | 17 | 7 | 114 | 60 |
| Binary | 11011001 | 110101 | 11110 | 0 | 1001100 | 1010110 | 1111 | 111 | 1001100 | 110000 |
Color Harmonies of #D9351E
Complementary color
Monochromatic Colors of #D9351E
Black with #D9351E
Text Example
Text Example
White with #D9351E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9351E; }
p { color: rgb(217,53,30); }
H1.HeaderClassName
{
color: #D9351E;
}
.AnyTagClassName
{
color: #D9351E;
}
</style>
background-color css
<style>
a { background-color: #D9351E; }
a { background-color: rgb(217,53,30); }
div.DivClassName
{
background-color: #D9351E;
}
.BgClassName
{
background-color: #D9351E;
}
</style>
border-color css
<style>
span { border-color: #D9351E; }
span { border-color: rgb(217,53,30); }
td.TdClassName
{
border-color: #D9351E;
}
.TagClassName
{
border-color: #D9351E;
}
</style>