Html Css Color HEX #D93116 Harley Davidson Orange
📋 copy color: '#D93116'red 217 ◦ green 49 ◦ blue 22
Shades of Harley Davidson Orange #D93116
Tints of Harley Davidson Orange #D93116
RGB
CMYK
RGB Variations
Color information
#D93116 (or 0xD93116) is known color: Harley Davidson Orange. HEX triplet: D9, 31 and 16. RGB value is (217,49,22). Sum of RGB (Red+Green+Blue) = 217+49+22=288 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.35% from 288); Green value is 49 (19.53% from 255 or 17.01% from 288); Blue value is 22 (8.98% from 255 or 7.64% from 288); Max value from RGB is 217 - color contains mainly: red. Hex color #D93116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93116 is #26CEE9. Grayscale: #606060. Windows color (decimal): -2543338 or 1454553. OLE color: 1454553.
HSL color Cylindrical-coordinate representation of color #D93116: hue angle of 8.31º 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 #D93116 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 49 | 22 | - |
| CMYK | 0 | 0.77 | 0.90 | 0.15 |
| HSL | 8.31º | 0.82% | 0.47% | - |
| HSV(B) | 8.31º | 0.9% | 0.85% | - |
| XYZ | 29.86 | 17.01 | 2.47 | - |
| YUV | 96.15 | 86.16 | 214.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 49 | 22 | 0 | 0.77 | 0.90 | 0.15 | 8.31 | 0.82 | 0.47 |
| Hex | D9 | 31 | 16 | 0 | 4D | 5A | F | 8 | 52 | 2F |
| Octal | 331 | 61 | 26 | 0 | 115 | 132 | 17 | 10 | 122 | 57 |
| Binary | 11011001 | 110001 | 10110 | 0 | 1001101 | 1011010 | 1111 | 1000 | 1010010 | 101111 |
Color Harmonies of #D93116
Complementary color
Monochromatic Colors of #D93116
Black with #D93116
Text Example
Text Example
White with #D93116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93116; }
p { color: rgb(217,49,22); }
H1.HeaderClassName
{
color: #D93116;
}
.AnyTagClassName
{
color: #D93116;
}
</style>
background-color css
<style>
a { background-color: #D93116; }
a { background-color: rgb(217,49,22); }
div.DivClassName
{
background-color: #D93116;
}
.BgClassName
{
background-color: #D93116;
}
</style>
border-color css
<style>
span { border-color: #D93116; }
span { border-color: rgb(217,49,22); }
td.TdClassName
{
border-color: #D93116;
}
.TagClassName
{
border-color: #D93116;
}
</style>