Html Css Color HEX #D93215 Harley Davidson Orange
📋 copy color: '#D93215'red 217 ◦ green 50 ◦ blue 21
Shades of Harley Davidson Orange #D93215
Tints of Harley Davidson Orange #D93215
RGB
CMYK
RGB Variations
Color information
#D93215 (or 0xD93215) is known color: Harley Davidson Orange. HEX triplet: D9, 32 and 15. RGB value is (217,50,21). Sum of RGB (Red+Green+Blue) = 217+50+21=288 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.35% from 288); Green value is 50 (19.92% from 255 or 17.36% from 288); Blue value is 21 (8.59% from 255 or 7.29% from 288); Max value from RGB is 217 - color contains mainly: red. Hex color #D93215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93215 is #26CDEA. Grayscale: #606060. Windows color (decimal): -2543083 or 1389273. OLE color: 1389273.
HSL color Cylindrical-coordinate representation of color #D93215: hue angle of 8.88º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D93215 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 50 | 21 | - |
| CMYK | 0 | 0.77 | 0.90 | 0.15 |
| HSL | 8.88º | 0.82% | 0.47% | - |
| HSV(B) | 8.88º | 0.9% | 0.85% | - |
| XYZ | 29.89 | 17.09 | 2.43 | - |
| YUV | 96.63 | 85.33 | 213.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 50 | 21 | 0 | 0.77 | 0.90 | 0.15 | 8.88 | 0.82 | 0.47 |
| Hex | D9 | 32 | 15 | 0 | 4D | 5A | F | 9 | 52 | 2F |
| Octal | 331 | 62 | 25 | 0 | 115 | 132 | 17 | 11 | 122 | 57 |
| Binary | 11011001 | 110010 | 10101 | 0 | 1001101 | 1011010 | 1111 | 1001 | 1010010 | 101111 |
Color Harmonies of #D93215
Complementary color
Monochromatic Colors of #D93215
Black with #D93215
Text Example
Text Example
White with #D93215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93215; }
p { color: rgb(217,50,21); }
H1.HeaderClassName
{
color: #D93215;
}
.AnyTagClassName
{
color: #D93215;
}
</style>
background-color css
<style>
a { background-color: #D93215; }
a { background-color: rgb(217,50,21); }
div.DivClassName
{
background-color: #D93215;
}
.BgClassName
{
background-color: #D93215;
}
</style>
border-color css
<style>
span { border-color: #D93215; }
span { border-color: rgb(217,50,21); }
td.TdClassName
{
border-color: #D93215;
}
.TagClassName
{
border-color: #D93215;
}
</style>