Html Css Color HEX #D44511 Harley Davidson Orange
📋 copy color: '#D44511'red 212 ◦ green 69 ◦ blue 17
Shades of Harley Davidson Orange #D44511
Tints of Harley Davidson Orange #D44511
RGB
CMYK
RGB Variations
Color information
#D44511 (or 0xD44511) is known color: Harley Davidson Orange. HEX triplet: D4, 45 and 11. RGB value is (212,69,17). Sum of RGB (Red+Green+Blue) = 212+69+17=298 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.14% from 298); Green value is 69 (27.34% from 255 or 23.15% from 298); Blue value is 17 (7.03% from 255 or 5.70% from 298); Max value from RGB is 212 - color contains mainly: red. Hex color #D44511 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44511 is #2BBAEE. Grayscale: #6A6A6A. Windows color (decimal): -2865903 or 1131988. OLE color: 1131988.
HSL color Cylindrical-coordinate representation of color #D44511: hue angle of 16º 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 #D44511 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 69 | 17 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.17 |
| HSL | 16º | 0.85% | 0.45% | - |
| HSV(B) | 16º | 0.92% | 0.83% | - |
| XYZ | 29.38 | 18.29 | 2.51 | - |
| YUV | 105.83 | 77.88 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 69 | 17 | 0 | 0.67 | 0.92 | 0.17 | 16 | 0.85 | 0.45 |
| Hex | D4 | 45 | 11 | 0 | 43 | 5C | 11 | 10 | 55 | 2D |
| Octal | 324 | 105 | 21 | 0 | 103 | 134 | 21 | 20 | 125 | 55 |
| Binary | 11010100 | 1000101 | 10001 | 0 | 1000011 | 1011100 | 10001 | 10000 | 1010101 | 101101 |
Color Harmonies of #D44511
Complementary color
Monochromatic Colors of #D44511
Black with #D44511
Text Example
Text Example
White with #D44511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44511; }
p { color: rgb(212,69,17); }
H1.HeaderClassName
{
color: #D44511;
}
.AnyTagClassName
{
color: #D44511;
}
</style>
background-color css
<style>
a { background-color: #D44511; }
a { background-color: rgb(212,69,17); }
div.DivClassName
{
background-color: #D44511;
}
.BgClassName
{
background-color: #D44511;
}
</style>
border-color css
<style>
span { border-color: #D44511; }
span { border-color: rgb(212,69,17); }
td.TdClassName
{
border-color: #D44511;
}
.TagClassName
{
border-color: #D44511;
}
</style>