Html Css Color HEX #D44022 Harley Davidson Orange
📋 copy color: '#D44022'red 212 ◦ green 64 ◦ blue 34
Shades of Harley Davidson Orange #D44022
Tints of Harley Davidson Orange #D44022
RGB
CMYK
RGB Variations
Color information
#D44022 (or 0xD44022) is known color: Harley Davidson Orange. HEX triplet: D4, 40 and 22. RGB value is (212,64,34). Sum of RGB (Red+Green+Blue) = 212+64+34=310 (41% of max value = 765). Red value is 212 (83.20% from 255 or 68.39% from 310); Green value is 64 (25.39% from 255 or 20.65% from 310); Blue value is 34 (13.67% from 255 or 10.97% from 310); Max value from RGB is 212 - color contains mainly: red. Hex color #D44022 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44022 is #2BBFDD. Grayscale: #696969. Windows color (decimal): -2867166 or 2244820. OLE color: 2244820.
HSL color Cylindrical-coordinate representation of color #D44022: hue angle of 10.11º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D44022 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 64 | 34 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.17 |
| HSL | 10.11º | 0.72% | 0.48% | - |
| HSV(B) | 10.11º | 0.84% | 0.83% | - |
| XYZ | 29.27 | 17.78 | 3.4 | - |
| YUV | 104.83 | 88.03 | 204.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 64 | 34 | 0 | 0.70 | 0.84 | 0.17 | 10.11 | 0.72 | 0.48 |
| Hex | D4 | 40 | 22 | 0 | 46 | 54 | 11 | A | 48 | 30 |
| Octal | 324 | 100 | 42 | 0 | 106 | 124 | 21 | 12 | 110 | 60 |
| Binary | 11010100 | 1000000 | 100010 | 0 | 1000110 | 1010100 | 10001 | 1010 | 1001000 | 110000 |
Color Harmonies of #D44022
Complementary color
Monochromatic Colors of #D44022
Black with #D44022
Text Example
Text Example
White with #D44022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44022; }
p { color: rgb(212,64,34); }
H1.HeaderClassName
{
color: #D44022;
}
.AnyTagClassName
{
color: #D44022;
}
</style>
background-color css
<style>
a { background-color: #D44022; }
a { background-color: rgb(212,64,34); }
div.DivClassName
{
background-color: #D44022;
}
.BgClassName
{
background-color: #D44022;
}
</style>
border-color css
<style>
span { border-color: #D44022; }
span { border-color: rgb(212,64,34); }
td.TdClassName
{
border-color: #D44022;
}
.TagClassName
{
border-color: #D44022;
}
</style>