Html Css Color HEX #D63901 Harley Davidson Orange
📋 copy color: '#D63901'red 214 ◦ green 57 ◦ blue 1
Shades of Harley Davidson Orange #D63901
Tints of Harley Davidson Orange #D63901
RGB
CMYK
RGB Variations
Color information
#D63901 (or 0xD63901) is known color: Harley Davidson Orange. HEX triplet: D6, 39 and 01. RGB value is (214,57,1). Sum of RGB (Red+Green+Blue) = 214+57+1=272 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.68% from 272); Green value is 57 (22.66% from 255 or 20.96% from 272); Blue value is 1 (0.78% from 255 or 0.37% from 272); Max value from RGB is 214 - color contains mainly: red. Hex color #D63901 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63901 is #29C6FE. Grayscale: #616161. Windows color (decimal): -2737919 or 80342. OLE color: 80342.
HSL color Cylindrical-coordinate representation of color #D63901: hue angle of 15.77º 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 #D63901 is Cyan = 0, Magento = 0.73, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 57 | 1 | - |
| CMYK | 0 | 0.73 | 1.00 | 0.16 |
| HSL | 15.77º | 0.99% | 0.42% | - |
| HSV(B) | 15.77º | 1% | 0.84% | - |
| XYZ | 29.2 | 17.22 | 1.81 | - |
| YUV | 97.56 | 73.51 | 211.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 57 | 1 | 0 | 0.73 | 1.00 | 0.16 | 15.77 | 0.99 | 0.42 |
| Hex | D6 | 39 | 1 | 0 | 49 | 64 | 10 | 10 | 63 | 2A |
| Octal | 326 | 71 | 1 | 0 | 111 | 144 | 20 | 20 | 143 | 52 |
| Binary | 11010110 | 111001 | 1 | 0 | 1001001 | 1100100 | 10000 | 10000 | 1100011 | 101010 |
Color Harmonies of #D63901
Complementary color
Monochromatic Colors of #D63901
Black with #D63901
Text Example
Text Example
White with #D63901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63901; }
p { color: rgb(214,57,1); }
H1.HeaderClassName
{
color: #D63901;
}
.AnyTagClassName
{
color: #D63901;
}
</style>
background-color css
<style>
a { background-color: #D63901; }
a { background-color: rgb(214,57,1); }
div.DivClassName
{
background-color: #D63901;
}
.BgClassName
{
background-color: #D63901;
}
</style>
border-color css
<style>
span { border-color: #D63901; }
span { border-color: rgb(214,57,1); }
td.TdClassName
{
border-color: #D63901;
}
.TagClassName
{
border-color: #D63901;
}
</style>