Html Css Color HEX #D1380C Harley Davidson Orange
📋 copy color: '#D1380C'red 209 ◦ green 56 ◦ blue 12
Shades of Harley Davidson Orange #D1380C
Tints of Harley Davidson Orange #D1380C
RGB
CMYK
RGB Variations
Color information
#D1380C (or 0xD1380C) is known color: Harley Davidson Orange. HEX triplet: D1, 38 and 0C. RGB value is (209,56,12). Sum of RGB (Red+Green+Blue) = 209+56+12=277 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.45% from 277); Green value is 56 (22.27% from 255 or 20.22% from 277); Blue value is 12 (5.08% from 255 or 4.33% from 277); Max value from RGB is 209 - color contains mainly: red. Hex color #D1380C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D1380C is #2EC7F3. Grayscale: #616161. Windows color (decimal): -3065844 or 800977. OLE color: 800977.
HSL color Cylindrical-coordinate representation of color #D1380C: hue angle of 13.4º 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 #D1380C is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 56 | 12 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.18 |
| HSL | 13.4º | 0.89% | 0.43% | - |
| HSV(B) | 13.4º | 0.94% | 0.82% | - |
| XYZ | 27.78 | 16.41 | 2.05 | - |
| YUV | 96.73 | 80.19 | 208.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 56 | 12 | 0 | 0.73 | 0.94 | 0.18 | 13.4 | 0.89 | 0.43 |
| Hex | D1 | 38 | C | 0 | 49 | 5E | 12 | D | 59 | 2B |
| Octal | 321 | 70 | 14 | 0 | 111 | 136 | 22 | 15 | 131 | 53 |
| Binary | 11010001 | 111000 | 1100 | 0 | 1001001 | 1011110 | 10010 | 1101 | 1011001 | 101011 |
Color Harmonies of #D1380C
Complementary color
Monochromatic Colors of #D1380C
Black with #D1380C
Text Example
Text Example
White with #D1380C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1380C; }
p { color: rgb(209,56,12); }
H1.HeaderClassName
{
color: #D1380C;
}
.AnyTagClassName
{
color: #D1380C;
}
</style>
background-color css
<style>
a { background-color: #D1380C; }
a { background-color: rgb(209,56,12); }
div.DivClassName
{
background-color: #D1380C;
}
.BgClassName
{
background-color: #D1380C;
}
</style>
border-color css
<style>
span { border-color: #D1380C; }
span { border-color: rgb(209,56,12); }
td.TdClassName
{
border-color: #D1380C;
}
.TagClassName
{
border-color: #D1380C;
}
</style>