Html Css Color HEX #D73D14 Harley Davidson Orange
📋 copy color: '#D73D14'red 215 ◦ green 61 ◦ blue 20
Shades of Harley Davidson Orange #D73D14
Tints of Harley Davidson Orange #D73D14
RGB
CMYK
RGB Variations
Color information
#D73D14 (or 0xD73D14) is known color: Harley Davidson Orange. HEX triplet: D7, 3D and 14. RGB value is (215,61,20). Sum of RGB (Red+Green+Blue) = 215+61+20=296 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.64% from 296); Green value is 61 (24.22% from 255 or 20.61% from 296); Blue value is 20 (8.20% from 255 or 6.76% from 296); Max value from RGB is 215 - color contains mainly: red. Hex color #D73D14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73D14 is #28C2EB. Grayscale: #666666. Windows color (decimal): -2671340 or 1326551. OLE color: 1326551.
HSL color Cylindrical-coordinate representation of color #D73D14: hue angle of 12.62º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D73D14 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 61 | 20 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.16 |
| HSL | 12.62º | 0.83% | 0.46% | - |
| HSV(B) | 12.62º | 0.91% | 0.84% | - |
| XYZ | 29.82 | 17.84 | 2.53 | - |
| YUV | 102.37 | 81.52 | 208.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 61 | 20 | 0 | 0.72 | 0.91 | 0.16 | 12.62 | 0.83 | 0.46 |
| Hex | D7 | 3D | 14 | 0 | 48 | 5B | 10 | D | 53 | 2E |
| Octal | 327 | 75 | 24 | 0 | 110 | 133 | 20 | 15 | 123 | 56 |
| Binary | 11010111 | 111101 | 10100 | 0 | 1001000 | 1011011 | 10000 | 1101 | 1010011 | 101110 |
Color Harmonies of #D73D14
Complementary color
Monochromatic Colors of #D73D14
Black with #D73D14
Text Example
Text Example
White with #D73D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73D14; }
p { color: rgb(215,61,20); }
H1.HeaderClassName
{
color: #D73D14;
}
.AnyTagClassName
{
color: #D73D14;
}
</style>
background-color css
<style>
a { background-color: #D73D14; }
a { background-color: rgb(215,61,20); }
div.DivClassName
{
background-color: #D73D14;
}
.BgClassName
{
background-color: #D73D14;
}
</style>
border-color css
<style>
span { border-color: #D73D14; }
span { border-color: rgb(215,61,20); }
td.TdClassName
{
border-color: #D73D14;
}
.TagClassName
{
border-color: #D73D14;
}
</style>