Html Css Color HEX #D7401B Harley Davidson Orange
📋 copy color: '#D7401B'red 215 ◦ green 64 ◦ blue 27
Shades of Harley Davidson Orange #D7401B
Tints of Harley Davidson Orange #D7401B
RGB
CMYK
RGB Variations
Color information
#D7401B (or 0xD7401B) is known color: Harley Davidson Orange. HEX triplet: D7, 40 and 1B. RGB value is (215,64,27). Sum of RGB (Red+Green+Blue) = 215+64+27=306 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.26% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 27 (10.94% from 255 or 8.82% from 306); Max value from RGB is 215 - color contains mainly: red. Hex color #D7401B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7401B is #28BFE4. Grayscale: #696969. Windows color (decimal): -2670565 or 1786071. OLE color: 1786071.
HSL color Cylindrical-coordinate representation of color #D7401B: hue angle of 11.81º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D7401B is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 64 | 27 | - |
| CMYK | 0 | 0.70 | 0.87 | 0.16 |
| HSL | 11.81º | 0.78% | 0.47% | - |
| HSV(B) | 11.81º | 0.87% | 0.84% | - |
| XYZ | 30.06 | 18.19 | 2.96 | - |
| YUV | 104.93 | 84.03 | 206.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 64 | 27 | 0 | 0.70 | 0.87 | 0.16 | 11.81 | 0.78 | 0.47 |
| Hex | D7 | 40 | 1B | 0 | 46 | 57 | 10 | C | 4E | 2F |
| Octal | 327 | 100 | 33 | 0 | 106 | 127 | 20 | 14 | 116 | 57 |
| Binary | 11010111 | 1000000 | 11011 | 0 | 1000110 | 1010111 | 10000 | 1100 | 1001110 | 101111 |
Color Harmonies of #D7401B
Complementary color
Monochromatic Colors of #D7401B
Black with #D7401B
Text Example
Text Example
White with #D7401B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7401B; }
p { color: rgb(215,64,27); }
H1.HeaderClassName
{
color: #D7401B;
}
.AnyTagClassName
{
color: #D7401B;
}
</style>
background-color css
<style>
a { background-color: #D7401B; }
a { background-color: rgb(215,64,27); }
div.DivClassName
{
background-color: #D7401B;
}
.BgClassName
{
background-color: #D7401B;
}
</style>
border-color css
<style>
span { border-color: #D7401B; }
span { border-color: rgb(215,64,27); }
td.TdClassName
{
border-color: #D7401B;
}
.TagClassName
{
border-color: #D7401B;
}
</style>