Html Css Color HEX #D7341D Harley Davidson Orange
📋 copy color: '#D7341D'red 215 ◦ green 52 ◦ blue 29
Shades of Harley Davidson Orange #D7341D
Tints of Harley Davidson Orange #D7341D
RGB
CMYK
RGB Variations
Color information
#D7341D (or 0xD7341D) is known color: Harley Davidson Orange. HEX triplet: D7, 34 and 1D. RGB value is (215,52,29). Sum of RGB (Red+Green+Blue) = 215+52+29=296 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.64% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 29 (11.72% from 255 or 9.80% from 296); Max value from RGB is 215 - color contains mainly: red. Hex color #D7341D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7341D is #28CBE2. Grayscale: #626262. Windows color (decimal): -2673635 or 1914071. OLE color: 1914071.
HSL color Cylindrical-coordinate representation of color #D7341D: hue angle of 7.42º degrees, saturation: 0.76, 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 #D7341D is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 52 | 29 | - |
| CMYK | 0 | 0.76 | 0.87 | 0.16 |
| HSL | 7.42º | 0.76% | 0.48% | - |
| HSV(B) | 7.42º | 0.87% | 0.84% | - |
| XYZ | 29.47 | 16.99 | 2.89 | - |
| YUV | 98.12 | 89 | 211.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 52 | 29 | 0 | 0.76 | 0.87 | 0.16 | 7.42 | 0.76 | 0.48 |
| Hex | D7 | 34 | 1D | 0 | 4C | 57 | 10 | 7 | 4C | 30 |
| Octal | 327 | 64 | 35 | 0 | 114 | 127 | 20 | 7 | 114 | 60 |
| Binary | 11010111 | 110100 | 11101 | 0 | 1001100 | 1010111 | 10000 | 111 | 1001100 | 110000 |
Color Harmonies of #D7341D
Complementary color
Monochromatic Colors of #D7341D
Black with #D7341D
Text Example
Text Example
White with #D7341D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7341D; }
p { color: rgb(215,52,29); }
H1.HeaderClassName
{
color: #D7341D;
}
.AnyTagClassName
{
color: #D7341D;
}
</style>
background-color css
<style>
a { background-color: #D7341D; }
a { background-color: rgb(215,52,29); }
div.DivClassName
{
background-color: #D7341D;
}
.BgClassName
{
background-color: #D7341D;
}
</style>
border-color css
<style>
span { border-color: #D7341D; }
span { border-color: rgb(215,52,29); }
td.TdClassName
{
border-color: #D7341D;
}
.TagClassName
{
border-color: #D7341D;
}
</style>