Html Css Color HEX #D73320 Harley Davidson Orange
📋 copy color: '#D73320'red 215 ◦ green 51 ◦ blue 32
Shades of Harley Davidson Orange #D73320
Tints of Harley Davidson Orange #D73320
RGB
CMYK
RGB Variations
Color information
#D73320 (or 0xD73320) is known color: Harley Davidson Orange. HEX triplet: D7, 33 and 20. RGB value is (215,51,32). Sum of RGB (Red+Green+Blue) = 215+51+32=298 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.15% from 298); Green value is 51 (20.31% from 255 or 17.11% from 298); Blue value is 32 (12.89% from 255 or 10.74% from 298); Max value from RGB is 215 - color contains mainly: red. Hex color #D73320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73320 is #28CCDF. Grayscale: #626262. Windows color (decimal): -2673888 or 2110423. OLE color: 2110423.
HSL color Cylindrical-coordinate representation of color #D73320: hue angle of 6.23º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D73320 is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 51 | 32 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.16 |
| HSL | 6.23º | 0.74% | 0.48% | - |
| HSV(B) | 6.23º | 0.85% | 0.84% | - |
| XYZ | 29.47 | 16.92 | 3.08 | - |
| YUV | 97.87 | 90.83 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 51 | 32 | 0 | 0.76 | 0.85 | 0.16 | 6.23 | 0.74 | 0.48 |
| Hex | D7 | 33 | 20 | 0 | 4C | 55 | 10 | 6 | 4A | 30 |
| Octal | 327 | 63 | 40 | 0 | 114 | 125 | 20 | 6 | 112 | 60 |
| Binary | 11010111 | 110011 | 100000 | 0 | 1001100 | 1010101 | 10000 | 110 | 1001010 | 110000 |
Color Harmonies of #D73320
Complementary color
Monochromatic Colors of #D73320
Black with #D73320
Text Example
Text Example
White with #D73320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73320; }
p { color: rgb(215,51,32); }
H1.HeaderClassName
{
color: #D73320;
}
.AnyTagClassName
{
color: #D73320;
}
</style>
background-color css
<style>
a { background-color: #D73320; }
a { background-color: rgb(215,51,32); }
div.DivClassName
{
background-color: #D73320;
}
.BgClassName
{
background-color: #D73320;
}
</style>
border-color css
<style>
span { border-color: #D73320; }
span { border-color: rgb(215,51,32); }
td.TdClassName
{
border-color: #D73320;
}
.TagClassName
{
border-color: #D73320;
}
</style>