Html Css Color HEX #D14B14 Harley Davidson Orange
📋 copy color: '#D14B14'red 209 ◦ green 75 ◦ blue 20
Shades of Harley Davidson Orange #D14B14
Tints of Harley Davidson Orange #D14B14
RGB
CMYK
RGB Variations
Color information
#D14B14 (or 0xD14B14) is known color: Harley Davidson Orange. HEX triplet: D1, 4B and 14. RGB value is (209,75,20). Sum of RGB (Red+Green+Blue) = 209+75+20=304 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.75% from 304); Green value is 75 (29.69% from 255 or 24.67% from 304); Blue value is 20 (8.20% from 255 or 6.58% from 304); Max value from RGB is 209 - color contains mainly: red. Hex color #D14B14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14B14 is #2EB4EB. Grayscale: #6D6D6D. Windows color (decimal): -3060972 or 1330129. OLE color: 1330129.
HSL color Cylindrical-coordinate representation of color #D14B14: hue angle of 17.46º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D14B14 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 75 | 20 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.18 |
| HSL | 17.46º | 0.83% | 0.45% | - |
| HSV(B) | 17.46º | 0.9% | 0.82% | - |
| XYZ | 28.94 | 18.64 | 2.73 | - |
| YUV | 108.8 | 77.89 | 199.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 75 | 20 | 0 | 0.64 | 0.90 | 0.18 | 17.46 | 0.83 | 0.45 |
| Hex | D1 | 4B | 14 | 0 | 40 | 5A | 12 | 11 | 53 | 2D |
| Octal | 321 | 113 | 24 | 0 | 100 | 132 | 22 | 21 | 123 | 55 |
| Binary | 11010001 | 1001011 | 10100 | 0 | 1000000 | 1011010 | 10010 | 10001 | 1010011 | 101101 |
Color Harmonies of #D14B14
Complementary color
Monochromatic Colors of #D14B14
Black with #D14B14
Text Example
Text Example
White with #D14B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14B14; }
p { color: rgb(209,75,20); }
H1.HeaderClassName
{
color: #D14B14;
}
.AnyTagClassName
{
color: #D14B14;
}
</style>
background-color css
<style>
a { background-color: #D14B14; }
a { background-color: rgb(209,75,20); }
div.DivClassName
{
background-color: #D14B14;
}
.BgClassName
{
background-color: #D14B14;
}
</style>
border-color css
<style>
span { border-color: #D14B14; }
span { border-color: rgb(209,75,20); }
td.TdClassName
{
border-color: #D14B14;
}
.TagClassName
{
border-color: #D14B14;
}
</style>