Html Css Color HEX #D13700 Harley Davidson Orange
📋 copy color: '#D13700'red 209 ◦ green 55 ◦ blue 0
Shades of Harley Davidson Orange #D13700
Tints of Harley Davidson Orange #D13700
RGB
CMYK
RGB Variations
Color information
#D13700 (or 0xD13700) is known color: Harley Davidson Orange. HEX triplet: D1, 37 and 00. RGB value is (209,55,0). Sum of RGB (Red+Green+Blue) = 209+55+0=264 (34% of max value = 765). Red value is 209 (82.03% from 255 or 79.17% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 209 - color contains mainly: red. Hex color #D13700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13700 is #2EC8FF. Grayscale: #5F5F5F. Windows color (decimal): -3066112 or 14289. OLE color: 14289.
HSL color Cylindrical-coordinate representation of color #D13700: hue angle of 15.79º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D13700 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 55 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.18 |
| HSL | 15.79º | 1% | 0.41% | - |
| HSV(B) | 15.79º | 1% | 0.82% | - |
| XYZ | 27.66 | 16.29 | 1.69 | - |
| YUV | 94.78 | 74.52 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 55 | 0 | 0 | 0.74 | 1 | 0.18 | 15.79 | 1 | 0.41 |
| Hex | D1 | 37 | 0 | 0 | 4A | 64 | 12 | 10 | 64 | 29 |
| Octal | 321 | 67 | 0 | 0 | 112 | 144 | 22 | 20 | 144 | 51 |
| Binary | 11010001 | 110111 | 0 | 0 | 1001010 | 1100100 | 10010 | 10000 | 1100100 | 101001 |
Color Harmonies of #D13700
Complementary color
Monochromatic Colors of #D13700
Black with #D13700
Text Example
Text Example
White with #D13700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13700; }
p { color: rgb(209,55,0); }
H1.HeaderClassName
{
color: #D13700;
}
.AnyTagClassName
{
color: #D13700;
}
</style>
background-color css
<style>
a { background-color: #D13700; }
a { background-color: rgb(209,55,0); }
div.DivClassName
{
background-color: #D13700;
}
.BgClassName
{
background-color: #D13700;
}
</style>
border-color css
<style>
span { border-color: #D13700; }
span { border-color: rgb(209,55,0); }
td.TdClassName
{
border-color: #D13700;
}
.TagClassName
{
border-color: #D13700;
}
</style>