Html Css Color HEX #DB3C00 Harley Davidson Orange
📋 copy color: '#DB3C00'red 219 ◦ green 60 ◦ blue 0
Shades of Harley Davidson Orange #DB3C00
Tints of Harley Davidson Orange #DB3C00
RGB
CMYK
RGB Variations
Color information
#DB3C00 (or 0xDB3C00) is known color: Harley Davidson Orange. HEX triplet: DB, 3C and 00. RGB value is (219,60,0). Sum of RGB (Red+Green+Blue) = 219+60+0=279 (36% of max value = 765). Red value is 219 (85.94% from 255 or 78.49% from 279); Green value is 60 (23.83% from 255 or 21.51% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3C00 is #24C3FF. Grayscale: #656565. Windows color (decimal): -2409472 or 15579. OLE color: 15579.
HSL color Cylindrical-coordinate representation of color #DB3C00: hue angle of 16.44º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB3C00 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 60 | 0 | - |
| CMYK | 0 | 0.73 | 1 | 0.14 |
| HSL | 16.44º | 1% | 0.43% | - |
| HSV(B) | 16.44º | 1% | 0.86% | - |
| XYZ | 30.83 | 18.29 | 1.91 | - |
| YUV | 100.7 | 71.18 | 212.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 60 | 0 | 0 | 0.73 | 1 | 0.14 | 16.44 | 1 | 0.43 |
| Hex | DB | 3C | 0 | 0 | 49 | 64 | E | 10 | 64 | 2B |
| Octal | 333 | 74 | 0 | 0 | 111 | 144 | 16 | 20 | 144 | 53 |
| Binary | 11011011 | 111100 | 0 | 0 | 1001001 | 1100100 | 1110 | 10000 | 1100100 | 101011 |
Color Harmonies of #DB3C00
Complementary color
Monochromatic Colors of #DB3C00
Black with #DB3C00
Text Example
Text Example
White with #DB3C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3C00; }
p { color: rgb(219,60,0); }
H1.HeaderClassName
{
color: #DB3C00;
}
.AnyTagClassName
{
color: #DB3C00;
}
</style>
background-color css
<style>
a { background-color: #DB3C00; }
a { background-color: rgb(219,60,0); }
div.DivClassName
{
background-color: #DB3C00;
}
.BgClassName
{
background-color: #DB3C00;
}
</style>
border-color css
<style>
span { border-color: #DB3C00; }
span { border-color: rgb(219,60,0); }
td.TdClassName
{
border-color: #DB3C00;
}
.TagClassName
{
border-color: #DB3C00;
}
</style>