Html Css Color HEX #D63700 Harley Davidson Orange
📋 copy color: '#D63700'red 214 ◦ green 55 ◦ blue 0
Shades of Harley Davidson Orange #D63700
Tints of Harley Davidson Orange #D63700
RGB
CMYK
RGB Variations
Color information
#D63700 (or 0xD63700) is known color: Harley Davidson Orange. HEX triplet: D6, 37 and 00. RGB value is (214,55,0). Sum of RGB (Red+Green+Blue) = 214+55+0=269 (35% of max value = 765). Red value is 214 (83.98% from 255 or 79.55% from 269); Green value is 55 (21.88% from 255 or 20.45% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 214 - color contains mainly: red. Hex color #D63700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63700 is #29C8FF. Grayscale: #606060. Windows color (decimal): -2738432 or 14294. OLE color: 14294.
HSL color Cylindrical-coordinate representation of color #D63700: hue angle of 15.42º 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 #D63700 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 55 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.16 |
| HSL | 15.42º | 1% | 0.42% | - |
| HSV(B) | 15.42º | 1% | 0.84% | - |
| XYZ | 29.1 | 17.03 | 1.75 | - |
| YUV | 96.27 | 73.68 | 211.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 55 | 0 | 0 | 0.74 | 1 | 0.16 | 15.42 | 1 | 0.42 |
| Hex | D6 | 37 | 0 | 0 | 4A | 64 | 10 | F | 64 | 2A |
| Octal | 326 | 67 | 0 | 0 | 112 | 144 | 20 | 17 | 144 | 52 |
| Binary | 11010110 | 110111 | 0 | 0 | 1001010 | 1100100 | 10000 | 1111 | 1100100 | 101010 |
Color Harmonies of #D63700
Complementary color
Monochromatic Colors of #D63700
Black with #D63700
Text Example
Text Example
White with #D63700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63700; }
p { color: rgb(214,55,0); }
H1.HeaderClassName
{
color: #D63700;
}
.AnyTagClassName
{
color: #D63700;
}
</style>
background-color css
<style>
a { background-color: #D63700; }
a { background-color: rgb(214,55,0); }
div.DivClassName
{
background-color: #D63700;
}
.BgClassName
{
background-color: #D63700;
}
</style>
border-color css
<style>
span { border-color: #D63700; }
span { border-color: rgb(214,55,0); }
td.TdClassName
{
border-color: #D63700;
}
.TagClassName
{
border-color: #D63700;
}
</style>