Html Css Color HEX #D13800 Harley Davidson Orange
📋 copy color: '#D13800'red 209 ◦ green 56 ◦ blue 0
Shades of Harley Davidson Orange #D13800
Tints of Harley Davidson Orange #D13800
RGB
CMYK
RGB Variations
Color information
#D13800 (or 0xD13800) is known color: Harley Davidson Orange. HEX triplet: D1, 38 and 00. RGB value is (209,56,0). Sum of RGB (Red+Green+Blue) = 209+56+0=265 (35% of max value = 765). Red value is 209 (82.03% from 255 or 78.87% from 265); Green value is 56 (22.27% from 255 or 21.13% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 209 - color contains mainly: red. Hex color #D13800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13800 is #2EC7FF. Grayscale: #5F5F5F. Windows color (decimal): -3065856 or 14545. OLE color: 14545.
HSL color Cylindrical-coordinate representation of color #D13800: hue angle of 16.08º 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 #D13800 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 56 | 0 | - |
| CMYK | 0 | 0.73 | 1 | 0.18 |
| HSL | 16.08º | 1% | 0.41% | - |
| HSV(B) | 16.08º | 1% | 0.82% | - |
| XYZ | 27.71 | 16.38 | 1.7 | - |
| YUV | 95.36 | 74.19 | 209.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 56 | 0 | 0 | 0.73 | 1 | 0.18 | 16.08 | 1 | 0.41 |
| Hex | D1 | 38 | 0 | 0 | 49 | 64 | 12 | 10 | 64 | 29 |
| Octal | 321 | 70 | 0 | 0 | 111 | 144 | 22 | 20 | 144 | 51 |
| Binary | 11010001 | 111000 | 0 | 0 | 1001001 | 1100100 | 10010 | 10000 | 1100100 | 101001 |
Color Harmonies of #D13800
Complementary color
Monochromatic Colors of #D13800
Black with #D13800
Text Example
Text Example
White with #D13800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13800; }
p { color: rgb(209,56,0); }
H1.HeaderClassName
{
color: #D13800;
}
.AnyTagClassName
{
color: #D13800;
}
</style>
background-color css
<style>
a { background-color: #D13800; }
a { background-color: rgb(209,56,0); }
div.DivClassName
{
background-color: #D13800;
}
.BgClassName
{
background-color: #D13800;
}
</style>
border-color css
<style>
span { border-color: #D13800; }
span { border-color: rgb(209,56,0); }
td.TdClassName
{
border-color: #D13800;
}
.TagClassName
{
border-color: #D13800;
}
</style>