Html Css Color HEX #D7400A Harley Davidson Orange
📋 copy color: '#D7400A'red 215 ◦ green 64 ◦ blue 10
Shades of Harley Davidson Orange #D7400A
Tints of Harley Davidson Orange #D7400A
RGB
CMYK
RGB Variations
Color information
#D7400A (or 0xD7400A) is known color: Harley Davidson Orange. HEX triplet: D7, 40 and 0A. RGB value is (215,64,10). Sum of RGB (Red+Green+Blue) = 215+64+10=289 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.39% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 10 (4.30% from 255 or 3.46% from 289); Max value from RGB is 215 - color contains mainly: red. Hex color #D7400A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D7400A is #28BFF5. Grayscale: #676767. Windows color (decimal): -2670582 or 671959. OLE color: 671959.
HSL color Cylindrical-coordinate representation of color #D7400A: hue angle of 15.8º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D7400A is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 64 | 10 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.16 |
| HSL | 15.8º | 0.91% | 0.44% | - |
| HSV(B) | 15.8º | 0.95% | 0.84% | - |
| XYZ | 29.91 | 18.14 | 2.21 | - |
| YUV | 102.99 | 75.53 | 207.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 64 | 10 | 0 | 0.70 | 0.95 | 0.16 | 15.8 | 0.91 | 0.44 |
| Hex | D7 | 40 | A | 0 | 46 | 5F | 10 | 10 | 5B | 2C |
| Octal | 327 | 100 | 12 | 0 | 106 | 137 | 20 | 20 | 133 | 54 |
| Binary | 11010111 | 1000000 | 1010 | 0 | 1000110 | 1011111 | 10000 | 10000 | 1011011 | 101100 |
Color Harmonies of #D7400A
Complementary color
Monochromatic Colors of #D7400A
Black with #D7400A
Text Example
Text Example
White with #D7400A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7400A; }
p { color: rgb(215,64,10); }
H1.HeaderClassName
{
color: #D7400A;
}
.AnyTagClassName
{
color: #D7400A;
}
</style>
background-color css
<style>
a { background-color: #D7400A; }
a { background-color: rgb(215,64,10); }
div.DivClassName
{
background-color: #D7400A;
}
.BgClassName
{
background-color: #D7400A;
}
</style>
border-color css
<style>
span { border-color: #D7400A; }
span { border-color: rgb(215,64,10); }
td.TdClassName
{
border-color: #D7400A;
}
.TagClassName
{
border-color: #D7400A;
}
</style>