Html Css Color HEX #DB441D Harley Davidson Orange
📋 copy color: '#DB441D'red 219 ◦ green 68 ◦ blue 29
Shades of Harley Davidson Orange #DB441D
Tints of Harley Davidson Orange #DB441D
RGB
CMYK
RGB Variations
Color information
#DB441D (or 0xDB441D) is known color: Harley Davidson Orange. HEX triplet: DB, 44 and 1D. RGB value is (219,68,29). Sum of RGB (Red+Green+Blue) = 219+68+29=316 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.30% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 29 (11.72% from 255 or 9.18% from 316); Max value from RGB is 219 - color contains mainly: red. Hex color #DB441D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB441D is #24BBE2. Grayscale: #6D6D6D. Windows color (decimal): -2407395 or 1918171. OLE color: 1918171.
HSL color Cylindrical-coordinate representation of color #DB441D: hue angle of 12.32º 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 #DB441D is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 68 | 29 | - |
| CMYK | 0 | 0.69 | 0.87 | 0.14 |
| HSL | 12.32º | 0.77% | 0.49% | - |
| HSV(B) | 12.32º | 0.87% | 0.86% | - |
| XYZ | 31.5 | 19.28 | 3.22 | - |
| YUV | 108.7 | 83.03 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 68 | 29 | 0 | 0.69 | 0.87 | 0.14 | 12.32 | 0.77 | 0.49 |
| Hex | DB | 44 | 1D | 0 | 45 | 57 | E | C | 4D | 31 |
| Octal | 333 | 104 | 35 | 0 | 105 | 127 | 16 | 14 | 115 | 61 |
| Binary | 11011011 | 1000100 | 11101 | 0 | 1000101 | 1010111 | 1110 | 1100 | 1001101 | 110001 |
Color Harmonies of #DB441D
Complementary color
Monochromatic Colors of #DB441D
Black with #DB441D
Text Example
Text Example
White with #DB441D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB441D; }
p { color: rgb(219,68,29); }
H1.HeaderClassName
{
color: #DB441D;
}
.AnyTagClassName
{
color: #DB441D;
}
</style>
background-color css
<style>
a { background-color: #DB441D; }
a { background-color: rgb(219,68,29); }
div.DivClassName
{
background-color: #DB441D;
}
.BgClassName
{
background-color: #DB441D;
}
</style>
border-color css
<style>
span { border-color: #DB441D; }
span { border-color: rgb(219,68,29); }
td.TdClassName
{
border-color: #DB441D;
}
.TagClassName
{
border-color: #DB441D;
}
</style>