Html Css Color HEX #DB260D Harley Davidson Orange
📋 copy color: '#DB260D'red 219 ◦ green 38 ◦ blue 13
Shades of Harley Davidson Orange #DB260D
Tints of Harley Davidson Orange #DB260D
RGB
CMYK
RGB Variations
Color information
#DB260D (or 0xDB260D) is known color: Harley Davidson Orange. HEX triplet: DB, 26 and 0D. RGB value is (219,38,13). Sum of RGB (Red+Green+Blue) = 219+38+13=270 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.11% from 270); Green value is 38 (15.23% from 255 or 14.07% from 270); Blue value is 13 (5.47% from 255 or 4.81% from 270); Max value from RGB is 219 - color contains mainly: red. Hex color #DB260D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB260D is #24D9F2. Grayscale: #595959. Windows color (decimal): -2415091 or 861915. OLE color: 861915.
HSL color Cylindrical-coordinate representation of color #DB260D: hue angle of 7.28º 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 #DB260D is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 13 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.14 |
| HSL | 7.28º | 0.89% | 0.45% | - |
| HSV(B) | 7.28º | 0.94% | 0.86% | - |
| XYZ | 29.98 | 16.48 | 1.98 | - |
| YUV | 89.27 | 84.97 | 220.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 13 | 0 | 0.83 | 0.94 | 0.14 | 7.28 | 0.89 | 0.45 |
| Hex | DB | 26 | D | 0 | 53 | 5E | E | 7 | 59 | 2D |
| Octal | 333 | 46 | 15 | 0 | 123 | 136 | 16 | 7 | 131 | 55 |
| Binary | 11011011 | 100110 | 1101 | 0 | 1010011 | 1011110 | 1110 | 111 | 1011001 | 101101 |
Color Harmonies of #DB260D
Complementary color
Monochromatic Colors of #DB260D
Black with #DB260D
Text Example
Text Example
White with #DB260D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB260D; }
p { color: rgb(219,38,13); }
H1.HeaderClassName
{
color: #DB260D;
}
.AnyTagClassName
{
color: #DB260D;
}
</style>
background-color css
<style>
a { background-color: #DB260D; }
a { background-color: rgb(219,38,13); }
div.DivClassName
{
background-color: #DB260D;
}
.BgClassName
{
background-color: #DB260D;
}
</style>
border-color css
<style>
span { border-color: #DB260D; }
span { border-color: rgb(219,38,13); }
td.TdClassName
{
border-color: #DB260D;
}
.TagClassName
{
border-color: #DB260D;
}
</style>