Html Css Color HEX #D1320D Harley Davidson Orange
📋 copy color: '#D1320D'red 209 ◦ green 50 ◦ blue 13
Shades of Harley Davidson Orange #D1320D
Tints of Harley Davidson Orange #D1320D
RGB
CMYK
RGB Variations
Color information
#D1320D (or 0xD1320D) is known color: Harley Davidson Orange. HEX triplet: D1, 32 and 0D. RGB value is (209,50,13). Sum of RGB (Red+Green+Blue) = 209+50+13=272 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.84% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 13 (5.47% from 255 or 4.78% from 272); Max value from RGB is 209 - color contains mainly: red. Hex color #D1320D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D1320D is #2ECDF2. Grayscale: #5D5D5D. Windows color (decimal): -3067379 or 864977. OLE color: 864977.
HSL color Cylindrical-coordinate representation of color #D1320D: hue angle of 11.33º 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 #D1320D is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 50 | 13 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.18 |
| HSL | 11.33º | 0.88% | 0.44% | - |
| HSV(B) | 11.33º | 0.94% | 0.82% | - |
| XYZ | 27.51 | 15.87 | 1.99 | - |
| YUV | 93.32 | 82.68 | 210.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 50 | 13 | 0 | 0.76 | 0.94 | 0.18 | 11.33 | 0.88 | 0.44 |
| Hex | D1 | 32 | D | 0 | 4C | 5E | 12 | B | 58 | 2C |
| Octal | 321 | 62 | 15 | 0 | 114 | 136 | 22 | 13 | 130 | 54 |
| Binary | 11010001 | 110010 | 1101 | 0 | 1001100 | 1011110 | 10010 | 1011 | 1011000 | 101100 |
Color Harmonies of #D1320D
Complementary color
Monochromatic Colors of #D1320D
Black with #D1320D
Text Example
Text Example
White with #D1320D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1320D; }
p { color: rgb(209,50,13); }
H1.HeaderClassName
{
color: #D1320D;
}
.AnyTagClassName
{
color: #D1320D;
}
</style>
background-color css
<style>
a { background-color: #D1320D; }
a { background-color: rgb(209,50,13); }
div.DivClassName
{
background-color: #D1320D;
}
.BgClassName
{
background-color: #D1320D;
}
</style>
border-color css
<style>
span { border-color: #D1320D; }
span { border-color: rgb(209,50,13); }
td.TdClassName
{
border-color: #D1320D;
}
.TagClassName
{
border-color: #D1320D;
}
</style>