Html Css Color HEX #D14024 Harley Davidson Orange
📋 copy color: '#D14024'red 209 ◦ green 64 ◦ blue 36
Shades of Harley Davidson Orange #D14024
Tints of Harley Davidson Orange #D14024
RGB
CMYK
RGB Variations
Color information
#D14024 (or 0xD14024) is known color: Harley Davidson Orange. HEX triplet: D1, 40 and 24. RGB value is (209,64,36). Sum of RGB (Red+Green+Blue) = 209+64+36=309 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.64% from 309); Green value is 64 (25.39% from 255 or 20.71% from 309); Blue value is 36 (14.45% from 255 or 11.65% from 309); Max value from RGB is 209 - color contains mainly: red. Hex color #D14024 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14024 is #2EBFDB. Grayscale: #686868. Windows color (decimal): -3063772 or 2375889. OLE color: 2375889.
HSL color Cylindrical-coordinate representation of color #D14024: hue angle of 9.71º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D14024 is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 64 | 36 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.18 |
| HSL | 9.71º | 0.71% | 0.48% | - |
| HSV(B) | 9.71º | 0.83% | 0.82% | - |
| XYZ | 28.45 | 17.35 | 3.52 | - |
| YUV | 104.16 | 89.54 | 202.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 64 | 36 | 0 | 0.69 | 0.83 | 0.18 | 9.71 | 0.71 | 0.48 |
| Hex | D1 | 40 | 24 | 0 | 45 | 53 | 12 | A | 47 | 30 |
| Octal | 321 | 100 | 44 | 0 | 105 | 123 | 22 | 12 | 107 | 60 |
| Binary | 11010001 | 1000000 | 100100 | 0 | 1000101 | 1010011 | 10010 | 1010 | 1000111 | 110000 |
Color Harmonies of #D14024
Complementary color
Monochromatic Colors of #D14024
Black with #D14024
Text Example
Text Example
White with #D14024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14024; }
p { color: rgb(209,64,36); }
H1.HeaderClassName
{
color: #D14024;
}
.AnyTagClassName
{
color: #D14024;
}
</style>
background-color css
<style>
a { background-color: #D14024; }
a { background-color: rgb(209,64,36); }
div.DivClassName
{
background-color: #D14024;
}
.BgClassName
{
background-color: #D14024;
}
</style>
border-color css
<style>
span { border-color: #D14024; }
span { border-color: rgb(209,64,36); }
td.TdClassName
{
border-color: #D14024;
}
.TagClassName
{
border-color: #D14024;
}
</style>