Html Css Color HEX #DB381C Harley Davidson Orange
📋 copy color: '#DB381C'red 219 ◦ green 56 ◦ blue 28
Shades of Harley Davidson Orange #DB381C
Tints of Harley Davidson Orange #DB381C
RGB
CMYK
RGB Variations
Color information
#DB381C (or 0xDB381C) is known color: Harley Davidson Orange. HEX triplet: DB, 38 and 1C. RGB value is (219,56,28). Sum of RGB (Red+Green+Blue) = 219+56+28=303 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.28% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 28 (11.33% from 255 or 9.24% from 303); Max value from RGB is 219 - color contains mainly: red. Hex color #DB381C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB381C is #24C7E3. Grayscale: #656565. Windows color (decimal): -2410468 or 1849563. OLE color: 1849563.
HSL color Cylindrical-coordinate representation of color #DB381C: hue angle of 8.8º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB381C is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 56 | 28 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.14 |
| HSL | 8.8º | 0.77% | 0.48% | - |
| HSV(B) | 8.8º | 0.87% | 0.86% | - |
| XYZ | 30.84 | 17.97 | 2.94 | - |
| YUV | 101.55 | 86.5 | 211.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 28 | 0 | 0.74 | 0.87 | 0.14 | 8.8 | 0.77 | 0.48 |
| Hex | DB | 38 | 1C | 0 | 4A | 57 | E | 9 | 4D | 30 |
| Octal | 333 | 70 | 34 | 0 | 112 | 127 | 16 | 11 | 115 | 60 |
| Binary | 11011011 | 111000 | 11100 | 0 | 1001010 | 1010111 | 1110 | 1001 | 1001101 | 110000 |
Color Harmonies of #DB381C
Complementary color
Monochromatic Colors of #DB381C
Black with #DB381C
Text Example
Text Example
White with #DB381C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB381C; }
p { color: rgb(219,56,28); }
H1.HeaderClassName
{
color: #DB381C;
}
.AnyTagClassName
{
color: #DB381C;
}
</style>
background-color css
<style>
a { background-color: #DB381C; }
a { background-color: rgb(219,56,28); }
div.DivClassName
{
background-color: #DB381C;
}
.BgClassName
{
background-color: #DB381C;
}
</style>
border-color css
<style>
span { border-color: #DB381C; }
span { border-color: rgb(219,56,28); }
td.TdClassName
{
border-color: #DB381C;
}
.TagClassName
{
border-color: #DB381C;
}
</style>