Html Css Color HEX #D73314 Harley Davidson Orange
📋 copy color: '#D73314'red 215 ◦ green 51 ◦ blue 20
Shades of Harley Davidson Orange #D73314
Tints of Harley Davidson Orange #D73314
RGB
CMYK
RGB Variations
Color information
#D73314 (or 0xD73314) is known color: Harley Davidson Orange. HEX triplet: D7, 33 and 14. RGB value is (215,51,20). Sum of RGB (Red+Green+Blue) = 215+51+20=286 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.17% from 286); Green value is 51 (20.31% from 255 or 17.83% from 286); Blue value is 20 (8.20% from 255 or 6.99% from 286); Max value from RGB is 215 - color contains mainly: red. Hex color #D73314 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73314 is #28CCEB. Grayscale: #606060. Windows color (decimal): -2673900 or 1323991. OLE color: 1323991.
HSL color Cylindrical-coordinate representation of color #D73314: hue angle of 9.54º 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 #D73314 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 51 | 20 | - |
| CMYK | 0 | 0.76 | 0.91 | 0.16 |
| HSL | 9.54º | 0.83% | 0.46% | - |
| HSV(B) | 9.54º | 0.91% | 0.84% | - |
| XYZ | 29.33 | 16.87 | 2.37 | - |
| YUV | 96.5 | 84.83 | 212.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 51 | 20 | 0 | 0.76 | 0.91 | 0.16 | 9.54 | 0.83 | 0.46 |
| Hex | D7 | 33 | 14 | 0 | 4C | 5B | 10 | A | 53 | 2E |
| Octal | 327 | 63 | 24 | 0 | 114 | 133 | 20 | 12 | 123 | 56 |
| Binary | 11010111 | 110011 | 10100 | 0 | 1001100 | 1011011 | 10000 | 1010 | 1010011 | 101110 |
Color Harmonies of #D73314
Complementary color
Monochromatic Colors of #D73314
Black with #D73314
Text Example
Text Example
White with #D73314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73314; }
p { color: rgb(215,51,20); }
H1.HeaderClassName
{
color: #D73314;
}
.AnyTagClassName
{
color: #D73314;
}
</style>
background-color css
<style>
a { background-color: #D73314; }
a { background-color: rgb(215,51,20); }
div.DivClassName
{
background-color: #D73314;
}
.BgClassName
{
background-color: #D73314;
}
</style>
border-color css
<style>
span { border-color: #D73314; }
span { border-color: rgb(215,51,20); }
td.TdClassName
{
border-color: #D73314;
}
.TagClassName
{
border-color: #D73314;
}
</style>