Html Css Color HEX #D14008 Harley Davidson Orange
📋 copy color: '#D14008'red 209 ◦ green 64 ◦ blue 8
Shades of Harley Davidson Orange #D14008
Tints of Harley Davidson Orange #D14008
RGB
CMYK
RGB Variations
Color information
#D14008 (or 0xD14008) is known color: Harley Davidson Orange. HEX triplet: D1, 40 and 08. RGB value is (209,64,8). Sum of RGB (Red+Green+Blue) = 209+64+8=281 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.38% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 8 (3.52% from 255 or 2.85% from 281); Max value from RGB is 209 - color contains mainly: red. Hex color #D14008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14008 is #2EBFF7. Grayscale: #656565. Windows color (decimal): -3063800 or 540881. OLE color: 540881.
HSL color Cylindrical-coordinate representation of color #D14008: hue angle of 16.72º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D14008 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 64 | 8 | - |
| CMYK | 0 | 0.69 | 0.96 | 0.18 |
| HSL | 16.72º | 0.93% | 0.43% | - |
| HSV(B) | 16.72º | 0.96% | 0.82% | - |
| XYZ | 28.17 | 17.24 | 2.07 | - |
| YUV | 100.97 | 75.54 | 205.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 64 | 8 | 0 | 0.69 | 0.96 | 0.18 | 16.72 | 0.93 | 0.43 |
| Hex | D1 | 40 | 8 | 0 | 45 | 60 | 12 | 11 | 5D | 2B |
| Octal | 321 | 100 | 10 | 0 | 105 | 140 | 22 | 21 | 135 | 53 |
| Binary | 11010001 | 1000000 | 1000 | 0 | 1000101 | 1100000 | 10010 | 10001 | 1011101 | 101011 |
Color Harmonies of #D14008
Complementary color
Monochromatic Colors of #D14008
Black with #D14008
Text Example
Text Example
White with #D14008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14008; }
p { color: rgb(209,64,8); }
H1.HeaderClassName
{
color: #D14008;
}
.AnyTagClassName
{
color: #D14008;
}
</style>
background-color css
<style>
a { background-color: #D14008; }
a { background-color: rgb(209,64,8); }
div.DivClassName
{
background-color: #D14008;
}
.BgClassName
{
background-color: #D14008;
}
</style>
border-color css
<style>
span { border-color: #D14008; }
span { border-color: rgb(209,64,8); }
td.TdClassName
{
border-color: #D14008;
}
.TagClassName
{
border-color: #D14008;
}
</style>