Html Css Color HEX #D63101 Harley Davidson Orange
📋 copy color: '#D63101'red 214 ◦ green 49 ◦ blue 1
Shades of Harley Davidson Orange #D63101
Tints of Harley Davidson Orange #D63101
RGB
CMYK
RGB Variations
Color information
#D63101 (or 0xD63101) is known color: Harley Davidson Orange. HEX triplet: D6, 31 and 01. RGB value is (214,49,1). Sum of RGB (Red+Green+Blue) = 214+49+1=264 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.06% from 264); Green value is 49 (19.53% from 255 or 18.56% from 264); Blue value is 1 (0.78% from 255 or 0.38% from 264); Max value from RGB is 214 - color contains mainly: red. Hex color #D63101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63101 is #29CEFE. Grayscale: #5D5D5D. Windows color (decimal): -2739967 or 78294. OLE color: 78294.
HSL color Cylindrical-coordinate representation of color #D63101: hue angle of 13.52º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D63101 is Cyan = 0, Magento = 0.77, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 49 | 1 | - |
| CMYK | 0 | 0.77 | 1.00 | 0.16 |
| HSL | 13.52º | 0.99% | 0.42% | - |
| HSV(B) | 13.52º | 1% | 0.84% | - |
| XYZ | 28.84 | 16.49 | 1.69 | - |
| YUV | 92.86 | 76.16 | 214.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 49 | 1 | 0 | 0.77 | 1.00 | 0.16 | 13.52 | 0.99 | 0.42 |
| Hex | D6 | 31 | 1 | 0 | 4D | 64 | 10 | E | 63 | 2A |
| Octal | 326 | 61 | 1 | 0 | 115 | 144 | 20 | 16 | 143 | 52 |
| Binary | 11010110 | 110001 | 1 | 0 | 1001101 | 1100100 | 10000 | 1110 | 1100011 | 101010 |
Color Harmonies of #D63101
Complementary color
Monochromatic Colors of #D63101
Black with #D63101
Text Example
Text Example
White with #D63101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63101; }
p { color: rgb(214,49,1); }
H1.HeaderClassName
{
color: #D63101;
}
.AnyTagClassName
{
color: #D63101;
}
</style>
background-color css
<style>
a { background-color: #D63101; }
a { background-color: rgb(214,49,1); }
div.DivClassName
{
background-color: #D63101;
}
.BgClassName
{
background-color: #D63101;
}
</style>
border-color css
<style>
span { border-color: #D63101; }
span { border-color: rgb(214,49,1); }
td.TdClassName
{
border-color: #D63101;
}
.TagClassName
{
border-color: #D63101;
}
</style>