Html Css Color HEX #D7440C Harley Davidson Orange
📋 copy color: '#D7440C'red 215 ◦ green 68 ◦ blue 12
Shades of Harley Davidson Orange #D7440C
Tints of Harley Davidson Orange #D7440C
RGB
CMYK
RGB Variations
Color information
#D7440C (or 0xD7440C) is known color: Harley Davidson Orange. HEX triplet: D7, 44 and 0C. RGB value is (215,68,12). Sum of RGB (Red+Green+Blue) = 215+68+12=295 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.88% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 12 (5.08% from 255 or 4.07% from 295); Max value from RGB is 215 - color contains mainly: red. Hex color #D7440C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D7440C is #28BBF3. Grayscale: #696969. Windows color (decimal): -2669556 or 804055. OLE color: 804055.
HSL color Cylindrical-coordinate representation of color #D7440C: hue angle of 16.55º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D7440C is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 68 | 12 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.16 |
| HSL | 16.55º | 0.89% | 0.45% | - |
| HSV(B) | 16.55º | 0.94% | 0.84% | - |
| XYZ | 30.16 | 18.61 | 2.35 | - |
| YUV | 105.57 | 75.2 | 206.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 68 | 12 | 0 | 0.68 | 0.94 | 0.16 | 16.55 | 0.89 | 0.45 |
| Hex | D7 | 44 | C | 0 | 44 | 5E | 10 | 11 | 59 | 2D |
| Octal | 327 | 104 | 14 | 0 | 104 | 136 | 20 | 21 | 131 | 55 |
| Binary | 11010111 | 1000100 | 1100 | 0 | 1000100 | 1011110 | 10000 | 10001 | 1011001 | 101101 |
Color Harmonies of #D7440C
Complementary color
Monochromatic Colors of #D7440C
Black with #D7440C
Text Example
Text Example
White with #D7440C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7440C; }
p { color: rgb(215,68,12); }
H1.HeaderClassName
{
color: #D7440C;
}
.AnyTagClassName
{
color: #D7440C;
}
</style>
background-color css
<style>
a { background-color: #D7440C; }
a { background-color: rgb(215,68,12); }
div.DivClassName
{
background-color: #D7440C;
}
.BgClassName
{
background-color: #D7440C;
}
</style>
border-color css
<style>
span { border-color: #D7440C; }
span { border-color: rgb(215,68,12); }
td.TdClassName
{
border-color: #D7440C;
}
.TagClassName
{
border-color: #D7440C;
}
</style>