Html Css Color HEX #D63A00 Harley Davidson Orange
📋 copy color: '#D63A00'red 214 ◦ green 58 ◦ blue 0
Shades of Harley Davidson Orange #D63A00
Tints of Harley Davidson Orange #D63A00
RGB
CMYK
RGB Variations
Color information
#D63A00 (or 0xD63A00) is known color: Harley Davidson Orange. HEX triplet: D6, 3A and 00. RGB value is (214,58,0). Sum of RGB (Red+Green+Blue) = 214+58+0=272 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.68% from 272); Green value is 58 (23.05% from 255 or 21.32% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 214 - color contains mainly: red. Hex color #D63A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63A00 is #29C5FF. Grayscale: #626262. Windows color (decimal): -2737664 or 15062. OLE color: 15062.
HSL color Cylindrical-coordinate representation of color #D63A00: hue angle of 16.26º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D63A00 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 58 | 0 | - |
| CMYK | 0 | 0.73 | 1 | 0.16 |
| HSL | 16.26º | 1% | 0.42% | - |
| HSV(B) | 16.26º | 1% | 0.84% | - |
| XYZ | 29.24 | 17.32 | 1.8 | - |
| YUV | 98.03 | 72.68 | 210.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 58 | 0 | 0 | 0.73 | 1 | 0.16 | 16.26 | 1 | 0.42 |
| Hex | D6 | 3A | 0 | 0 | 49 | 64 | 10 | 10 | 64 | 2A |
| Octal | 326 | 72 | 0 | 0 | 111 | 144 | 20 | 20 | 144 | 52 |
| Binary | 11010110 | 111010 | 0 | 0 | 1001001 | 1100100 | 10000 | 10000 | 1100100 | 101010 |
Color Harmonies of #D63A00
Complementary color
Monochromatic Colors of #D63A00
Black with #D63A00
Text Example
Text Example
White with #D63A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63A00; }
p { color: rgb(214,58,0); }
H1.HeaderClassName
{
color: #D63A00;
}
.AnyTagClassName
{
color: #D63A00;
}
</style>
background-color css
<style>
a { background-color: #D63A00; }
a { background-color: rgb(214,58,0); }
div.DivClassName
{
background-color: #D63A00;
}
.BgClassName
{
background-color: #D63A00;
}
</style>
border-color css
<style>
span { border-color: #D63A00; }
span { border-color: rgb(214,58,0); }
td.TdClassName
{
border-color: #D63A00;
}
.TagClassName
{
border-color: #D63A00;
}
</style>