Html Css Color HEX #D7320B Harley Davidson Orange
📋 copy color: '#D7320B'red 215 ◦ green 50 ◦ blue 11
Shades of Harley Davidson Orange #D7320B
Tints of Harley Davidson Orange #D7320B
RGB
CMYK
RGB Variations
Color information
#D7320B (or 0xD7320B) is known color: Harley Davidson Orange. HEX triplet: D7, 32 and 0B. RGB value is (215,50,11). Sum of RGB (Red+Green+Blue) = 215+50+11=276 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.90% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 11 (4.69% from 255 or 3.99% from 276); Max value from RGB is 215 - color contains mainly: red. Hex color #D7320B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D7320B is #28CDF4. Grayscale: #5F5F5F. Windows color (decimal): -2674165 or 733911. OLE color: 733911.
HSL color Cylindrical-coordinate representation of color #D7320B: hue angle of 11.47º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D7320B is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 50 | 11 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.16 |
| HSL | 11.47º | 0.9% | 0.44% | - |
| HSV(B) | 11.47º | 0.95% | 0.84% | - |
| XYZ | 29.23 | 16.75 | 2.01 | - |
| YUV | 94.89 | 80.66 | 213.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 50 | 11 | 0 | 0.77 | 0.95 | 0.16 | 11.47 | 0.9 | 0.44 |
| Hex | D7 | 32 | B | 0 | 4D | 5F | 10 | B | 5A | 2C |
| Octal | 327 | 62 | 13 | 0 | 115 | 137 | 20 | 13 | 132 | 54 |
| Binary | 11010111 | 110010 | 1011 | 0 | 1001101 | 1011111 | 10000 | 1011 | 1011010 | 101100 |
Color Harmonies of #D7320B
Complementary color
Monochromatic Colors of #D7320B
Black with #D7320B
Text Example
Text Example
White with #D7320B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7320B; }
p { color: rgb(215,50,11); }
H1.HeaderClassName
{
color: #D7320B;
}
.AnyTagClassName
{
color: #D7320B;
}
</style>
background-color css
<style>
a { background-color: #D7320B; }
a { background-color: rgb(215,50,11); }
div.DivClassName
{
background-color: #D7320B;
}
.BgClassName
{
background-color: #D7320B;
}
</style>
border-color css
<style>
span { border-color: #D7320B; }
span { border-color: rgb(215,50,11); }
td.TdClassName
{
border-color: #D7320B;
}
.TagClassName
{
border-color: #D7320B;
}
</style>