Html Css Color HEX #D44117 Harley Davidson Orange
📋 copy color: '#D44117'red 212 ◦ green 65 ◦ blue 23
Shades of Harley Davidson Orange #D44117
Tints of Harley Davidson Orange #D44117
RGB
CMYK
RGB Variations
Color information
#D44117 (or 0xD44117) is known color: Harley Davidson Orange. HEX triplet: D4, 41 and 17. RGB value is (212,65,23). Sum of RGB (Red+Green+Blue) = 212+65+23=300 (39% of max value = 765). Red value is 212 (83.20% from 255 or 70.67% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 23 (9.38% from 255 or 7.67% from 300); Max value from RGB is 212 - color contains mainly: red. Hex color #D44117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44117 is #2BBEE8. Grayscale: #686868. Windows color (decimal): -2866921 or 1524180. OLE color: 1524180.
HSL color Cylindrical-coordinate representation of color #D44117: hue angle of 13.33º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D44117 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 65 | 23 | - |
| CMYK | 0 | 0.69 | 0.89 | 0.17 |
| HSL | 13.33º | 0.8% | 0.46% | - |
| HSV(B) | 13.33º | 0.89% | 0.83% | - |
| XYZ | 29.2 | 17.84 | 2.72 | - |
| YUV | 104.17 | 82.2 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 65 | 23 | 0 | 0.69 | 0.89 | 0.17 | 13.33 | 0.8 | 0.46 |
| Hex | D4 | 41 | 17 | 0 | 45 | 59 | 11 | D | 50 | 2E |
| Octal | 324 | 101 | 27 | 0 | 105 | 131 | 21 | 15 | 120 | 56 |
| Binary | 11010100 | 1000001 | 10111 | 0 | 1000101 | 1011001 | 10001 | 1101 | 1010000 | 101110 |
Color Harmonies of #D44117
Complementary color
Monochromatic Colors of #D44117
Black with #D44117
Text Example
Text Example
White with #D44117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44117; }
p { color: rgb(212,65,23); }
H1.HeaderClassName
{
color: #D44117;
}
.AnyTagClassName
{
color: #D44117;
}
</style>
background-color css
<style>
a { background-color: #D44117; }
a { background-color: rgb(212,65,23); }
div.DivClassName
{
background-color: #D44117;
}
.BgClassName
{
background-color: #D44117;
}
</style>
border-color css
<style>
span { border-color: #D44117; }
span { border-color: rgb(212,65,23); }
td.TdClassName
{
border-color: #D44117;
}
.TagClassName
{
border-color: #D44117;
}
</style>