Html Css Color HEX #D6391C Harley Davidson Orange
📋 copy color: '#D6391C'red 214 ◦ green 57 ◦ blue 28
Shades of Harley Davidson Orange #D6391C
Tints of Harley Davidson Orange #D6391C
RGB
CMYK
RGB Variations
Color information
#D6391C (or 0xD6391C) is known color: Harley Davidson Orange. HEX triplet: D6, 39 and 1C. RGB value is (214,57,28). Sum of RGB (Red+Green+Blue) = 214+57+28=299 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.57% from 299); Green value is 57 (22.66% from 255 or 19.06% from 299); Blue value is 28 (11.33% from 255 or 9.36% from 299); Max value from RGB is 214 - color contains mainly: red. Hex color #D6391C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6391C is #29C6E3. Grayscale: #646464. Windows color (decimal): -2737892 or 1849814. OLE color: 1849814.
HSL color Cylindrical-coordinate representation of color #D6391C: hue angle of 9.35º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D6391C is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 57 | 28 | - |
| CMYK | 0 | 0.73 | 0.87 | 0.16 |
| HSL | 9.35º | 0.77% | 0.47% | - |
| HSV(B) | 9.35º | 0.87% | 0.84% | - |
| XYZ | 29.4 | 17.31 | 2.89 | - |
| YUV | 100.64 | 87.01 | 208.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 57 | 28 | 0 | 0.73 | 0.87 | 0.16 | 9.35 | 0.77 | 0.47 |
| Hex | D6 | 39 | 1C | 0 | 49 | 57 | 10 | 9 | 4D | 2F |
| Octal | 326 | 71 | 34 | 0 | 111 | 127 | 20 | 11 | 115 | 57 |
| Binary | 11010110 | 111001 | 11100 | 0 | 1001001 | 1010111 | 10000 | 1001 | 1001101 | 101111 |
Color Harmonies of #D6391C
Complementary color
Monochromatic Colors of #D6391C
Black with #D6391C
Text Example
Text Example
White with #D6391C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6391C; }
p { color: rgb(214,57,28); }
H1.HeaderClassName
{
color: #D6391C;
}
.AnyTagClassName
{
color: #D6391C;
}
</style>
background-color css
<style>
a { background-color: #D6391C; }
a { background-color: rgb(214,57,28); }
div.DivClassName
{
background-color: #D6391C;
}
.BgClassName
{
background-color: #D6391C;
}
</style>
border-color css
<style>
span { border-color: #D6391C; }
span { border-color: rgb(214,57,28); }
td.TdClassName
{
border-color: #D6391C;
}
.TagClassName
{
border-color: #D6391C;
}
</style>