Html Css Color HEX #DB381D Harley Davidson Orange
📋 copy color: '#DB381D'red 219 ◦ green 56 ◦ blue 29
Shades of Harley Davidson Orange #DB381D
Tints of Harley Davidson Orange #DB381D
RGB
CMYK
RGB Variations
Color information
#DB381D (or 0xDB381D) is known color: Harley Davidson Orange. HEX triplet: DB, 38 and 1D. RGB value is (219,56,29). Sum of RGB (Red+Green+Blue) = 219+56+29=304 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.04% from 304); Green value is 56 (22.27% from 255 or 18.42% from 304); Blue value is 29 (11.72% from 255 or 9.54% from 304); Max value from RGB is 219 - color contains mainly: red. Hex color #DB381D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB381D is #24C7E2. Grayscale: #656565. Windows color (decimal): -2410467 or 1915099. OLE color: 1915099.
HSL color Cylindrical-coordinate representation of color #DB381D: hue angle of 8.53º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB381D is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 56 | 29 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.14 |
| HSL | 8.53º | 0.77% | 0.49% | - |
| HSV(B) | 8.53º | 0.87% | 0.86% | - |
| XYZ | 30.85 | 17.98 | 3.01 | - |
| YUV | 101.66 | 87 | 211.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 29 | 0 | 0.74 | 0.87 | 0.14 | 8.53 | 0.77 | 0.49 |
| Hex | DB | 38 | 1D | 0 | 4A | 57 | E | 9 | 4D | 31 |
| Octal | 333 | 70 | 35 | 0 | 112 | 127 | 16 | 11 | 115 | 61 |
| Binary | 11011011 | 111000 | 11101 | 0 | 1001010 | 1010111 | 1110 | 1001 | 1001101 | 110001 |
Color Harmonies of #DB381D
Complementary color
Monochromatic Colors of #DB381D
Black with #DB381D
Text Example
Text Example
White with #DB381D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB381D; }
p { color: rgb(219,56,29); }
H1.HeaderClassName
{
color: #DB381D;
}
.AnyTagClassName
{
color: #DB381D;
}
</style>
background-color css
<style>
a { background-color: #DB381D; }
a { background-color: rgb(219,56,29); }
div.DivClassName
{
background-color: #DB381D;
}
.BgClassName
{
background-color: #DB381D;
}
</style>
border-color css
<style>
span { border-color: #DB381D; }
span { border-color: rgb(219,56,29); }
td.TdClassName
{
border-color: #DB381D;
}
.TagClassName
{
border-color: #DB381D;
}
</style>