Html Css Color HEX #D73802 Harley Davidson Orange
📋 copy color: '#D73802'red 215 ◦ green 56 ◦ blue 2
Shades of Harley Davidson Orange #D73802
Tints of Harley Davidson Orange #D73802
RGB
CMYK
RGB Variations
Color information
#D73802 (or 0xD73802) is known color: Harley Davidson Orange. HEX triplet: D7, 38 and 02. RGB value is (215,56,2). Sum of RGB (Red+Green+Blue) = 215+56+2=273 (36% of max value = 765). Red value is 215 (84.38% from 255 or 78.75% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 215 - color contains mainly: red. Hex color #D73802 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73802 is #28C7FD. Grayscale: #616161. Windows color (decimal): -2672638 or 145623. OLE color: 145623.
HSL color Cylindrical-coordinate representation of color #D73802: hue angle of 15.21º 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 #D73802 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 56 | 2 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.16 |
| HSL | 15.21º | 0.98% | 0.43% | - |
| HSV(B) | 15.21º | 0.99% | 0.84% | - |
| XYZ | 29.45 | 17.28 | 1.84 | - |
| YUV | 97.39 | 74.18 | 211.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 56 | 2 | 0 | 0.74 | 0.99 | 0.16 | 15.21 | 0.98 | 0.43 |
| Hex | D7 | 38 | 2 | 0 | 4A | 63 | 10 | F | 62 | 2B |
| Octal | 327 | 70 | 2 | 0 | 112 | 143 | 20 | 17 | 142 | 53 |
| Binary | 11010111 | 111000 | 10 | 0 | 1001010 | 1100011 | 10000 | 1111 | 1100010 | 101011 |
Color Harmonies of #D73802
Complementary color
Monochromatic Colors of #D73802
Black with #D73802
Text Example
Text Example
White with #D73802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73802; }
p { color: rgb(215,56,2); }
H1.HeaderClassName
{
color: #D73802;
}
.AnyTagClassName
{
color: #D73802;
}
</style>
background-color css
<style>
a { background-color: #D73802; }
a { background-color: rgb(215,56,2); }
div.DivClassName
{
background-color: #D73802;
}
.BgClassName
{
background-color: #D73802;
}
</style>
border-color css
<style>
span { border-color: #D73802; }
span { border-color: rgb(215,56,2); }
td.TdClassName
{
border-color: #D73802;
}
.TagClassName
{
border-color: #D73802;
}
</style>