Html Css Color HEX #D04A1C Harley Davidson Orange
📋 copy color: '#D04A1C'red 208 ◦ green 74 ◦ blue 28
Shades of Harley Davidson Orange #D04A1C
Tints of Harley Davidson Orange #D04A1C
RGB
CMYK
RGB Variations
Color information
#D04A1C (or 0xD04A1C) is known color: Harley Davidson Orange. HEX triplet: D0, 4A and 1C. RGB value is (208,74,28). Sum of RGB (Red+Green+Blue) = 208+74+28=310 (41% of max value = 765). Red value is 208 (81.64% from 255 or 67.10% from 310); Green value is 74 (29.30% from 255 or 23.87% from 310); Blue value is 28 (11.33% from 255 or 9.03% from 310); Max value from RGB is 208 - color contains mainly: red. Hex color #D04A1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04A1C is #2FB5E3. Grayscale: #6D6D6D. Windows color (decimal): -3126756 or 1854160. OLE color: 1854160.
HSL color Cylindrical-coordinate representation of color #D04A1C: hue angle of 15.33º 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 #D04A1C is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 74 | 28 | - |
| CMYK | 0 | 0.64 | 0.87 | 0.18 |
| HSL | 15.33º | 0.76% | 0.46% | - |
| HSV(B) | 15.33º | 0.87% | 0.82% | - |
| XYZ | 28.67 | 18.39 | 3.14 | - |
| YUV | 108.82 | 82.39 | 198.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 74 | 28 | 0 | 0.64 | 0.87 | 0.18 | 15.33 | 0.76 | 0.46 |
| Hex | D0 | 4A | 1C | 0 | 40 | 57 | 12 | F | 4C | 2E |
| Octal | 320 | 112 | 34 | 0 | 100 | 127 | 22 | 17 | 114 | 56 |
| Binary | 11010000 | 1001010 | 11100 | 0 | 1000000 | 1010111 | 10010 | 1111 | 1001100 | 101110 |
Color Harmonies of #D04A1C
Complementary color
Monochromatic Colors of #D04A1C
Black with #D04A1C
Text Example
Text Example
White with #D04A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04A1C; }
p { color: rgb(208,74,28); }
H1.HeaderClassName
{
color: #D04A1C;
}
.AnyTagClassName
{
color: #D04A1C;
}
</style>
background-color css
<style>
a { background-color: #D04A1C; }
a { background-color: rgb(208,74,28); }
div.DivClassName
{
background-color: #D04A1C;
}
.BgClassName
{
background-color: #D04A1C;
}
</style>
border-color css
<style>
span { border-color: #D04A1C; }
span { border-color: rgb(208,74,28); }
td.TdClassName
{
border-color: #D04A1C;
}
.TagClassName
{
border-color: #D04A1C;
}
</style>