Html Css Color HEX #D14A1C Harley Davidson Orange
📋 copy color: '#D14A1C'red 209 ◦ green 74 ◦ blue 28
Shades of Harley Davidson Orange #D14A1C
Tints of Harley Davidson Orange #D14A1C
RGB
CMYK
RGB Variations
Color information
#D14A1C (or 0xD14A1C) is known color: Harley Davidson Orange. HEX triplet: D1, 4A and 1C. RGB value is (209,74,28). Sum of RGB (Red+Green+Blue) = 209+74+28=311 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.20% from 311); Green value is 74 (29.30% from 255 or 23.79% from 311); Blue value is 28 (11.33% from 255 or 9.00% from 311); Max value from RGB is 209 - color contains mainly: red. Hex color #D14A1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14A1C is #2EB5E3. Grayscale: #6D6D6D. Windows color (decimal): -3061220 or 1854161. OLE color: 1854161.
HSL color Cylindrical-coordinate representation of color #D14A1C: hue angle of 15.25º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D14A1C is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 74 | 28 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.18 |
| HSL | 15.25º | 0.76% | 0.46% | - |
| HSV(B) | 15.25º | 0.87% | 0.82% | - |
| XYZ | 28.95 | 18.54 | 3.15 | - |
| YUV | 109.12 | 82.23 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 74 | 28 | 0 | 0.65 | 0.87 | 0.18 | 15.25 | 0.76 | 0.46 |
| Hex | D1 | 4A | 1C | 0 | 41 | 57 | 12 | F | 4C | 2E |
| Octal | 321 | 112 | 34 | 0 | 101 | 127 | 22 | 17 | 114 | 56 |
| Binary | 11010001 | 1001010 | 11100 | 0 | 1000001 | 1010111 | 10010 | 1111 | 1001100 | 101110 |
Color Harmonies of #D14A1C
Complementary color
Monochromatic Colors of #D14A1C
Black with #D14A1C
Text Example
Text Example
White with #D14A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14A1C; }
p { color: rgb(209,74,28); }
H1.HeaderClassName
{
color: #D14A1C;
}
.AnyTagClassName
{
color: #D14A1C;
}
</style>
background-color css
<style>
a { background-color: #D14A1C; }
a { background-color: rgb(209,74,28); }
div.DivClassName
{
background-color: #D14A1C;
}
.BgClassName
{
background-color: #D14A1C;
}
</style>
border-color css
<style>
span { border-color: #D14A1C; }
span { border-color: rgb(209,74,28); }
td.TdClassName
{
border-color: #D14A1C;
}
.TagClassName
{
border-color: #D14A1C;
}
</style>