Html Css Color HEX #D7441D Harley Davidson Orange
📋 copy color: '#D7441D'red 215 ◦ green 68 ◦ blue 29
Shades of Harley Davidson Orange #D7441D
Tints of Harley Davidson Orange #D7441D
RGB
CMYK
RGB Variations
Color information
#D7441D (or 0xD7441D) is known color: Harley Davidson Orange. HEX triplet: D7, 44 and 1D. RGB value is (215,68,29). Sum of RGB (Red+Green+Blue) = 215+68+29=312 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.91% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 29 (11.72% from 255 or 9.29% from 312); Max value from RGB is 215 - color contains mainly: red. Hex color #D7441D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7441D is #28BBE2. Grayscale: #6B6B6B. Windows color (decimal): -2669539 or 1918167. OLE color: 1918167.
HSL color Cylindrical-coordinate representation of color #D7441D: hue angle of 12.58º 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 #D7441D is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 68 | 29 | - |
| CMYK | 0 | 0.68 | 0.87 | 0.16 |
| HSL | 12.58º | 0.76% | 0.48% | - |
| HSV(B) | 12.58º | 0.87% | 0.84% | - |
| XYZ | 30.31 | 18.67 | 3.17 | - |
| YUV | 107.51 | 83.7 | 204.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 68 | 29 | 0 | 0.68 | 0.87 | 0.16 | 12.58 | 0.76 | 0.48 |
| Hex | D7 | 44 | 1D | 0 | 44 | 57 | 10 | D | 4C | 30 |
| Octal | 327 | 104 | 35 | 0 | 104 | 127 | 20 | 15 | 114 | 60 |
| Binary | 11010111 | 1000100 | 11101 | 0 | 1000100 | 1010111 | 10000 | 1101 | 1001100 | 110000 |
Color Harmonies of #D7441D
Complementary color
Monochromatic Colors of #D7441D
Black with #D7441D
Text Example
Text Example
White with #D7441D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7441D; }
p { color: rgb(215,68,29); }
H1.HeaderClassName
{
color: #D7441D;
}
.AnyTagClassName
{
color: #D7441D;
}
</style>
background-color css
<style>
a { background-color: #D7441D; }
a { background-color: rgb(215,68,29); }
div.DivClassName
{
background-color: #D7441D;
}
.BgClassName
{
background-color: #D7441D;
}
</style>
border-color css
<style>
span { border-color: #D7441D; }
span { border-color: rgb(215,68,29); }
td.TdClassName
{
border-color: #D7441D;
}
.TagClassName
{
border-color: #D7441D;
}
</style>