Html Css Color HEX #D44811 Harley Davidson Orange
📋 copy color: '#D44811'red 212 ◦ green 72 ◦ blue 17
Shades of Harley Davidson Orange #D44811
Tints of Harley Davidson Orange #D44811
RGB
CMYK
RGB Variations
Color information
#D44811 (or 0xD44811) is known color: Harley Davidson Orange. HEX triplet: D4, 48 and 11. RGB value is (212,72,17). Sum of RGB (Red+Green+Blue) = 212+72+17=301 (39% of max value = 765). Red value is 212 (83.20% from 255 or 70.43% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 17 (7.03% from 255 or 5.65% from 301); Max value from RGB is 212 - color contains mainly: red. Hex color #D44811 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44811 is #2BB7EE. Grayscale: #6B6B6B. Windows color (decimal): -2865135 or 1132756. OLE color: 1132756.
HSL color Cylindrical-coordinate representation of color #D44811: hue angle of 16.92º 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 #D44811 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 72 | 17 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.17 |
| HSL | 16.92º | 0.85% | 0.45% | - |
| HSV(B) | 16.92º | 0.92% | 0.83% | - |
| XYZ | 29.57 | 18.67 | 2.58 | - |
| YUV | 107.59 | 76.88 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 72 | 17 | 0 | 0.66 | 0.92 | 0.17 | 16.92 | 0.85 | 0.45 |
| Hex | D4 | 48 | 11 | 0 | 42 | 5C | 11 | 11 | 55 | 2D |
| Octal | 324 | 110 | 21 | 0 | 102 | 134 | 21 | 21 | 125 | 55 |
| Binary | 11010100 | 1001000 | 10001 | 0 | 1000010 | 1011100 | 10001 | 10001 | 1010101 | 101101 |
Color Harmonies of #D44811
Complementary color
Monochromatic Colors of #D44811
Black with #D44811
Text Example
Text Example
White with #D44811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44811; }
p { color: rgb(212,72,17); }
H1.HeaderClassName
{
color: #D44811;
}
.AnyTagClassName
{
color: #D44811;
}
</style>
background-color css
<style>
a { background-color: #D44811; }
a { background-color: rgb(212,72,17); }
div.DivClassName
{
background-color: #D44811;
}
.BgClassName
{
background-color: #D44811;
}
</style>
border-color css
<style>
span { border-color: #D44811; }
span { border-color: rgb(212,72,17); }
td.TdClassName
{
border-color: #D44811;
}
.TagClassName
{
border-color: #D44811;
}
</style>