Html Css Color HEX #D73107 Harley Davidson Orange
📋 copy color: '#D73107'red 215 ◦ green 49 ◦ blue 7
Shades of Harley Davidson Orange #D73107
Tints of Harley Davidson Orange #D73107
RGB
CMYK
RGB Variations
Color information
#D73107 (or 0xD73107) is known color: Harley Davidson Orange. HEX triplet: D7, 31 and 07. RGB value is (215,49,7). Sum of RGB (Red+Green+Blue) = 215+49+7=271 (35% of max value = 765). Red value is 215 (84.38% from 255 or 79.34% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 7 (3.12% from 255 or 2.58% from 271); Max value from RGB is 215 - color contains mainly: red. Hex color #D73107 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73107 is #28CEF8. Grayscale: #5E5E5E. Windows color (decimal): -2674425 or 471511. OLE color: 471511.
HSL color Cylindrical-coordinate representation of color #D73107: hue angle of 12.12º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D73107 is Cyan = 0, Magento = 0.77, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 49 | 7 | - |
| CMYK | 0 | 0.77 | 0.97 | 0.16 |
| HSL | 12.12º | 0.94% | 0.44% | - |
| HSV(B) | 12.12º | 0.97% | 0.84% | - |
| XYZ | 29.16 | 16.66 | 1.88 | - |
| YUV | 93.85 | 79 | 214.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 49 | 7 | 0 | 0.77 | 0.97 | 0.16 | 12.12 | 0.94 | 0.44 |
| Hex | D7 | 31 | 7 | 0 | 4D | 61 | 10 | C | 5E | 2C |
| Octal | 327 | 61 | 7 | 0 | 115 | 141 | 20 | 14 | 136 | 54 |
| Binary | 11010111 | 110001 | 111 | 0 | 1001101 | 1100001 | 10000 | 1100 | 1011110 | 101100 |
Color Harmonies of #D73107
Complementary color
Monochromatic Colors of #D73107
Black with #D73107
Text Example
Text Example
White with #D73107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73107; }
p { color: rgb(215,49,7); }
H1.HeaderClassName
{
color: #D73107;
}
.AnyTagClassName
{
color: #D73107;
}
</style>
background-color css
<style>
a { background-color: #D73107; }
a { background-color: rgb(215,49,7); }
div.DivClassName
{
background-color: #D73107;
}
.BgClassName
{
background-color: #D73107;
}
</style>
border-color css
<style>
span { border-color: #D73107; }
span { border-color: rgb(215,49,7); }
td.TdClassName
{
border-color: #D73107;
}
.TagClassName
{
border-color: #D73107;
}
</style>