Html Css Color HEX #D93817 Harley Davidson Orange
📋 copy color: '#D93817'red 217 ◦ green 56 ◦ blue 23
Shades of Harley Davidson Orange #D93817
Tints of Harley Davidson Orange #D93817
RGB
CMYK
RGB Variations
Color information
#D93817 (or 0xD93817) is known color: Harley Davidson Orange. HEX triplet: D9, 38 and 17. RGB value is (217,56,23). Sum of RGB (Red+Green+Blue) = 217+56+23=296 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.31% from 296); Green value is 56 (22.27% from 255 or 18.92% from 296); Blue value is 23 (9.38% from 255 or 7.77% from 296); Max value from RGB is 217 - color contains mainly: red. Hex color #D93817 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93817 is #26C7E8. Grayscale: #646464. Windows color (decimal): -2541545 or 1521881. OLE color: 1521881.
HSL color Cylindrical-coordinate representation of color #D93817: hue angle of 10.21º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D93817 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 56 | 23 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.15 |
| HSL | 10.21º | 0.81% | 0.47% | - |
| HSV(B) | 10.21º | 0.89% | 0.85% | - |
| XYZ | 30.18 | 17.64 | 2.62 | - |
| YUV | 100.38 | 84.34 | 211.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 56 | 23 | 0 | 0.74 | 0.89 | 0.15 | 10.21 | 0.81 | 0.47 |
| Hex | D9 | 38 | 17 | 0 | 4A | 59 | F | A | 51 | 2F |
| Octal | 331 | 70 | 27 | 0 | 112 | 131 | 17 | 12 | 121 | 57 |
| Binary | 11011001 | 111000 | 10111 | 0 | 1001010 | 1011001 | 1111 | 1010 | 1010001 | 101111 |
Color Harmonies of #D93817
Complementary color
Monochromatic Colors of #D93817
Black with #D93817
Text Example
Text Example
White with #D93817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93817; }
p { color: rgb(217,56,23); }
H1.HeaderClassName
{
color: #D93817;
}
.AnyTagClassName
{
color: #D93817;
}
</style>
background-color css
<style>
a { background-color: #D93817; }
a { background-color: rgb(217,56,23); }
div.DivClassName
{
background-color: #D93817;
}
.BgClassName
{
background-color: #D93817;
}
</style>
border-color css
<style>
span { border-color: #D93817; }
span { border-color: rgb(217,56,23); }
td.TdClassName
{
border-color: #D93817;
}
.TagClassName
{
border-color: #D93817;
}
</style>