Html Css Color HEX #D14322 Harley Davidson Orange
📋 copy color: '#D14322'red 209 ◦ green 67 ◦ blue 34
Shades of Harley Davidson Orange #D14322
Tints of Harley Davidson Orange #D14322
RGB
CMYK
RGB Variations
Color information
#D14322 (or 0xD14322) is known color: Harley Davidson Orange. HEX triplet: D1, 43 and 22. RGB value is (209,67,34). Sum of RGB (Red+Green+Blue) = 209+67+34=310 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.42% from 310); Green value is 67 (26.56% from 255 or 21.61% from 310); Blue value is 34 (13.67% from 255 or 10.97% from 310); Max value from RGB is 209 - color contains mainly: red. Hex color #D14322 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14322 is #2EBCDD. Grayscale: #696969. Windows color (decimal): -3063006 or 2245585. OLE color: 2245585.
HSL color Cylindrical-coordinate representation of color #D14322: hue angle of 11.31º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D14322 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 67 | 34 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.18 |
| HSL | 11.31º | 0.72% | 0.48% | - |
| HSV(B) | 11.31º | 0.84% | 0.82% | - |
| XYZ | 28.59 | 17.69 | 3.42 | - |
| YUV | 105.7 | 87.54 | 201.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 67 | 34 | 0 | 0.68 | 0.84 | 0.18 | 11.31 | 0.72 | 0.48 |
| Hex | D1 | 43 | 22 | 0 | 44 | 54 | 12 | B | 48 | 30 |
| Octal | 321 | 103 | 42 | 0 | 104 | 124 | 22 | 13 | 110 | 60 |
| Binary | 11010001 | 1000011 | 100010 | 0 | 1000100 | 1010100 | 10010 | 1011 | 1001000 | 110000 |
Color Harmonies of #D14322
Complementary color
Monochromatic Colors of #D14322
Black with #D14322
Text Example
Text Example
White with #D14322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14322; }
p { color: rgb(209,67,34); }
H1.HeaderClassName
{
color: #D14322;
}
.AnyTagClassName
{
color: #D14322;
}
</style>
background-color css
<style>
a { background-color: #D14322; }
a { background-color: rgb(209,67,34); }
div.DivClassName
{
background-color: #D14322;
}
.BgClassName
{
background-color: #D14322;
}
</style>
border-color css
<style>
span { border-color: #D14322; }
span { border-color: rgb(209,67,34); }
td.TdClassName
{
border-color: #D14322;
}
.TagClassName
{
border-color: #D14322;
}
</style>