Html Css Color HEX #D72A14 Harley Davidson Orange
📋 copy color: '#D72A14'red 215 ◦ green 42 ◦ blue 20
Shades of Harley Davidson Orange #D72A14
Tints of Harley Davidson Orange #D72A14
RGB
CMYK
RGB Variations
Color information
#D72A14 (or 0xD72A14) is known color: Harley Davidson Orange. HEX triplet: D7, 2A and 14. RGB value is (215,42,20). Sum of RGB (Red+Green+Blue) = 215+42+20=277 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.62% from 277); Green value is 42 (16.80% from 255 or 15.16% from 277); Blue value is 20 (8.20% from 255 or 7.22% from 277); Max value from RGB is 215 - color contains mainly: red. Hex color #D72A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D72A14 is #28D5EB. Grayscale: #5B5B5B. Windows color (decimal): -2676204 or 1321687. OLE color: 1321687.
HSL color Cylindrical-coordinate representation of color #D72A14: hue angle of 6.77º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D72A14 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 42 | 20 | - |
| CMYK | 0 | 0.80 | 0.91 | 0.16 |
| HSL | 6.77º | 0.83% | 0.46% | - |
| HSV(B) | 6.77º | 0.91% | 0.84% | - |
| XYZ | 28.98 | 16.15 | 2.25 | - |
| YUV | 91.22 | 87.81 | 216.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 42 | 20 | 0 | 0.80 | 0.91 | 0.16 | 6.77 | 0.83 | 0.46 |
| Hex | D7 | 2A | 14 | 0 | 50 | 5B | 10 | 7 | 53 | 2E |
| Octal | 327 | 52 | 24 | 0 | 120 | 133 | 20 | 7 | 123 | 56 |
| Binary | 11010111 | 101010 | 10100 | 0 | 1010000 | 1011011 | 10000 | 111 | 1010011 | 101110 |
Color Harmonies of #D72A14
Complementary color
Monochromatic Colors of #D72A14
Black with #D72A14
Text Example
Text Example
White with #D72A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72A14; }
p { color: rgb(215,42,20); }
H1.HeaderClassName
{
color: #D72A14;
}
.AnyTagClassName
{
color: #D72A14;
}
</style>
background-color css
<style>
a { background-color: #D72A14; }
a { background-color: rgb(215,42,20); }
div.DivClassName
{
background-color: #D72A14;
}
.BgClassName
{
background-color: #D72A14;
}
</style>
border-color css
<style>
span { border-color: #D72A14; }
span { border-color: rgb(215,42,20); }
td.TdClassName
{
border-color: #D72A14;
}
.TagClassName
{
border-color: #D72A14;
}
</style>