Html Css Color HEX #D14122 Harley Davidson Orange
📋 copy color: '#D14122'red 209 ◦ green 65 ◦ blue 34
Shades of Harley Davidson Orange #D14122
Tints of Harley Davidson Orange #D14122
RGB
CMYK
RGB Variations
Color information
#D14122 (or 0xD14122) is known color: Harley Davidson Orange. HEX triplet: D1, 41 and 22. RGB value is (209,65,34). Sum of RGB (Red+Green+Blue) = 209+65+34=308 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.86% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 34 (13.67% from 255 or 11.04% from 308); Max value from RGB is 209 - color contains mainly: red. Hex color #D14122 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14122 is #2EBEDD. Grayscale: #686868. Windows color (decimal): -3063518 or 2245073. OLE color: 2245073.
HSL color Cylindrical-coordinate representation of color #D14122: hue angle of 10.63º 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 #D14122 is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 65 | 34 | - |
| CMYK | 0 | 0.69 | 0.84 | 0.18 |
| HSL | 10.63º | 0.72% | 0.48% | - |
| HSV(B) | 10.63º | 0.84% | 0.82% | - |
| XYZ | 28.47 | 17.45 | 3.38 | - |
| YUV | 104.52 | 88.21 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 65 | 34 | 0 | 0.69 | 0.84 | 0.18 | 10.63 | 0.72 | 0.48 |
| Hex | D1 | 41 | 22 | 0 | 45 | 54 | 12 | B | 48 | 30 |
| Octal | 321 | 101 | 42 | 0 | 105 | 124 | 22 | 13 | 110 | 60 |
| Binary | 11010001 | 1000001 | 100010 | 0 | 1000101 | 1010100 | 10010 | 1011 | 1001000 | 110000 |
Color Harmonies of #D14122
Complementary color
Monochromatic Colors of #D14122
Black with #D14122
Text Example
Text Example
White with #D14122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14122; }
p { color: rgb(209,65,34); }
H1.HeaderClassName
{
color: #D14122;
}
.AnyTagClassName
{
color: #D14122;
}
</style>
background-color css
<style>
a { background-color: #D14122; }
a { background-color: rgb(209,65,34); }
div.DivClassName
{
background-color: #D14122;
}
.BgClassName
{
background-color: #D14122;
}
</style>
border-color css
<style>
span { border-color: #D14122; }
span { border-color: rgb(209,65,34); }
td.TdClassName
{
border-color: #D14122;
}
.TagClassName
{
border-color: #D14122;
}
</style>