Html Css Color HEX #DB4314 Harley Davidson Orange
📋 copy color: '#DB4314'red 219 ◦ green 67 ◦ blue 20
Shades of Harley Davidson Orange #DB4314
Tints of Harley Davidson Orange #DB4314
RGB
CMYK
RGB Variations
Color information
#DB4314 (or 0xDB4314) is known color: Harley Davidson Orange. HEX triplet: DB, 43 and 14. RGB value is (219,67,20). Sum of RGB (Red+Green+Blue) = 219+67+20=306 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.57% from 306); Green value is 67 (26.56% from 255 or 21.90% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4314 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4314 is #24BCEB. Grayscale: #6B6B6B. Windows color (decimal): -2407660 or 1328091. OLE color: 1328091.
HSL color Cylindrical-coordinate representation of color #DB4314: hue angle of 14.17º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB4314 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 67 | 20 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.14 |
| HSL | 14.17º | 0.83% | 0.47% | - |
| HSV(B) | 14.17º | 0.91% | 0.86% | - |
| XYZ | 31.35 | 19.12 | 2.7 | - |
| YUV | 107.09 | 78.86 | 207.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 67 | 20 | 0 | 0.69 | 0.91 | 0.14 | 14.17 | 0.83 | 0.47 |
| Hex | DB | 43 | 14 | 0 | 45 | 5B | E | E | 53 | 2F |
| Octal | 333 | 103 | 24 | 0 | 105 | 133 | 16 | 16 | 123 | 57 |
| Binary | 11011011 | 1000011 | 10100 | 0 | 1000101 | 1011011 | 1110 | 1110 | 1010011 | 101111 |
Color Harmonies of #DB4314
Complementary color
Monochromatic Colors of #DB4314
Black with #DB4314
Text Example
Text Example
White with #DB4314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4314; }
p { color: rgb(219,67,20); }
H1.HeaderClassName
{
color: #DB4314;
}
.AnyTagClassName
{
color: #DB4314;
}
</style>
background-color css
<style>
a { background-color: #DB4314; }
a { background-color: rgb(219,67,20); }
div.DivClassName
{
background-color: #DB4314;
}
.BgClassName
{
background-color: #DB4314;
}
</style>
border-color css
<style>
span { border-color: #DB4314; }
span { border-color: rgb(219,67,20); }
td.TdClassName
{
border-color: #DB4314;
}
.TagClassName
{
border-color: #DB4314;
}
</style>