Html Css Color HEX #D8380D Harley Davidson Orange
📋 copy color: '#D8380D'red 216 ◦ green 56 ◦ blue 13
Shades of Harley Davidson Orange #D8380D
Tints of Harley Davidson Orange #D8380D
RGB
CMYK
RGB Variations
Color information
#D8380D (or 0xD8380D) is known color: Harley Davidson Orange. HEX triplet: D8, 38 and 0D. RGB value is (216,56,13). Sum of RGB (Red+Green+Blue) = 216+56+13=285 (37% of max value = 765). Red value is 216 (84.77% from 255 or 75.79% from 285); Green value is 56 (22.27% from 255 or 19.65% from 285); Blue value is 13 (5.47% from 255 or 4.56% from 285); Max value from RGB is 216 - color contains mainly: red. Hex color #D8380D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8380D is #27C7F2. Grayscale: #636363. Windows color (decimal): -2607091 or 866520. OLE color: 866520.
HSL color Cylindrical-coordinate representation of color #D8380D: hue angle of 12.71º degrees, saturation: 0.89, 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 #D8380D is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 56 | 13 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.15 |
| HSL | 12.71º | 0.89% | 0.45% | - |
| HSV(B) | 12.71º | 0.94% | 0.85% | - |
| XYZ | 29.81 | 17.46 | 2.18 | - |
| YUV | 98.94 | 79.51 | 211.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 56 | 13 | 0 | 0.74 | 0.94 | 0.15 | 12.71 | 0.89 | 0.45 |
| Hex | D8 | 38 | D | 0 | 4A | 5E | F | D | 59 | 2D |
| Octal | 330 | 70 | 15 | 0 | 112 | 136 | 17 | 15 | 131 | 55 |
| Binary | 11011000 | 111000 | 1101 | 0 | 1001010 | 1011110 | 1111 | 1101 | 1011001 | 101101 |
Color Harmonies of #D8380D
Complementary color
Monochromatic Colors of #D8380D
Black with #D8380D
Text Example
Text Example
White with #D8380D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8380D; }
p { color: rgb(216,56,13); }
H1.HeaderClassName
{
color: #D8380D;
}
.AnyTagClassName
{
color: #D8380D;
}
</style>
background-color css
<style>
a { background-color: #D8380D; }
a { background-color: rgb(216,56,13); }
div.DivClassName
{
background-color: #D8380D;
}
.BgClassName
{
background-color: #D8380D;
}
</style>
border-color css
<style>
span { border-color: #D8380D; }
span { border-color: rgb(216,56,13); }
td.TdClassName
{
border-color: #D8380D;
}
.TagClassName
{
border-color: #D8380D;
}
</style>