Html Css Color HEX #D7400F Harley Davidson Orange
📋 copy color: '#D7400F'red 215 ◦ green 64 ◦ blue 15
Shades of Harley Davidson Orange #D7400F
Tints of Harley Davidson Orange #D7400F
RGB
CMYK
RGB Variations
Color information
#D7400F (or 0xD7400F) is known color: Harley Davidson Orange. HEX triplet: D7, 40 and 0F. RGB value is (215,64,15). Sum of RGB (Red+Green+Blue) = 215+64+15=294 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.13% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 15 (6.25% from 255 or 5.10% from 294); Max value from RGB is 215 - color contains mainly: red. Hex color #D7400F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D7400F is #28BFF0. Grayscale: #676767. Windows color (decimal): -2670577 or 999639. OLE color: 999639.
HSL color Cylindrical-coordinate representation of color #D7400F: hue angle of 14.7º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D7400F is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 64 | 15 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.16 |
| HSL | 14.7º | 0.87% | 0.45% | - |
| HSV(B) | 14.7º | 0.93% | 0.84% | - |
| XYZ | 29.94 | 18.15 | 2.38 | - |
| YUV | 103.56 | 78.03 | 207.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 64 | 15 | 0 | 0.70 | 0.93 | 0.16 | 14.7 | 0.87 | 0.45 |
| Hex | D7 | 40 | F | 0 | 46 | 5D | 10 | F | 57 | 2D |
| Octal | 327 | 100 | 17 | 0 | 106 | 135 | 20 | 17 | 127 | 55 |
| Binary | 11010111 | 1000000 | 1111 | 0 | 1000110 | 1011101 | 10000 | 1111 | 1010111 | 101101 |
Color Harmonies of #D7400F
Complementary color
Monochromatic Colors of #D7400F
Black with #D7400F
Text Example
Text Example
White with #D7400F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7400F; }
p { color: rgb(215,64,15); }
H1.HeaderClassName
{
color: #D7400F;
}
.AnyTagClassName
{
color: #D7400F;
}
</style>
background-color css
<style>
a { background-color: #D7400F; }
a { background-color: rgb(215,64,15); }
div.DivClassName
{
background-color: #D7400F;
}
.BgClassName
{
background-color: #D7400F;
}
</style>
border-color css
<style>
span { border-color: #D7400F; }
span { border-color: rgb(215,64,15); }
td.TdClassName
{
border-color: #D7400F;
}
.TagClassName
{
border-color: #D7400F;
}
</style>