Html Css Color HEX #D63A04 Harley Davidson Orange
📋 copy color: '#D63A04'red 214 ◦ green 58 ◦ blue 4
Shades of Harley Davidson Orange #D63A04
Tints of Harley Davidson Orange #D63A04
RGB
CMYK
RGB Variations
Color information
#D63A04 (or 0xD63A04) is known color: Harley Davidson Orange. HEX triplet: D6, 3A and 04. RGB value is (214,58,4). Sum of RGB (Red+Green+Blue) = 214+58+4=276 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.54% from 276); Green value is 58 (23.05% from 255 or 21.01% from 276); Blue value is 4 (1.95% from 255 or 1.45% from 276); Max value from RGB is 214 - color contains mainly: red. Hex color #D63A04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63A04 is #29C5FB. Grayscale: #626262. Windows color (decimal): -2737660 or 277206. OLE color: 277206.
HSL color Cylindrical-coordinate representation of color #D63A04: hue angle of 15.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 #D63A04 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 58 | 4 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.16 |
| HSL | 15.43º | 0.96% | 0.43% | - |
| HSV(B) | 15.43º | 0.98% | 0.84% | - |
| XYZ | 29.27 | 17.33 | 1.92 | - |
| YUV | 98.49 | 74.68 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 58 | 4 | 0 | 0.73 | 0.98 | 0.16 | 15.43 | 0.96 | 0.43 |
| Hex | D6 | 3A | 4 | 0 | 49 | 62 | 10 | F | 60 | 2B |
| Octal | 326 | 72 | 4 | 0 | 111 | 142 | 20 | 17 | 140 | 53 |
| Binary | 11010110 | 111010 | 100 | 0 | 1001001 | 1100010 | 10000 | 1111 | 1100000 | 101011 |
Color Harmonies of #D63A04
Complementary color
Monochromatic Colors of #D63A04
Black with #D63A04
Text Example
Text Example
White with #D63A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63A04; }
p { color: rgb(214,58,4); }
H1.HeaderClassName
{
color: #D63A04;
}
.AnyTagClassName
{
color: #D63A04;
}
</style>
background-color css
<style>
a { background-color: #D63A04; }
a { background-color: rgb(214,58,4); }
div.DivClassName
{
background-color: #D63A04;
}
.BgClassName
{
background-color: #D63A04;
}
</style>
border-color css
<style>
span { border-color: #D63A04; }
span { border-color: rgb(214,58,4); }
td.TdClassName
{
border-color: #D63A04;
}
.TagClassName
{
border-color: #D63A04;
}
</style>