Html Css Color HEX #DB450D Harley Davidson Orange
📋 copy color: '#DB450D'red 219 ◦ green 69 ◦ blue 13
Shades of Harley Davidson Orange #DB450D
Tints of Harley Davidson Orange #DB450D
RGB
CMYK
RGB Variations
Color information
#DB450D (or 0xDB450D) is known color: Harley Davidson Orange. HEX triplet: DB, 45 and 0D. RGB value is (219,69,13). Sum of RGB (Red+Green+Blue) = 219+69+13=301 (39% of max value = 765). Red value is 219 (85.94% from 255 or 72.76% from 301); Green value is 69 (27.34% from 255 or 22.92% from 301); Blue value is 13 (5.47% from 255 or 4.32% from 301); Max value from RGB is 219 - color contains mainly: red. Hex color #DB450D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB450D is #24BAF2. Grayscale: #6B6B6B. Windows color (decimal): -2407155 or 869851. OLE color: 869851.
HSL color Cylindrical-coordinate representation of color #DB450D: hue angle of 16.31º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB450D is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 69 | 13 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.14 |
| HSL | 16.31º | 0.89% | 0.45% | - |
| HSV(B) | 16.31º | 0.94% | 0.86% | - |
| XYZ | 31.41 | 19.35 | 2.46 | - |
| YUV | 107.47 | 74.7 | 207.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 69 | 13 | 0 | 0.68 | 0.94 | 0.14 | 16.31 | 0.89 | 0.45 |
| Hex | DB | 45 | D | 0 | 44 | 5E | E | 10 | 59 | 2D |
| Octal | 333 | 105 | 15 | 0 | 104 | 136 | 16 | 20 | 131 | 55 |
| Binary | 11011011 | 1000101 | 1101 | 0 | 1000100 | 1011110 | 1110 | 10000 | 1011001 | 101101 |
Color Harmonies of #DB450D
Complementary color
Monochromatic Colors of #DB450D
Black with #DB450D
Text Example
Text Example
White with #DB450D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB450D; }
p { color: rgb(219,69,13); }
H1.HeaderClassName
{
color: #DB450D;
}
.AnyTagClassName
{
color: #DB450D;
}
</style>
background-color css
<style>
a { background-color: #DB450D; }
a { background-color: rgb(219,69,13); }
div.DivClassName
{
background-color: #DB450D;
}
.BgClassName
{
background-color: #DB450D;
}
</style>
border-color css
<style>
span { border-color: #DB450D; }
span { border-color: rgb(219,69,13); }
td.TdClassName
{
border-color: #DB450D;
}
.TagClassName
{
border-color: #DB450D;
}
</style>