Html Css Color HEX #D63C04 Harley Davidson Orange
📋 copy color: '#D63C04'red 214 ◦ green 60 ◦ blue 4
Shades of Harley Davidson Orange #D63C04
Tints of Harley Davidson Orange #D63C04
RGB
CMYK
RGB Variations
Color information
#D63C04 (or 0xD63C04) is known color: Harley Davidson Orange. HEX triplet: D6, 3C and 04. RGB value is (214,60,4). Sum of RGB (Red+Green+Blue) = 214+60+4=278 (36% of max value = 765). Red value is 214 (83.98% from 255 or 76.98% from 278); Green value is 60 (23.83% from 255 or 21.58% from 278); Blue value is 4 (1.95% from 255 or 1.44% from 278); Max value from RGB is 214 - color contains mainly: red. Hex color #D63C04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63C04 is #29C3FB. Grayscale: #646464. Windows color (decimal): -2737148 or 277718. OLE color: 277718.
HSL color Cylindrical-coordinate representation of color #D63C04: hue angle of 16º 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 #D63C04 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 60 | 4 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.16 |
| HSL | 16º | 0.96% | 0.43% | - |
| HSV(B) | 16º | 0.98% | 0.84% | - |
| XYZ | 29.37 | 17.54 | 1.95 | - |
| YUV | 99.66 | 74.02 | 209.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 60 | 4 | 0 | 0.72 | 0.98 | 0.16 | 16 | 0.96 | 0.43 |
| Hex | D6 | 3C | 4 | 0 | 48 | 62 | 10 | 10 | 60 | 2B |
| Octal | 326 | 74 | 4 | 0 | 110 | 142 | 20 | 20 | 140 | 53 |
| Binary | 11010110 | 111100 | 100 | 0 | 1001000 | 1100010 | 10000 | 10000 | 1100000 | 101011 |
Color Harmonies of #D63C04
Complementary color
Monochromatic Colors of #D63C04
Black with #D63C04
Text Example
Text Example
White with #D63C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63C04; }
p { color: rgb(214,60,4); }
H1.HeaderClassName
{
color: #D63C04;
}
.AnyTagClassName
{
color: #D63C04;
}
</style>
background-color css
<style>
a { background-color: #D63C04; }
a { background-color: rgb(214,60,4); }
div.DivClassName
{
background-color: #D63C04;
}
.BgClassName
{
background-color: #D63C04;
}
</style>
border-color css
<style>
span { border-color: #D63C04; }
span { border-color: rgb(214,60,4); }
td.TdClassName
{
border-color: #D63C04;
}
.TagClassName
{
border-color: #D63C04;
}
</style>