Html Css Color HEX #D8391C Harley Davidson Orange
📋 copy color: '#D8391C'red 216 ◦ green 57 ◦ blue 28
Shades of Harley Davidson Orange #D8391C
Tints of Harley Davidson Orange #D8391C
RGB
CMYK
RGB Variations
Color information
#D8391C (or 0xD8391C) is known color: Harley Davidson Orange. HEX triplet: D8, 39 and 1C. RGB value is (216,57,28). Sum of RGB (Red+Green+Blue) = 216+57+28=301 (39% of max value = 765). Red value is 216 (84.77% from 255 or 71.76% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 28 (11.33% from 255 or 9.30% from 301); Max value from RGB is 216 - color contains mainly: red. Hex color #D8391C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8391C is #27C6E3. Grayscale: #656565. Windows color (decimal): -2606820 or 1849816. OLE color: 1849816.
HSL color Cylindrical-coordinate representation of color #D8391C: hue angle of 9.26º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D8391C is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 57 | 28 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.15 |
| HSL | 9.26º | 0.77% | 0.48% | - |
| HSV(B) | 9.26º | 0.87% | 0.85% | - |
| XYZ | 29.99 | 17.61 | 2.92 | - |
| YUV | 101.24 | 86.68 | 209.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 57 | 28 | 0 | 0.74 | 0.87 | 0.15 | 9.26 | 0.77 | 0.48 |
| Hex | D8 | 39 | 1C | 0 | 4A | 57 | F | 9 | 4D | 30 |
| Octal | 330 | 71 | 34 | 0 | 112 | 127 | 17 | 11 | 115 | 60 |
| Binary | 11011000 | 111001 | 11100 | 0 | 1001010 | 1010111 | 1111 | 1001 | 1001101 | 110000 |
Color Harmonies of #D8391C
Complementary color
Monochromatic Colors of #D8391C
Black with #D8391C
Text Example
Text Example
White with #D8391C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8391C; }
p { color: rgb(216,57,28); }
H1.HeaderClassName
{
color: #D8391C;
}
.AnyTagClassName
{
color: #D8391C;
}
</style>
background-color css
<style>
a { background-color: #D8391C; }
a { background-color: rgb(216,57,28); }
div.DivClassName
{
background-color: #D8391C;
}
.BgClassName
{
background-color: #D8391C;
}
</style>
border-color css
<style>
span { border-color: #D8391C; }
span { border-color: rgb(216,57,28); }
td.TdClassName
{
border-color: #D8391C;
}
.TagClassName
{
border-color: #D8391C;
}
</style>