Html Css Color HEX #D7321C Harley Davidson Orange
📋 copy color: '#D7321C'red 215 ◦ green 50 ◦ blue 28
Shades of Harley Davidson Orange #D7321C
Tints of Harley Davidson Orange #D7321C
RGB
CMYK
RGB Variations
Color information
#D7321C (or 0xD7321C) is known color: Harley Davidson Orange. HEX triplet: D7, 32 and 1C. RGB value is (215,50,28). Sum of RGB (Red+Green+Blue) = 215+50+28=293 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.38% from 293); Green value is 50 (19.92% from 255 or 17.06% from 293); Blue value is 28 (11.33% from 255 or 9.56% from 293); Max value from RGB is 215 - color contains mainly: red. Hex color #D7321C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7321C is #28CDE3. Grayscale: #616161. Windows color (decimal): -2674148 or 1848023. OLE color: 1848023.
HSL color Cylindrical-coordinate representation of color #D7321C: hue angle of 7.06º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D7321C is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 50 | 28 | - |
| CMYK | 0 | 0.77 | 0.87 | 0.16 |
| HSL | 7.06º | 0.77% | 0.48% | - |
| HSV(B) | 7.06º | 0.87% | 0.84% | - |
| XYZ | 29.37 | 16.81 | 2.8 | - |
| YUV | 96.83 | 89.16 | 212.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 50 | 28 | 0 | 0.77 | 0.87 | 0.16 | 7.06 | 0.77 | 0.48 |
| Hex | D7 | 32 | 1C | 0 | 4D | 57 | 10 | 7 | 4D | 30 |
| Octal | 327 | 62 | 34 | 0 | 115 | 127 | 20 | 7 | 115 | 60 |
| Binary | 11010111 | 110010 | 11100 | 0 | 1001101 | 1010111 | 10000 | 111 | 1001101 | 110000 |
Color Harmonies of #D7321C
Complementary color
Monochromatic Colors of #D7321C
Black with #D7321C
Text Example
Text Example
White with #D7321C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7321C; }
p { color: rgb(215,50,28); }
H1.HeaderClassName
{
color: #D7321C;
}
.AnyTagClassName
{
color: #D7321C;
}
</style>
background-color css
<style>
a { background-color: #D7321C; }
a { background-color: rgb(215,50,28); }
div.DivClassName
{
background-color: #D7321C;
}
.BgClassName
{
background-color: #D7321C;
}
</style>
border-color css
<style>
span { border-color: #D7321C; }
span { border-color: rgb(215,50,28); }
td.TdClassName
{
border-color: #D7321C;
}
.TagClassName
{
border-color: #D7321C;
}
</style>