Html Css Color HEX #DB4409 Harley Davidson Orange
📋 copy color: '#DB4409'red 219 ◦ green 68 ◦ blue 9
Shades of Harley Davidson Orange #DB4409
Tints of Harley Davidson Orange #DB4409
RGB
CMYK
RGB Variations
Color information
#DB4409 (or 0xDB4409) is known color: Harley Davidson Orange. HEX triplet: DB, 44 and 09. RGB value is (219,68,9). Sum of RGB (Red+Green+Blue) = 219+68+9=296 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.99% from 296); Green value is 68 (26.95% from 255 or 22.97% from 296); Blue value is 9 (3.91% from 255 or 3.04% from 296); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4409 is #24BBF6. Grayscale: #6A6A6A. Windows color (decimal): -2407415 or 607451. OLE color: 607451.
HSL color Cylindrical-coordinate representation of color #DB4409: hue angle of 16.86º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB4409 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 68 | 9 | - |
| CMYK | 0 | 0.69 | 0.96 | 0.14 |
| HSL | 16.86º | 0.92% | 0.45% | - |
| HSV(B) | 16.86º | 0.96% | 0.86% | - |
| XYZ | 31.33 | 19.21 | 2.32 | - |
| YUV | 106.42 | 73.03 | 208.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 68 | 9 | 0 | 0.69 | 0.96 | 0.14 | 16.86 | 0.92 | 0.45 |
| Hex | DB | 44 | 9 | 0 | 45 | 60 | E | 11 | 5C | 2D |
| Octal | 333 | 104 | 11 | 0 | 105 | 140 | 16 | 21 | 134 | 55 |
| Binary | 11011011 | 1000100 | 1001 | 0 | 1000101 | 1100000 | 1110 | 10001 | 1011100 | 101101 |
Color Harmonies of #DB4409
Complementary color
Monochromatic Colors of #DB4409
Black with #DB4409
Text Example
Text Example
White with #DB4409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4409; }
p { color: rgb(219,68,9); }
H1.HeaderClassName
{
color: #DB4409;
}
.AnyTagClassName
{
color: #DB4409;
}
</style>
background-color css
<style>
a { background-color: #DB4409; }
a { background-color: rgb(219,68,9); }
div.DivClassName
{
background-color: #DB4409;
}
.BgClassName
{
background-color: #DB4409;
}
</style>
border-color css
<style>
span { border-color: #DB4409; }
span { border-color: rgb(219,68,9); }
td.TdClassName
{
border-color: #DB4409;
}
.TagClassName
{
border-color: #DB4409;
}
</style>