Html Css Color HEX #D93D09 Harley Davidson Orange
📋 copy color: '#D93D09'red 217 ◦ green 61 ◦ blue 9
Shades of Harley Davidson Orange #D93D09
Tints of Harley Davidson Orange #D93D09
RGB
CMYK
RGB Variations
Color information
#D93D09 (or 0xD93D09) is known color: Harley Davidson Orange. HEX triplet: D9, 3D and 09. RGB value is (217,61,9). Sum of RGB (Red+Green+Blue) = 217+61+9=287 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.61% from 287); Green value is 61 (24.22% from 255 or 21.25% from 287); Blue value is 9 (3.91% from 255 or 3.14% from 287); Max value from RGB is 217 - color contains mainly: red. Hex color #D93D09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93D09 is #26C2F6. Grayscale: #666666. Windows color (decimal): -2540279 or 605657. OLE color: 605657.
HSL color Cylindrical-coordinate representation of color #D93D09: hue angle of 15º 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 #D93D09 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 61 | 9 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.15 |
| HSL | 15º | 0.92% | 0.44% | - |
| HSV(B) | 15º | 0.96% | 0.85% | - |
| XYZ | 30.33 | 18.11 | 2.16 | - |
| YUV | 101.72 | 75.68 | 210.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 61 | 9 | 0 | 0.72 | 0.96 | 0.15 | 15 | 0.92 | 0.44 |
| Hex | D9 | 3D | 9 | 0 | 48 | 60 | F | F | 5C | 2C |
| Octal | 331 | 75 | 11 | 0 | 110 | 140 | 17 | 17 | 134 | 54 |
| Binary | 11011001 | 111101 | 1001 | 0 | 1001000 | 1100000 | 1111 | 1111 | 1011100 | 101100 |
Color Harmonies of #D93D09
Complementary color
Monochromatic Colors of #D93D09
Black with #D93D09
Text Example
Text Example
White with #D93D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93D09; }
p { color: rgb(217,61,9); }
H1.HeaderClassName
{
color: #D93D09;
}
.AnyTagClassName
{
color: #D93D09;
}
</style>
background-color css
<style>
a { background-color: #D93D09; }
a { background-color: rgb(217,61,9); }
div.DivClassName
{
background-color: #D93D09;
}
.BgClassName
{
background-color: #D93D09;
}
</style>
border-color css
<style>
span { border-color: #D93D09; }
span { border-color: rgb(217,61,9); }
td.TdClassName
{
border-color: #D93D09;
}
.TagClassName
{
border-color: #D93D09;
}
</style>