Html Css Color HEX #DB380C Harley Davidson Orange
📋 copy color: '#DB380C'red 219 ◦ green 56 ◦ blue 12
Shades of Harley Davidson Orange #DB380C
Tints of Harley Davidson Orange #DB380C
RGB
CMYK
RGB Variations
Color information
#DB380C (or 0xDB380C) is known color: Harley Davidson Orange. HEX triplet: DB, 38 and 0C. RGB value is (219,56,12). Sum of RGB (Red+Green+Blue) = 219+56+12=287 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.31% from 287); Green value is 56 (22.27% from 255 or 19.51% from 287); Blue value is 12 (5.08% from 255 or 4.18% from 287); Max value from RGB is 219 - color contains mainly: red. Hex color #DB380C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB380C is #24C7F3. Grayscale: #646464. Windows color (decimal): -2410484 or 800987. OLE color: 800987.
HSL color Cylindrical-coordinate representation of color #DB380C: hue angle of 12.75º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB380C is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 56 | 12 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.14 |
| HSL | 12.75º | 0.9% | 0.45% | - |
| HSV(B) | 12.75º | 0.95% | 0.86% | - |
| XYZ | 30.69 | 17.91 | 2.19 | - |
| YUV | 99.72 | 78.5 | 213.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 12 | 0 | 0.74 | 0.95 | 0.14 | 12.75 | 0.9 | 0.45 |
| Hex | DB | 38 | C | 0 | 4A | 5F | E | D | 5A | 2D |
| Octal | 333 | 70 | 14 | 0 | 112 | 137 | 16 | 15 | 132 | 55 |
| Binary | 11011011 | 111000 | 1100 | 0 | 1001010 | 1011111 | 1110 | 1101 | 1011010 | 101101 |
Color Harmonies of #DB380C
Complementary color
Monochromatic Colors of #DB380C
Black with #DB380C
Text Example
Text Example
White with #DB380C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB380C; }
p { color: rgb(219,56,12); }
H1.HeaderClassName
{
color: #DB380C;
}
.AnyTagClassName
{
color: #DB380C;
}
</style>
background-color css
<style>
a { background-color: #DB380C; }
a { background-color: rgb(219,56,12); }
div.DivClassName
{
background-color: #DB380C;
}
.BgClassName
{
background-color: #DB380C;
}
</style>
border-color css
<style>
span { border-color: #DB380C; }
span { border-color: rgb(219,56,12); }
td.TdClassName
{
border-color: #DB380C;
}
.TagClassName
{
border-color: #DB380C;
}
</style>