Html Css Color HEX #D1390F Harley Davidson Orange
📋 copy color: '#D1390F'red 209 ◦ green 57 ◦ blue 15
Shades of Harley Davidson Orange #D1390F
Tints of Harley Davidson Orange #D1390F
RGB
CMYK
RGB Variations
Color information
#D1390F (or 0xD1390F) is known color: Harley Davidson Orange. HEX triplet: D1, 39 and 0F. RGB value is (209,57,15). Sum of RGB (Red+Green+Blue) = 209+57+15=281 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.38% from 281); Green value is 57 (22.66% from 255 or 20.28% from 281); Blue value is 15 (6.25% from 255 or 5.34% from 281); Max value from RGB is 209 - color contains mainly: red. Hex color #D1390F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D1390F is #2EC6F0. Grayscale: #616161. Windows color (decimal): -3065585 or 997841. OLE color: 997841.
HSL color Cylindrical-coordinate representation of color #D1390F: hue angle of 12.99º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D1390F is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 57 | 15 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.18 |
| HSL | 12.99º | 0.87% | 0.44% | - |
| HSV(B) | 12.99º | 0.93% | 0.82% | - |
| XYZ | 27.84 | 16.52 | 2.17 | - |
| YUV | 97.66 | 81.36 | 207.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 57 | 15 | 0 | 0.73 | 0.93 | 0.18 | 12.99 | 0.87 | 0.44 |
| Hex | D1 | 39 | F | 0 | 49 | 5D | 12 | D | 57 | 2C |
| Octal | 321 | 71 | 17 | 0 | 111 | 135 | 22 | 15 | 127 | 54 |
| Binary | 11010001 | 111001 | 1111 | 0 | 1001001 | 1011101 | 10010 | 1101 | 1010111 | 101100 |
Color Harmonies of #D1390F
Complementary color
Monochromatic Colors of #D1390F
Black with #D1390F
Text Example
Text Example
White with #D1390F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1390F; }
p { color: rgb(209,57,15); }
H1.HeaderClassName
{
color: #D1390F;
}
.AnyTagClassName
{
color: #D1390F;
}
</style>
background-color css
<style>
a { background-color: #D1390F; }
a { background-color: rgb(209,57,15); }
div.DivClassName
{
background-color: #D1390F;
}
.BgClassName
{
background-color: #D1390F;
}
</style>
border-color css
<style>
span { border-color: #D1390F; }
span { border-color: rgb(209,57,15); }
td.TdClassName
{
border-color: #D1390F;
}
.TagClassName
{
border-color: #D1390F;
}
</style>