Html Css Color HEX #D73202 Harley Davidson Orange
📋 copy color: '#D73202'red 215 ◦ green 50 ◦ blue 2
Shades of Harley Davidson Orange #D73202
Tints of Harley Davidson Orange #D73202
RGB
CMYK
RGB Variations
Color information
#D73202 (or 0xD73202) is known color: Harley Davidson Orange. HEX triplet: D7, 32 and 02. RGB value is (215,50,2). Sum of RGB (Red+Green+Blue) = 215+50+2=267 (35% of max value = 765). Red value is 215 (84.38% from 255 or 80.52% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 2 (1.17% from 255 or 0.75% from 267); Max value from RGB is 215 - color contains mainly: red. Hex color #D73202 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73202 is #28CDFD. Grayscale: #5E5E5E. Windows color (decimal): -2674174 or 144087. OLE color: 144087.
HSL color Cylindrical-coordinate representation of color #D73202: hue angle of 13.52º 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 #D73202 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 50 | 2 | - |
| CMYK | 0 | 0.77 | 0.99 | 0.16 |
| HSL | 13.52º | 0.98% | 0.43% | - |
| HSV(B) | 13.52º | 0.99% | 0.84% | - |
| XYZ | 29.18 | 16.73 | 1.75 | - |
| YUV | 93.86 | 76.16 | 214.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 50 | 2 | 0 | 0.77 | 0.99 | 0.16 | 13.52 | 0.98 | 0.43 |
| Hex | D7 | 32 | 2 | 0 | 4D | 63 | 10 | E | 62 | 2B |
| Octal | 327 | 62 | 2 | 0 | 115 | 143 | 20 | 16 | 142 | 53 |
| Binary | 11010111 | 110010 | 10 | 0 | 1001101 | 1100011 | 10000 | 1110 | 1100010 | 101011 |
Color Harmonies of #D73202
Complementary color
Monochromatic Colors of #D73202
Black with #D73202
Text Example
Text Example
White with #D73202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73202; }
p { color: rgb(215,50,2); }
H1.HeaderClassName
{
color: #D73202;
}
.AnyTagClassName
{
color: #D73202;
}
</style>
background-color css
<style>
a { background-color: #D73202; }
a { background-color: rgb(215,50,2); }
div.DivClassName
{
background-color: #D73202;
}
.BgClassName
{
background-color: #D73202;
}
</style>
border-color css
<style>
span { border-color: #D73202; }
span { border-color: rgb(215,50,2); }
td.TdClassName
{
border-color: #D73202;
}
.TagClassName
{
border-color: #D73202;
}
</style>