Html Css Color HEX #D14104 Harley Davidson Orange
📋 copy color: '#D14104'red 209 ◦ green 65 ◦ blue 4
Shades of Harley Davidson Orange #D14104
Tints of Harley Davidson Orange #D14104
RGB
CMYK
RGB Variations
Color information
#D14104 (or 0xD14104) is known color: Harley Davidson Orange. HEX triplet: D1, 41 and 04. RGB value is (209,65,4). Sum of RGB (Red+Green+Blue) = 209+65+4=278 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.18% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 4 (1.95% from 255 or 1.44% from 278); Max value from RGB is 209 - color contains mainly: red. Hex color #D14104 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14104 is #2EBEFB. Grayscale: #656565. Windows color (decimal): -3063548 or 278993. OLE color: 278993.
HSL color Cylindrical-coordinate representation of color #D14104: hue angle of 17.85º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D14104 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 65 | 4 | - |
| CMYK | 0 | 0.69 | 0.98 | 0.18 |
| HSL | 17.85º | 0.96% | 0.42% | - |
| HSV(B) | 17.85º | 0.98% | 0.82% | - |
| XYZ | 28.21 | 17.34 | 1.98 | - |
| YUV | 101.1 | 73.21 | 204.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 65 | 4 | 0 | 0.69 | 0.98 | 0.18 | 17.85 | 0.96 | 0.42 |
| Hex | D1 | 41 | 4 | 0 | 45 | 62 | 12 | 12 | 60 | 2A |
| Octal | 321 | 101 | 4 | 0 | 105 | 142 | 22 | 22 | 140 | 52 |
| Binary | 11010001 | 1000001 | 100 | 0 | 1000101 | 1100010 | 10010 | 10010 | 1100000 | 101010 |
Color Harmonies of #D14104
Complementary color
Monochromatic Colors of #D14104
Black with #D14104
Text Example
Text Example
White with #D14104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14104; }
p { color: rgb(209,65,4); }
H1.HeaderClassName
{
color: #D14104;
}
.AnyTagClassName
{
color: #D14104;
}
</style>
background-color css
<style>
a { background-color: #D14104; }
a { background-color: rgb(209,65,4); }
div.DivClassName
{
background-color: #D14104;
}
.BgClassName
{
background-color: #D14104;
}
</style>
border-color css
<style>
span { border-color: #D14104; }
span { border-color: rgb(209,65,4); }
td.TdClassName
{
border-color: #D14104;
}
.TagClassName
{
border-color: #D14104;
}
</style>