Html Css Color HEX #D8380E Harley Davidson Orange
📋 copy color: '#D8380E'red 216 ◦ green 56 ◦ blue 14
Shades of Harley Davidson Orange #D8380E
Tints of Harley Davidson Orange #D8380E
RGB
CMYK
RGB Variations
Color information
#D8380E (or 0xD8380E) is known color: Harley Davidson Orange. HEX triplet: D8, 38 and 0E. RGB value is (216,56,14). Sum of RGB (Red+Green+Blue) = 216+56+14=286 (37% of max value = 765). Red value is 216 (84.77% from 255 or 75.52% from 286); Green value is 56 (22.27% from 255 or 19.58% from 286); Blue value is 14 (5.86% from 255 or 4.90% from 286); Max value from RGB is 216 - color contains mainly: red. Hex color #D8380E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8380E is #27C7F1. Grayscale: #636363. Windows color (decimal): -2607090 or 932056. OLE color: 932056.
HSL color Cylindrical-coordinate representation of color #D8380E: hue angle of 12.48º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D8380E is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 56 | 14 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.15 |
| HSL | 12.48º | 0.88% | 0.45% | - |
| HSV(B) | 12.48º | 0.94% | 0.85% | - |
| XYZ | 29.81 | 17.46 | 2.21 | - |
| YUV | 99.05 | 80.01 | 211.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 56 | 14 | 0 | 0.74 | 0.94 | 0.15 | 12.48 | 0.88 | 0.45 |
| Hex | D8 | 38 | E | 0 | 4A | 5E | F | C | 58 | 2D |
| Octal | 330 | 70 | 16 | 0 | 112 | 136 | 17 | 14 | 130 | 55 |
| Binary | 11011000 | 111000 | 1110 | 0 | 1001010 | 1011110 | 1111 | 1100 | 1011000 | 101101 |
Color Harmonies of #D8380E
Complementary color
Monochromatic Colors of #D8380E
Black with #D8380E
Text Example
Text Example
White with #D8380E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8380E; }
p { color: rgb(216,56,14); }
H1.HeaderClassName
{
color: #D8380E;
}
.AnyTagClassName
{
color: #D8380E;
}
</style>
background-color css
<style>
a { background-color: #D8380E; }
a { background-color: rgb(216,56,14); }
div.DivClassName
{
background-color: #D8380E;
}
.BgClassName
{
background-color: #D8380E;
}
</style>
border-color css
<style>
span { border-color: #D8380E; }
span { border-color: rgb(216,56,14); }
td.TdClassName
{
border-color: #D8380E;
}
.TagClassName
{
border-color: #D8380E;
}
</style>