Html Css Color HEX #D93519 Harley Davidson Orange
📋 copy color: '#D93519'red 217 ◦ green 53 ◦ blue 25
Shades of Harley Davidson Orange #D93519
Tints of Harley Davidson Orange #D93519
RGB
CMYK
RGB Variations
Color information
#D93519 (or 0xD93519) is known color: Harley Davidson Orange. HEX triplet: D9, 35 and 19. RGB value is (217,53,25). Sum of RGB (Red+Green+Blue) = 217+53+25=295 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.56% from 295); Green value is 53 (21.09% from 255 or 17.97% from 295); Blue value is 25 (10.16% from 255 or 8.47% from 295); Max value from RGB is 217 - color contains mainly: red. Hex color #D93519 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93519 is #26CAE6. Grayscale: #636363. Windows color (decimal): -2542311 or 1652185. OLE color: 1652185.
HSL color Cylindrical-coordinate representation of color #D93519: hue angle of 8.75º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D93519 is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 53 | 25 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.15 |
| HSL | 8.75º | 0.79% | 0.47% | - |
| HSV(B) | 8.75º | 0.88% | 0.85% | - |
| XYZ | 30.06 | 17.37 | 2.69 | - |
| YUV | 98.84 | 86.33 | 212.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 53 | 25 | 0 | 0.76 | 0.88 | 0.15 | 8.75 | 0.79 | 0.47 |
| Hex | D9 | 35 | 19 | 0 | 4C | 58 | F | 9 | 4F | 2F |
| Octal | 331 | 65 | 31 | 0 | 114 | 130 | 17 | 11 | 117 | 57 |
| Binary | 11011001 | 110101 | 11001 | 0 | 1001100 | 1011000 | 1111 | 1001 | 1001111 | 101111 |
Color Harmonies of #D93519
Complementary color
Monochromatic Colors of #D93519
Black with #D93519
Text Example
Text Example
White with #D93519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93519; }
p { color: rgb(217,53,25); }
H1.HeaderClassName
{
color: #D93519;
}
.AnyTagClassName
{
color: #D93519;
}
</style>
background-color css
<style>
a { background-color: #D93519; }
a { background-color: rgb(217,53,25); }
div.DivClassName
{
background-color: #D93519;
}
.BgClassName
{
background-color: #D93519;
}
</style>
border-color css
<style>
span { border-color: #D93519; }
span { border-color: rgb(217,53,25); }
td.TdClassName
{
border-color: #D93519;
}
.TagClassName
{
border-color: #D93519;
}
</style>