Html Css Color HEX #D64104 Harley Davidson Orange
📋 copy color: '#D64104'red 214 ◦ green 65 ◦ blue 4
Shades of Harley Davidson Orange #D64104
Tints of Harley Davidson Orange #D64104
RGB
CMYK
RGB Variations
Color information
#D64104 (or 0xD64104) is known color: Harley Davidson Orange. HEX triplet: D6, 41 and 04. RGB value is (214,65,4). Sum of RGB (Red+Green+Blue) = 214+65+4=283 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.62% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 4 (1.95% from 255 or 1.41% from 283); Max value from RGB is 214 - color contains mainly: red. Hex color #D64104 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64104 is #29BEFB. Grayscale: #666666. Windows color (decimal): -2735868 or 278998. OLE color: 278998.
HSL color Cylindrical-coordinate representation of color #D64104: hue angle of 17.43º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D64104 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 65 | 4 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.16 |
| HSL | 17.43º | 0.96% | 0.43% | - |
| HSV(B) | 17.43º | 0.98% | 0.84% | - |
| XYZ | 29.64 | 18.09 | 2.04 | - |
| YUV | 102.6 | 72.36 | 207.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 65 | 4 | 0 | 0.70 | 0.98 | 0.16 | 17.43 | 0.96 | 0.43 |
| Hex | D6 | 41 | 4 | 0 | 46 | 62 | 10 | 11 | 60 | 2B |
| Octal | 326 | 101 | 4 | 0 | 106 | 142 | 20 | 21 | 140 | 53 |
| Binary | 11010110 | 1000001 | 100 | 0 | 1000110 | 1100010 | 10000 | 10001 | 1100000 | 101011 |
Color Harmonies of #D64104
Complementary color
Monochromatic Colors of #D64104
Black with #D64104
Text Example
Text Example
White with #D64104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64104; }
p { color: rgb(214,65,4); }
H1.HeaderClassName
{
color: #D64104;
}
.AnyTagClassName
{
color: #D64104;
}
</style>
background-color css
<style>
a { background-color: #D64104; }
a { background-color: rgb(214,65,4); }
div.DivClassName
{
background-color: #D64104;
}
.BgClassName
{
background-color: #D64104;
}
</style>
border-color css
<style>
span { border-color: #D64104; }
span { border-color: rgb(214,65,4); }
td.TdClassName
{
border-color: #D64104;
}
.TagClassName
{
border-color: #D64104;
}
</style>