Html Css Color HEX #D74007 Harley Davidson Orange
📋 copy color: '#D74007'red 215 ◦ green 64 ◦ blue 7
Shades of Harley Davidson Orange #D74007
Tints of Harley Davidson Orange #D74007
RGB
CMYK
RGB Variations
Color information
#D74007 (or 0xD74007) is known color: Harley Davidson Orange. HEX triplet: D7, 40 and 07. RGB value is (215,64,7). Sum of RGB (Red+Green+Blue) = 215+64+7=286 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.17% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 7 (3.12% from 255 or 2.45% from 286); Max value from RGB is 215 - color contains mainly: red. Hex color #D74007 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74007 is #28BFF8. Grayscale: #676767. Windows color (decimal): -2670585 or 475351. OLE color: 475351.
HSL color Cylindrical-coordinate representation of color #D74007: hue angle of 16.44º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D74007 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 64 | 7 | - |
| CMYK | 0 | 0.70 | 0.97 | 0.16 |
| HSL | 16.44º | 0.94% | 0.44% | - |
| HSV(B) | 16.44º | 0.97% | 0.84% | - |
| XYZ | 29.9 | 18.13 | 2.12 | - |
| YUV | 102.65 | 74.03 | 208.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 64 | 7 | 0 | 0.70 | 0.97 | 0.16 | 16.44 | 0.94 | 0.44 |
| Hex | D7 | 40 | 7 | 0 | 46 | 61 | 10 | 10 | 5E | 2C |
| Octal | 327 | 100 | 7 | 0 | 106 | 141 | 20 | 20 | 136 | 54 |
| Binary | 11010111 | 1000000 | 111 | 0 | 1000110 | 1100001 | 10000 | 10000 | 1011110 | 101100 |
Color Harmonies of #D74007
Complementary color
Monochromatic Colors of #D74007
Black with #D74007
Text Example
Text Example
White with #D74007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74007; }
p { color: rgb(215,64,7); }
H1.HeaderClassName
{
color: #D74007;
}
.AnyTagClassName
{
color: #D74007;
}
</style>
background-color css
<style>
a { background-color: #D74007; }
a { background-color: rgb(215,64,7); }
div.DivClassName
{
background-color: #D74007;
}
.BgClassName
{
background-color: #D74007;
}
</style>
border-color css
<style>
span { border-color: #D74007; }
span { border-color: rgb(215,64,7); }
td.TdClassName
{
border-color: #D74007;
}
.TagClassName
{
border-color: #D74007;
}
</style>