Html Css Color HEX #D44816 Harley Davidson Orange
📋 copy color: '#D44816'red 212 ◦ green 72 ◦ blue 22
Shades of Harley Davidson Orange #D44816
Tints of Harley Davidson Orange #D44816
RGB
CMYK
RGB Variations
Color information
#D44816 (or 0xD44816) is known color: Harley Davidson Orange. HEX triplet: D4, 48 and 16. RGB value is (212,72,22). Sum of RGB (Red+Green+Blue) = 212+72+22=306 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.28% from 306); Green value is 72 (28.52% from 255 or 23.53% from 306); Blue value is 22 (8.98% from 255 or 7.19% from 306); Max value from RGB is 212 - color contains mainly: red. Hex color #D44816 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44816 is #2BB7E9. Grayscale: #6C6C6C. Windows color (decimal): -2865130 or 1460436. OLE color: 1460436.
HSL color Cylindrical-coordinate representation of color #D44816: hue angle of 15.79º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D44816 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 72 | 22 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.17 |
| HSL | 15.79º | 0.81% | 0.46% | - |
| HSV(B) | 15.79º | 0.9% | 0.83% | - |
| XYZ | 29.61 | 18.69 | 2.81 | - |
| YUV | 108.16 | 79.38 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 72 | 22 | 0 | 0.66 | 0.90 | 0.17 | 15.79 | 0.81 | 0.46 |
| Hex | D4 | 48 | 16 | 0 | 42 | 5A | 11 | 10 | 51 | 2E |
| Octal | 324 | 110 | 26 | 0 | 102 | 132 | 21 | 20 | 121 | 56 |
| Binary | 11010100 | 1001000 | 10110 | 0 | 1000010 | 1011010 | 10001 | 10000 | 1010001 | 101110 |
Color Harmonies of #D44816
Complementary color
Monochromatic Colors of #D44816
Black with #D44816
Text Example
Text Example
White with #D44816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44816; }
p { color: rgb(212,72,22); }
H1.HeaderClassName
{
color: #D44816;
}
.AnyTagClassName
{
color: #D44816;
}
</style>
background-color css
<style>
a { background-color: #D44816; }
a { background-color: rgb(212,72,22); }
div.DivClassName
{
background-color: #D44816;
}
.BgClassName
{
background-color: #D44816;
}
</style>
border-color css
<style>
span { border-color: #D44816; }
span { border-color: rgb(212,72,22); }
td.TdClassName
{
border-color: #D44816;
}
.TagClassName
{
border-color: #D44816;
}
</style>