Html Css Color HEX #D73C14 Harley Davidson Orange
📋 copy color: '#D73C14'red 215 ◦ green 60 ◦ blue 20
Shades of Harley Davidson Orange #D73C14
Tints of Harley Davidson Orange #D73C14
RGB
CMYK
RGB Variations
Color information
#D73C14 (or 0xD73C14) is known color: Harley Davidson Orange. HEX triplet: D7, 3C and 14. RGB value is (215,60,20). Sum of RGB (Red+Green+Blue) = 215+60+20=295 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.88% from 295); Green value is 60 (23.83% from 255 or 20.34% from 295); Blue value is 20 (8.20% from 255 or 6.78% from 295); Max value from RGB is 215 - color contains mainly: red. Hex color #D73C14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73C14 is #28C3EB. Grayscale: #666666. Windows color (decimal): -2671596 or 1326295. OLE color: 1326295.
HSL color Cylindrical-coordinate representation of color #D73C14: hue angle of 12.31º 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 #D73C14 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 60 | 20 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.16 |
| HSL | 12.31º | 0.83% | 0.46% | - |
| HSV(B) | 12.31º | 0.91% | 0.84% | - |
| XYZ | 29.77 | 17.73 | 2.52 | - |
| YUV | 101.79 | 81.85 | 208.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 60 | 20 | 0 | 0.72 | 0.91 | 0.16 | 12.31 | 0.83 | 0.46 |
| Hex | D7 | 3C | 14 | 0 | 48 | 5B | 10 | C | 53 | 2E |
| Octal | 327 | 74 | 24 | 0 | 110 | 133 | 20 | 14 | 123 | 56 |
| Binary | 11010111 | 111100 | 10100 | 0 | 1001000 | 1011011 | 10000 | 1100 | 1010011 | 101110 |
Color Harmonies of #D73C14
Complementary color
Monochromatic Colors of #D73C14
Black with #D73C14
Text Example
Text Example
White with #D73C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73C14; }
p { color: rgb(215,60,20); }
H1.HeaderClassName
{
color: #D73C14;
}
.AnyTagClassName
{
color: #D73C14;
}
</style>
background-color css
<style>
a { background-color: #D73C14; }
a { background-color: rgb(215,60,20); }
div.DivClassName
{
background-color: #D73C14;
}
.BgClassName
{
background-color: #D73C14;
}
</style>
border-color css
<style>
span { border-color: #D73C14; }
span { border-color: rgb(215,60,20); }
td.TdClassName
{
border-color: #D73C14;
}
.TagClassName
{
border-color: #D73C14;
}
</style>