Html Css Color HEX #D6380E Harley Davidson Orange
📋 copy color: '#D6380E'red 214 ◦ green 56 ◦ blue 14
Shades of Harley Davidson Orange #D6380E
Tints of Harley Davidson Orange #D6380E
RGB
CMYK
RGB Variations
Color information
#D6380E (or 0xD6380E) is known color: Harley Davidson Orange. HEX triplet: D6, 38 and 0E. RGB value is (214,56,14). Sum of RGB (Red+Green+Blue) = 214+56+14=284 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.35% from 284); Green value is 56 (22.27% from 255 or 19.72% from 284); Blue value is 14 (5.86% from 255 or 4.93% from 284); Max value from RGB is 214 - color contains mainly: red. Hex color #D6380E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D6380E is #29C7F1. Grayscale: #626262. Windows color (decimal): -2738162 or 932054. OLE color: 932054.
HSL color Cylindrical-coordinate representation of color #D6380E: hue angle of 12.6º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D6380E is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 56 | 14 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.16 |
| HSL | 12.6º | 0.88% | 0.45% | - |
| HSV(B) | 12.6º | 0.93% | 0.84% | - |
| XYZ | 29.22 | 17.16 | 2.19 | - |
| YUV | 98.45 | 80.35 | 210.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 56 | 14 | 0 | 0.74 | 0.93 | 0.16 | 12.6 | 0.88 | 0.45 |
| Hex | D6 | 38 | E | 0 | 4A | 5D | 10 | D | 58 | 2D |
| Octal | 326 | 70 | 16 | 0 | 112 | 135 | 20 | 15 | 130 | 55 |
| Binary | 11010110 | 111000 | 1110 | 0 | 1001010 | 1011101 | 10000 | 1101 | 1011000 | 101101 |
Color Harmonies of #D6380E
Complementary color
Monochromatic Colors of #D6380E
Black with #D6380E
Text Example
Text Example
White with #D6380E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6380E; }
p { color: rgb(214,56,14); }
H1.HeaderClassName
{
color: #D6380E;
}
.AnyTagClassName
{
color: #D6380E;
}
</style>
background-color css
<style>
a { background-color: #D6380E; }
a { background-color: rgb(214,56,14); }
div.DivClassName
{
background-color: #D6380E;
}
.BgClassName
{
background-color: #D6380E;
}
</style>
border-color css
<style>
span { border-color: #D6380E; }
span { border-color: rgb(214,56,14); }
td.TdClassName
{
border-color: #D6380E;
}
.TagClassName
{
border-color: #D6380E;
}
</style>