Html Css Color HEX #D1340D Harley Davidson Orange
📋 copy color: '#D1340D'red 209 ◦ green 52 ◦ blue 13
Shades of Harley Davidson Orange #D1340D
Tints of Harley Davidson Orange #D1340D
RGB
CMYK
RGB Variations
Color information
#D1340D (or 0xD1340D) is known color: Harley Davidson Orange. HEX triplet: D1, 34 and 0D. RGB value is (209,52,13). Sum of RGB (Red+Green+Blue) = 209+52+13=274 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.28% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 13 (5.47% from 255 or 4.74% from 274); Max value from RGB is 209 - color contains mainly: red. Hex color #D1340D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D1340D is #2ECBF2. Grayscale: #5E5E5E. Windows color (decimal): -3066867 or 865489. OLE color: 865489.
HSL color Cylindrical-coordinate representation of color #D1340D: hue angle of 11.94º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D1340D is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 52 | 13 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.18 |
| HSL | 11.94º | 0.88% | 0.44% | - |
| HSV(B) | 11.94º | 0.94% | 0.82% | - |
| XYZ | 27.6 | 16.04 | 2.02 | - |
| YUV | 94.5 | 82.01 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 52 | 13 | 0 | 0.75 | 0.94 | 0.18 | 11.94 | 0.88 | 0.44 |
| Hex | D1 | 34 | D | 0 | 4B | 5E | 12 | C | 58 | 2C |
| Octal | 321 | 64 | 15 | 0 | 113 | 136 | 22 | 14 | 130 | 54 |
| Binary | 11010001 | 110100 | 1101 | 0 | 1001011 | 1011110 | 10010 | 1100 | 1011000 | 101100 |
Color Harmonies of #D1340D
Complementary color
Monochromatic Colors of #D1340D
Black with #D1340D
Text Example
Text Example
White with #D1340D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1340D; }
p { color: rgb(209,52,13); }
H1.HeaderClassName
{
color: #D1340D;
}
.AnyTagClassName
{
color: #D1340D;
}
</style>
background-color css
<style>
a { background-color: #D1340D; }
a { background-color: rgb(209,52,13); }
div.DivClassName
{
background-color: #D1340D;
}
.BgClassName
{
background-color: #D1340D;
}
</style>
border-color css
<style>
span { border-color: #D1340D; }
span { border-color: rgb(209,52,13); }
td.TdClassName
{
border-color: #D1340D;
}
.TagClassName
{
border-color: #D1340D;
}
</style>