Html Css Color HEX #D73702 Harley Davidson Orange
📋 copy color: '#D73702'red 215 ◦ green 55 ◦ blue 2
Shades of Harley Davidson Orange #D73702
Tints of Harley Davidson Orange #D73702
RGB
CMYK
RGB Variations
Color information
#D73702 (or 0xD73702) is known color: Harley Davidson Orange. HEX triplet: D7, 37 and 02. RGB value is (215,55,2). Sum of RGB (Red+Green+Blue) = 215+55+2=272 (36% of max value = 765). Red value is 215 (84.38% from 255 or 79.04% from 272); Green value is 55 (21.88% from 255 or 20.22% from 272); Blue value is 2 (1.17% from 255 or 0.74% from 272); Max value from RGB is 215 - color contains mainly: red. Hex color #D73702 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73702 is #28C8FD. Grayscale: #616161. Windows color (decimal): -2672894 or 145367. OLE color: 145367.
HSL color Cylindrical-coordinate representation of color #D73702: hue angle of 14.93º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D73702 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 55 | 2 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.16 |
| HSL | 14.93º | 0.98% | 0.43% | - |
| HSV(B) | 14.93º | 0.99% | 0.84% | - |
| XYZ | 29.4 | 17.18 | 1.82 | - |
| YUV | 96.8 | 74.51 | 212.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 55 | 2 | 0 | 0.74 | 0.99 | 0.16 | 14.93 | 0.98 | 0.43 |
| Hex | D7 | 37 | 2 | 0 | 4A | 63 | 10 | F | 62 | 2B |
| Octal | 327 | 67 | 2 | 0 | 112 | 143 | 20 | 17 | 142 | 53 |
| Binary | 11010111 | 110111 | 10 | 0 | 1001010 | 1100011 | 10000 | 1111 | 1100010 | 101011 |
Color Harmonies of #D73702
Complementary color
Monochromatic Colors of #D73702
Black with #D73702
Text Example
Text Example
White with #D73702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73702; }
p { color: rgb(215,55,2); }
H1.HeaderClassName
{
color: #D73702;
}
.AnyTagClassName
{
color: #D73702;
}
</style>
background-color css
<style>
a { background-color: #D73702; }
a { background-color: rgb(215,55,2); }
div.DivClassName
{
background-color: #D73702;
}
.BgClassName
{
background-color: #D73702;
}
</style>
border-color css
<style>
span { border-color: #D73702; }
span { border-color: rgb(215,55,2); }
td.TdClassName
{
border-color: #D73702;
}
.TagClassName
{
border-color: #D73702;
}
</style>