Html Css Color HEX #D73302 Harley Davidson Orange
📋 copy color: '#D73302'red 215 ◦ green 51 ◦ blue 2
Shades of Harley Davidson Orange #D73302
Tints of Harley Davidson Orange #D73302
RGB
CMYK
RGB Variations
Color information
#D73302 (or 0xD73302) is known color: Harley Davidson Orange. HEX triplet: D7, 33 and 02. RGB value is (215,51,2). Sum of RGB (Red+Green+Blue) = 215+51+2=268 (35% of max value = 765). Red value is 215 (84.38% from 255 or 80.22% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 2 (1.17% from 255 or 0.75% from 268); Max value from RGB is 215 - color contains mainly: red. Hex color #D73302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73302 is #28CCFD. Grayscale: #5E5E5E. Windows color (decimal): -2673918 or 144343. OLE color: 144343.
HSL color Cylindrical-coordinate representation of color #D73302: hue angle of 13.8º 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 #D73302 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 51 | 2 | - |
| CMYK | 0 | 0.76 | 0.99 | 0.16 |
| HSL | 13.8º | 0.98% | 0.43% | - |
| HSV(B) | 13.8º | 0.99% | 0.84% | - |
| XYZ | 29.22 | 16.82 | 1.76 | - |
| YUV | 94.45 | 75.83 | 213.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 51 | 2 | 0 | 0.76 | 0.99 | 0.16 | 13.8 | 0.98 | 0.43 |
| Hex | D7 | 33 | 2 | 0 | 4C | 63 | 10 | E | 62 | 2B |
| Octal | 327 | 63 | 2 | 0 | 114 | 143 | 20 | 16 | 142 | 53 |
| Binary | 11010111 | 110011 | 10 | 0 | 1001100 | 1100011 | 10000 | 1110 | 1100010 | 101011 |
Color Harmonies of #D73302
Complementary color
Monochromatic Colors of #D73302
Black with #D73302
Text Example
Text Example
White with #D73302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73302; }
p { color: rgb(215,51,2); }
H1.HeaderClassName
{
color: #D73302;
}
.AnyTagClassName
{
color: #D73302;
}
</style>
background-color css
<style>
a { background-color: #D73302; }
a { background-color: rgb(215,51,2); }
div.DivClassName
{
background-color: #D73302;
}
.BgClassName
{
background-color: #D73302;
}
</style>
border-color css
<style>
span { border-color: #D73302; }
span { border-color: rgb(215,51,2); }
td.TdClassName
{
border-color: #D73302;
}
.TagClassName
{
border-color: #D73302;
}
</style>