Html Css Color HEX #D34109 Harley Davidson Orange
📋 copy color: '#D34109'red 211 ◦ green 65 ◦ blue 9
Shades of Harley Davidson Orange #D34109
Tints of Harley Davidson Orange #D34109
RGB
CMYK
RGB Variations
Color information
#D34109 (or 0xD34109) is known color: Harley Davidson Orange. HEX triplet: D3, 41 and 09. RGB value is (211,65,9). Sum of RGB (Red+Green+Blue) = 211+65+9=285 (37% of max value = 765). Red value is 211 (82.81% from 255 or 74.04% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 9 (3.91% from 255 or 3.16% from 285); Max value from RGB is 211 - color contains mainly: red. Hex color #D34109 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34109 is #2CBEF6. Grayscale: #666666. Windows color (decimal): -2932471 or 606675. OLE color: 606675.
HSL color Cylindrical-coordinate representation of color #D34109: hue angle of 16.63º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D34109 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 65 | 9 | - |
| CMYK | 0 | 0.69 | 0.96 | 0.17 |
| HSL | 16.63º | 0.92% | 0.43% | - |
| HSV(B) | 16.63º | 0.96% | 0.83% | - |
| XYZ | 28.8 | 17.65 | 2.15 | - |
| YUV | 102.27 | 75.37 | 205.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 65 | 9 | 0 | 0.69 | 0.96 | 0.17 | 16.63 | 0.92 | 0.43 |
| Hex | D3 | 41 | 9 | 0 | 45 | 60 | 11 | 11 | 5C | 2B |
| Octal | 323 | 101 | 11 | 0 | 105 | 140 | 21 | 21 | 134 | 53 |
| Binary | 11010011 | 1000001 | 1001 | 0 | 1000101 | 1100000 | 10001 | 10001 | 1011100 | 101011 |
Color Harmonies of #D34109
Complementary color
Monochromatic Colors of #D34109
Black with #D34109
Text Example
Text Example
White with #D34109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34109; }
p { color: rgb(211,65,9); }
H1.HeaderClassName
{
color: #D34109;
}
.AnyTagClassName
{
color: #D34109;
}
</style>
background-color css
<style>
a { background-color: #D34109; }
a { background-color: rgb(211,65,9); }
div.DivClassName
{
background-color: #D34109;
}
.BgClassName
{
background-color: #D34109;
}
</style>
border-color css
<style>
span { border-color: #D34109; }
span { border-color: rgb(211,65,9); }
td.TdClassName
{
border-color: #D34109;
}
.TagClassName
{
border-color: #D34109;
}
</style>