Html Css Color HEX #D9351A Harley Davidson Orange
📋 copy color: '#D9351A'red 217 ◦ green 53 ◦ blue 26
Shades of Harley Davidson Orange #D9351A
Tints of Harley Davidson Orange #D9351A
RGB
CMYK
RGB Variations
Color information
#D9351A (or 0xD9351A) is known color: Harley Davidson Orange. HEX triplet: D9, 35 and 1A. RGB value is (217,53,26). Sum of RGB (Red+Green+Blue) = 217+53+26=296 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.31% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 26 (10.55% from 255 or 8.78% from 296); Max value from RGB is 217 - color contains mainly: red. Hex color #D9351A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9351A is #26CAE5. Grayscale: #636363. Windows color (decimal): -2542310 or 1717721. OLE color: 1717721.
HSL color Cylindrical-coordinate representation of color #D9351A: hue angle of 8.48º degrees, saturation: 0.79, 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 #D9351A is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 53 | 26 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.15 |
| HSL | 8.48º | 0.79% | 0.48% | - |
| HSV(B) | 8.48º | 0.88% | 0.85% | - |
| XYZ | 30.07 | 17.37 | 2.75 | - |
| YUV | 98.96 | 86.83 | 212.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 53 | 26 | 0 | 0.76 | 0.88 | 0.15 | 8.48 | 0.79 | 0.48 |
| Hex | D9 | 35 | 1A | 0 | 4C | 58 | F | 8 | 4F | 30 |
| Octal | 331 | 65 | 32 | 0 | 114 | 130 | 17 | 10 | 117 | 60 |
| Binary | 11011001 | 110101 | 11010 | 0 | 1001100 | 1011000 | 1111 | 1000 | 1001111 | 110000 |
Color Harmonies of #D9351A
Complementary color
Monochromatic Colors of #D9351A
Black with #D9351A
Text Example
Text Example
White with #D9351A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9351A; }
p { color: rgb(217,53,26); }
H1.HeaderClassName
{
color: #D9351A;
}
.AnyTagClassName
{
color: #D9351A;
}
</style>
background-color css
<style>
a { background-color: #D9351A; }
a { background-color: rgb(217,53,26); }
div.DivClassName
{
background-color: #D9351A;
}
.BgClassName
{
background-color: #D9351A;
}
</style>
border-color css
<style>
span { border-color: #D9351A; }
span { border-color: rgb(217,53,26); }
td.TdClassName
{
border-color: #D9351A;
}
.TagClassName
{
border-color: #D9351A;
}
</style>