Html Css Color HEX #D1390C Harley Davidson Orange
📋 copy color: '#D1390C'red 209 ◦ green 57 ◦ blue 12
Shades of Harley Davidson Orange #D1390C
Tints of Harley Davidson Orange #D1390C
RGB
CMYK
RGB Variations
Color information
#D1390C (or 0xD1390C) is known color: Harley Davidson Orange. HEX triplet: D1, 39 and 0C. RGB value is (209,57,12). Sum of RGB (Red+Green+Blue) = 209+57+12=278 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.18% from 278); Green value is 57 (22.66% from 255 or 20.50% from 278); Blue value is 12 (5.08% from 255 or 4.32% from 278); Max value from RGB is 209 - color contains mainly: red. Hex color #D1390C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D1390C is #2EC6F3. Grayscale: #616161. Windows color (decimal): -3065588 or 801233. OLE color: 801233.
HSL color Cylindrical-coordinate representation of color #D1390C: hue angle of 13.71º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D1390C is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 57 | 12 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.18 |
| HSL | 13.71º | 0.89% | 0.43% | - |
| HSV(B) | 13.71º | 0.94% | 0.82% | - |
| XYZ | 27.82 | 16.51 | 2.07 | - |
| YUV | 97.32 | 79.86 | 207.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 57 | 12 | 0 | 0.73 | 0.94 | 0.18 | 13.71 | 0.89 | 0.43 |
| Hex | D1 | 39 | C | 0 | 49 | 5E | 12 | E | 59 | 2B |
| Octal | 321 | 71 | 14 | 0 | 111 | 136 | 22 | 16 | 131 | 53 |
| Binary | 11010001 | 111001 | 1100 | 0 | 1001001 | 1011110 | 10010 | 1110 | 1011001 | 101011 |
Color Harmonies of #D1390C
Complementary color
Monochromatic Colors of #D1390C
Black with #D1390C
Text Example
Text Example
White with #D1390C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1390C; }
p { color: rgb(209,57,12); }
H1.HeaderClassName
{
color: #D1390C;
}
.AnyTagClassName
{
color: #D1390C;
}
</style>
background-color css
<style>
a { background-color: #D1390C; }
a { background-color: rgb(209,57,12); }
div.DivClassName
{
background-color: #D1390C;
}
.BgClassName
{
background-color: #D1390C;
}
</style>
border-color css
<style>
span { border-color: #D1390C; }
span { border-color: rgb(209,57,12); }
td.TdClassName
{
border-color: #D1390C;
}
.TagClassName
{
border-color: #D1390C;
}
</style>