Html Css Color HEX #D93600 Harley Davidson Orange
📋 copy color: '#D93600'red 217 ◦ green 54 ◦ blue 0
Shades of Harley Davidson Orange #D93600
Tints of Harley Davidson Orange #D93600
RGB
CMYK
RGB Variations
Color information
#D93600 (or 0xD93600) is known color: Harley Davidson Orange. HEX triplet: D9, 36 and 00. RGB value is (217,54,0). Sum of RGB (Red+Green+Blue) = 217+54+0=271 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.07% from 271); Green value is 54 (21.48% from 255 or 19.93% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 217 - color contains mainly: red. Hex color #D93600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93600 is #26C9FF. Grayscale: #606060. Windows color (decimal): -2542080 or 14041. OLE color: 14041.
HSL color Cylindrical-coordinate representation of color #D93600: hue angle of 14.93º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D93600 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 54 | 0 | - |
| CMYK | 0 | 0.75 | 1 | 0.15 |
| HSL | 14.93º | 1% | 0.43% | - |
| HSV(B) | 14.93º | 1% | 0.85% | - |
| XYZ | 29.93 | 17.39 | 1.78 | - |
| YUV | 96.58 | 73.5 | 213.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 54 | 0 | 0 | 0.75 | 1 | 0.15 | 14.93 | 1 | 0.43 |
| Hex | D9 | 36 | 0 | 0 | 4B | 64 | F | F | 64 | 2B |
| Octal | 331 | 66 | 0 | 0 | 113 | 144 | 17 | 17 | 144 | 53 |
| Binary | 11011001 | 110110 | 0 | 0 | 1001011 | 1100100 | 1111 | 1111 | 1100100 | 101011 |
Color Harmonies of #D93600
Complementary color
Monochromatic Colors of #D93600
Black with #D93600
Text Example
Text Example
White with #D93600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93600; }
p { color: rgb(217,54,0); }
H1.HeaderClassName
{
color: #D93600;
}
.AnyTagClassName
{
color: #D93600;
}
</style>
background-color css
<style>
a { background-color: #D93600; }
a { background-color: rgb(217,54,0); }
div.DivClassName
{
background-color: #D93600;
}
.BgClassName
{
background-color: #D93600;
}
</style>
border-color css
<style>
span { border-color: #D93600; }
span { border-color: rgb(217,54,0); }
td.TdClassName
{
border-color: #D93600;
}
.TagClassName
{
border-color: #D93600;
}
</style>