Html Css Color HEX #D7401A Harley Davidson Orange
📋 copy color: '#D7401A'red 215 ◦ green 64 ◦ blue 26
Shades of Harley Davidson Orange #D7401A
Tints of Harley Davidson Orange #D7401A
RGB
CMYK
RGB Variations
Color information
#D7401A (or 0xD7401A) is known color: Harley Davidson Orange. HEX triplet: D7, 40 and 1A. RGB value is (215,64,26). Sum of RGB (Red+Green+Blue) = 215+64+26=305 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.49% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 26 (10.55% from 255 or 8.52% from 305); Max value from RGB is 215 - color contains mainly: red. Hex color #D7401A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7401A is #28BFE5. Grayscale: #696969. Windows color (decimal): -2670566 or 1720535. OLE color: 1720535.
HSL color Cylindrical-coordinate representation of color #D7401A: hue angle of 12.06º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D7401A is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 64 | 26 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.16 |
| HSL | 12.06º | 0.78% | 0.47% | - |
| HSV(B) | 12.06º | 0.88% | 0.84% | - |
| XYZ | 30.04 | 18.19 | 2.9 | - |
| YUV | 104.82 | 83.53 | 206.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 64 | 26 | 0 | 0.70 | 0.88 | 0.16 | 12.06 | 0.78 | 0.47 |
| Hex | D7 | 40 | 1A | 0 | 46 | 58 | 10 | C | 4E | 2F |
| Octal | 327 | 100 | 32 | 0 | 106 | 130 | 20 | 14 | 116 | 57 |
| Binary | 11010111 | 1000000 | 11010 | 0 | 1000110 | 1011000 | 10000 | 1100 | 1001110 | 101111 |
Color Harmonies of #D7401A
Complementary color
Monochromatic Colors of #D7401A
Black with #D7401A
Text Example
Text Example
White with #D7401A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7401A; }
p { color: rgb(215,64,26); }
H1.HeaderClassName
{
color: #D7401A;
}
.AnyTagClassName
{
color: #D7401A;
}
</style>
background-color css
<style>
a { background-color: #D7401A; }
a { background-color: rgb(215,64,26); }
div.DivClassName
{
background-color: #D7401A;
}
.BgClassName
{
background-color: #D7401A;
}
</style>
border-color css
<style>
span { border-color: #D7401A; }
span { border-color: rgb(215,64,26); }
td.TdClassName
{
border-color: #D7401A;
}
.TagClassName
{
border-color: #D7401A;
}
</style>