Html Css Color HEX #D93F09 Harley Davidson Orange
📋 copy color: '#D93F09'red 217 ◦ green 63 ◦ blue 9
Shades of Harley Davidson Orange #D93F09
Tints of Harley Davidson Orange #D93F09
RGB
CMYK
RGB Variations
Color information
#D93F09 (or 0xD93F09) is known color: Harley Davidson Orange. HEX triplet: D9, 3F and 09. RGB value is (217,63,9). Sum of RGB (Red+Green+Blue) = 217+63+9=289 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.09% from 289); Green value is 63 (25% from 255 or 21.80% from 289); Blue value is 9 (3.91% from 255 or 3.11% from 289); Max value from RGB is 217 - color contains mainly: red. Hex color #D93F09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93F09 is #26C0F6. Grayscale: #676767. Windows color (decimal): -2539767 or 606169. OLE color: 606169.
HSL color Cylindrical-coordinate representation of color #D93F09: hue angle of 15.58º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D93F09 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 63 | 9 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.15 |
| HSL | 15.58º | 0.92% | 0.44% | - |
| HSV(B) | 15.58º | 0.96% | 0.85% | - |
| XYZ | 30.44 | 18.33 | 2.19 | - |
| YUV | 102.89 | 75.02 | 209.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 63 | 9 | 0 | 0.71 | 0.96 | 0.15 | 15.58 | 0.92 | 0.44 |
| Hex | D9 | 3F | 9 | 0 | 47 | 60 | F | 10 | 5C | 2C |
| Octal | 331 | 77 | 11 | 0 | 107 | 140 | 17 | 20 | 134 | 54 |
| Binary | 11011001 | 111111 | 1001 | 0 | 1000111 | 1100000 | 1111 | 10000 | 1011100 | 101100 |
Color Harmonies of #D93F09
Complementary color
Monochromatic Colors of #D93F09
Black with #D93F09
Text Example
Text Example
White with #D93F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93F09; }
p { color: rgb(217,63,9); }
H1.HeaderClassName
{
color: #D93F09;
}
.AnyTagClassName
{
color: #D93F09;
}
</style>
background-color css
<style>
a { background-color: #D93F09; }
a { background-color: rgb(217,63,9); }
div.DivClassName
{
background-color: #D93F09;
}
.BgClassName
{
background-color: #D93F09;
}
</style>
border-color css
<style>
span { border-color: #D93F09; }
span { border-color: rgb(217,63,9); }
td.TdClassName
{
border-color: #D93F09;
}
.TagClassName
{
border-color: #D93F09;
}
</style>