Html Css Color HEX #DB450F Harley Davidson Orange
📋 copy color: '#DB450F'red 219 ◦ green 69 ◦ blue 15
Shades of Harley Davidson Orange #DB450F
Tints of Harley Davidson Orange #DB450F
RGB
CMYK
RGB Variations
Color information
#DB450F (or 0xDB450F) is known color: Harley Davidson Orange. HEX triplet: DB, 45 and 0F. RGB value is (219,69,15). Sum of RGB (Red+Green+Blue) = 219+69+15=303 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.28% from 303); Green value is 69 (27.34% from 255 or 22.77% from 303); Blue value is 15 (6.25% from 255 or 4.95% from 303); Max value from RGB is 219 - color contains mainly: red. Hex color #DB450F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB450F is #24BAF0. Grayscale: #6C6C6C. Windows color (decimal): -2407153 or 1000923. OLE color: 1000923.
HSL color Cylindrical-coordinate representation of color #DB450F: hue angle of 15.88º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB450F is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 69 | 15 | - |
| CMYK | 0 | 0.68 | 0.93 | 0.14 |
| HSL | 15.88º | 0.87% | 0.46% | - |
| HSV(B) | 15.88º | 0.93% | 0.86% | - |
| XYZ | 31.43 | 19.35 | 2.53 | - |
| YUV | 107.69 | 75.7 | 207.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 69 | 15 | 0 | 0.68 | 0.93 | 0.14 | 15.88 | 0.87 | 0.46 |
| Hex | DB | 45 | F | 0 | 44 | 5D | E | 10 | 57 | 2E |
| Octal | 333 | 105 | 17 | 0 | 104 | 135 | 16 | 20 | 127 | 56 |
| Binary | 11011011 | 1000101 | 1111 | 0 | 1000100 | 1011101 | 1110 | 10000 | 1010111 | 101110 |
Color Harmonies of #DB450F
Complementary color
Monochromatic Colors of #DB450F
Black with #DB450F
Text Example
Text Example
White with #DB450F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB450F; }
p { color: rgb(219,69,15); }
H1.HeaderClassName
{
color: #DB450F;
}
.AnyTagClassName
{
color: #DB450F;
}
</style>
background-color css
<style>
a { background-color: #DB450F; }
a { background-color: rgb(219,69,15); }
div.DivClassName
{
background-color: #DB450F;
}
.BgClassName
{
background-color: #DB450F;
}
</style>
border-color css
<style>
span { border-color: #DB450F; }
span { border-color: rgb(219,69,15); }
td.TdClassName
{
border-color: #DB450F;
}
.TagClassName
{
border-color: #DB450F;
}
</style>