Html Css Color HEX #D14206 Harley Davidson Orange
📋 copy color: '#D14206'red 209 ◦ green 66 ◦ blue 6
Shades of Harley Davidson Orange #D14206
Tints of Harley Davidson Orange #D14206
RGB
CMYK
RGB Variations
Color information
#D14206 (or 0xD14206) is known color: Harley Davidson Orange. HEX triplet: D1, 42 and 06. RGB value is (209,66,6). Sum of RGB (Red+Green+Blue) = 209+66+6=281 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.38% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 6 (2.73% from 255 or 2.14% from 281); Max value from RGB is 209 - color contains mainly: red. Hex color #D14206 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14206 is #2EBDF9. Grayscale: #666666. Windows color (decimal): -3063290 or 410321. OLE color: 410321.
HSL color Cylindrical-coordinate representation of color #D14206: hue angle of 17.73º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D14206 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 66 | 6 | - |
| CMYK | 0 | 0.68 | 0.97 | 0.18 |
| HSL | 17.73º | 0.94% | 0.42% | - |
| HSV(B) | 17.73º | 0.97% | 0.82% | - |
| XYZ | 28.28 | 17.46 | 2.05 | - |
| YUV | 101.92 | 73.88 | 204.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 66 | 6 | 0 | 0.68 | 0.97 | 0.18 | 17.73 | 0.94 | 0.42 |
| Hex | D1 | 42 | 6 | 0 | 44 | 61 | 12 | 12 | 5E | 2A |
| Octal | 321 | 102 | 6 | 0 | 104 | 141 | 22 | 22 | 136 | 52 |
| Binary | 11010001 | 1000010 | 110 | 0 | 1000100 | 1100001 | 10010 | 10010 | 1011110 | 101010 |
Color Harmonies of #D14206
Complementary color
Monochromatic Colors of #D14206
Black with #D14206
Text Example
Text Example
White with #D14206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14206; }
p { color: rgb(209,66,6); }
H1.HeaderClassName
{
color: #D14206;
}
.AnyTagClassName
{
color: #D14206;
}
</style>
background-color css
<style>
a { background-color: #D14206; }
a { background-color: rgb(209,66,6); }
div.DivClassName
{
background-color: #D14206;
}
.BgClassName
{
background-color: #D14206;
}
</style>
border-color css
<style>
span { border-color: #D14206; }
span { border-color: rgb(209,66,6); }
td.TdClassName
{
border-color: #D14206;
}
.TagClassName
{
border-color: #D14206;
}
</style>