Html Css Color HEX #D93409 Harley Davidson Orange
📋 copy color: '#D93409'red 217 ◦ green 52 ◦ blue 9
Shades of Harley Davidson Orange #D93409
Tints of Harley Davidson Orange #D93409
RGB
CMYK
RGB Variations
Color information
#D93409 (or 0xD93409) is known color: Harley Davidson Orange. HEX triplet: D9, 34 and 09. RGB value is (217,52,9). Sum of RGB (Red+Green+Blue) = 217+52+9=278 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.06% from 278); Green value is 52 (20.70% from 255 or 18.71% from 278); Blue value is 9 (3.91% from 255 or 3.24% from 278); Max value from RGB is 217 - color contains mainly: red. Hex color #D93409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93409 is #26CBF6. Grayscale: #606060. Windows color (decimal): -2542583 or 603353. OLE color: 603353.
HSL color Cylindrical-coordinate representation of color #D93409: hue angle of 12.4º 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 #D93409 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 52 | 9 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.15 |
| HSL | 12.4º | 0.92% | 0.44% | - |
| HSV(B) | 12.4º | 0.96% | 0.85% | - |
| XYZ | 29.89 | 17.23 | 2.01 | - |
| YUV | 96.43 | 78.66 | 214 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 52 | 9 | 0 | 0.76 | 0.96 | 0.15 | 12.4 | 0.92 | 0.44 |
| Hex | D9 | 34 | 9 | 0 | 4C | 60 | F | C | 5C | 2C |
| Octal | 331 | 64 | 11 | 0 | 114 | 140 | 17 | 14 | 134 | 54 |
| Binary | 11011001 | 110100 | 1001 | 0 | 1001100 | 1100000 | 1111 | 1100 | 1011100 | 101100 |
Color Harmonies of #D93409
Complementary color
Monochromatic Colors of #D93409
Black with #D93409
Text Example
Text Example
White with #D93409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93409; }
p { color: rgb(217,52,9); }
H1.HeaderClassName
{
color: #D93409;
}
.AnyTagClassName
{
color: #D93409;
}
</style>
background-color css
<style>
a { background-color: #D93409; }
a { background-color: rgb(217,52,9); }
div.DivClassName
{
background-color: #D93409;
}
.BgClassName
{
background-color: #D93409;
}
</style>
border-color css
<style>
span { border-color: #D93409; }
span { border-color: rgb(217,52,9); }
td.TdClassName
{
border-color: #D93409;
}
.TagClassName
{
border-color: #D93409;
}
</style>