Html Css Color HEX #DB380D Harley Davidson Orange
📋 copy color: '#DB380D'red 219 ◦ green 56 ◦ blue 13
Shades of Harley Davidson Orange #DB380D
Tints of Harley Davidson Orange #DB380D
RGB
CMYK
RGB Variations
Color information
#DB380D (or 0xDB380D) is known color: Harley Davidson Orange. HEX triplet: DB, 38 and 0D. RGB value is (219,56,13). Sum of RGB (Red+Green+Blue) = 219+56+13=288 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.04% from 288); Green value is 56 (22.27% from 255 or 19.44% from 288); Blue value is 13 (5.47% from 255 or 4.51% from 288); Max value from RGB is 219 - color contains mainly: red. Hex color #DB380D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB380D is #24C7F2. Grayscale: #646464. Windows color (decimal): -2410483 or 866523. OLE color: 866523.
HSL color Cylindrical-coordinate representation of color #DB380D: hue angle of 12.52º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB380D is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 56 | 13 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.14 |
| HSL | 12.52º | 0.89% | 0.45% | - |
| HSV(B) | 12.52º | 0.94% | 0.86% | - |
| XYZ | 30.7 | 17.92 | 2.22 | - |
| YUV | 99.84 | 79 | 213 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 13 | 0 | 0.74 | 0.94 | 0.14 | 12.52 | 0.89 | 0.45 |
| Hex | DB | 38 | D | 0 | 4A | 5E | E | D | 59 | 2D |
| Octal | 333 | 70 | 15 | 0 | 112 | 136 | 16 | 15 | 131 | 55 |
| Binary | 11011011 | 111000 | 1101 | 0 | 1001010 | 1011110 | 1110 | 1101 | 1011001 | 101101 |
Color Harmonies of #DB380D
Complementary color
Monochromatic Colors of #DB380D
Black with #DB380D
Text Example
Text Example
White with #DB380D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB380D; }
p { color: rgb(219,56,13); }
H1.HeaderClassName
{
color: #DB380D;
}
.AnyTagClassName
{
color: #DB380D;
}
</style>
background-color css
<style>
a { background-color: #DB380D; }
a { background-color: rgb(219,56,13); }
div.DivClassName
{
background-color: #DB380D;
}
.BgClassName
{
background-color: #DB380D;
}
</style>
border-color css
<style>
span { border-color: #DB380D; }
span { border-color: rgb(219,56,13); }
td.TdClassName
{
border-color: #DB380D;
}
.TagClassName
{
border-color: #DB380D;
}
</style>