Html Css Color HEX #D44011 Harley Davidson Orange
📋 copy color: '#D44011'red 212 ◦ green 64 ◦ blue 17
Shades of Harley Davidson Orange #D44011
Tints of Harley Davidson Orange #D44011
RGB
CMYK
RGB Variations
Color information
#D44011 (or 0xD44011) is known color: Harley Davidson Orange. HEX triplet: D4, 40 and 11. RGB value is (212,64,17). Sum of RGB (Red+Green+Blue) = 212+64+17=293 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.35% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 17 (7.03% from 255 or 5.80% from 293); Max value from RGB is 212 - color contains mainly: red. Hex color #D44011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44011 is #2BBFEE. Grayscale: #676767. Windows color (decimal): -2867183 or 1130708. OLE color: 1130708.
HSL color Cylindrical-coordinate representation of color #D44011: hue angle of 14.46º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D44011 is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 64 | 17 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.17 |
| HSL | 14.46º | 0.85% | 0.45% | - |
| HSV(B) | 14.46º | 0.92% | 0.83% | - |
| XYZ | 29.09 | 17.7 | 2.41 | - |
| YUV | 102.89 | 79.53 | 205.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 64 | 17 | 0 | 0.70 | 0.92 | 0.17 | 14.46 | 0.85 | 0.45 |
| Hex | D4 | 40 | 11 | 0 | 46 | 5C | 11 | E | 55 | 2D |
| Octal | 324 | 100 | 21 | 0 | 106 | 134 | 21 | 16 | 125 | 55 |
| Binary | 11010100 | 1000000 | 10001 | 0 | 1000110 | 1011100 | 10001 | 1110 | 1010101 | 101101 |
Color Harmonies of #D44011
Complementary color
Monochromatic Colors of #D44011
Black with #D44011
Text Example
Text Example
White with #D44011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44011; }
p { color: rgb(212,64,17); }
H1.HeaderClassName
{
color: #D44011;
}
.AnyTagClassName
{
color: #D44011;
}
</style>
background-color css
<style>
a { background-color: #D44011; }
a { background-color: rgb(212,64,17); }
div.DivClassName
{
background-color: #D44011;
}
.BgClassName
{
background-color: #D44011;
}
</style>
border-color css
<style>
span { border-color: #D44011; }
span { border-color: rgb(212,64,17); }
td.TdClassName
{
border-color: #D44011;
}
.TagClassName
{
border-color: #D44011;
}
</style>