Html Css Color HEX #D63100 Harley Davidson Orange
📋 copy color: '#D63100'red 214 ◦ green 49 ◦ blue 0
Shades of Harley Davidson Orange #D63100
Tints of Harley Davidson Orange #D63100
RGB
CMYK
RGB Variations
Color information
#D63100 (or 0xD63100) is known color: Harley Davidson Orange. HEX triplet: D6, 31 and 00. RGB value is (214,49,0). Sum of RGB (Red+Green+Blue) = 214+49+0=263 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.37% from 263); Green value is 49 (19.53% from 255 or 18.63% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 214 - color contains mainly: red. Hex color #D63100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63100 is #29CEFF. Grayscale: #5D5D5D. Windows color (decimal): -2739968 or 12758. OLE color: 12758.
HSL color Cylindrical-coordinate representation of color #D63100: hue angle of 13.74º 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 #D63100 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 49 | 0 | - |
| CMYK | 0 | 0.77 | 1 | 0.16 |
| HSL | 13.74º | 1% | 0.42% | - |
| HSV(B) | 13.74º | 1% | 0.84% | - |
| XYZ | 28.83 | 16.49 | 1.66 | - |
| YUV | 92.75 | 75.66 | 214.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 49 | 0 | 0 | 0.77 | 1 | 0.16 | 13.74 | 1 | 0.42 |
| Hex | D6 | 31 | 0 | 0 | 4D | 64 | 10 | E | 64 | 2A |
| Octal | 326 | 61 | 0 | 0 | 115 | 144 | 20 | 16 | 144 | 52 |
| Binary | 11010110 | 110001 | 0 | 0 | 1001101 | 1100100 | 10000 | 1110 | 1100100 | 101010 |
Color Harmonies of #D63100
Complementary color
Monochromatic Colors of #D63100
Black with #D63100
Text Example
Text Example
White with #D63100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63100; }
p { color: rgb(214,49,0); }
H1.HeaderClassName
{
color: #D63100;
}
.AnyTagClassName
{
color: #D63100;
}
</style>
background-color css
<style>
a { background-color: #D63100; }
a { background-color: rgb(214,49,0); }
div.DivClassName
{
background-color: #D63100;
}
.BgClassName
{
background-color: #D63100;
}
</style>
border-color css
<style>
span { border-color: #D63100; }
span { border-color: rgb(214,49,0); }
td.TdClassName
{
border-color: #D63100;
}
.TagClassName
{
border-color: #D63100;
}
</style>