Html Css Color HEX #D44211 Harley Davidson Orange
📋 copy color: '#D44211'red 212 ◦ green 66 ◦ blue 17
Shades of Harley Davidson Orange #D44211
Tints of Harley Davidson Orange #D44211
RGB
CMYK
RGB Variations
Color information
#D44211 (or 0xD44211) is known color: Harley Davidson Orange. HEX triplet: D4, 42 and 11. RGB value is (212,66,17). Sum of RGB (Red+Green+Blue) = 212+66+17=295 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.86% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 17 (7.03% from 255 or 5.76% from 295); Max value from RGB is 212 - color contains mainly: red. Hex color #D44211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44211 is #2BBDEE. Grayscale: #686868. Windows color (decimal): -2866671 or 1131220. OLE color: 1131220.
HSL color Cylindrical-coordinate representation of color #D44211: hue angle of 15.08º 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 #D44211 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 66 | 17 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.17 |
| HSL | 15.08º | 0.85% | 0.45% | - |
| HSV(B) | 15.08º | 0.92% | 0.83% | - |
| XYZ | 29.2 | 17.93 | 2.45 | - |
| YUV | 104.07 | 78.87 | 204.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 66 | 17 | 0 | 0.69 | 0.92 | 0.17 | 15.08 | 0.85 | 0.45 |
| Hex | D4 | 42 | 11 | 0 | 45 | 5C | 11 | F | 55 | 2D |
| Octal | 324 | 102 | 21 | 0 | 105 | 134 | 21 | 17 | 125 | 55 |
| Binary | 11010100 | 1000010 | 10001 | 0 | 1000101 | 1011100 | 10001 | 1111 | 1010101 | 101101 |
Color Harmonies of #D44211
Complementary color
Monochromatic Colors of #D44211
Black with #D44211
Text Example
Text Example
White with #D44211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44211; }
p { color: rgb(212,66,17); }
H1.HeaderClassName
{
color: #D44211;
}
.AnyTagClassName
{
color: #D44211;
}
</style>
background-color css
<style>
a { background-color: #D44211; }
a { background-color: rgb(212,66,17); }
div.DivClassName
{
background-color: #D44211;
}
.BgClassName
{
background-color: #D44211;
}
</style>
border-color css
<style>
span { border-color: #D44211; }
span { border-color: rgb(212,66,17); }
td.TdClassName
{
border-color: #D44211;
}
.TagClassName
{
border-color: #D44211;
}
</style>