Html Css Color HEX #DB260F Harley Davidson Orange
📋 copy color: '#DB260F'red 219 ◦ green 38 ◦ blue 15
Shades of Harley Davidson Orange #DB260F
Tints of Harley Davidson Orange #DB260F
RGB
CMYK
RGB Variations
Color information
#DB260F (or 0xDB260F) is known color: Harley Davidson Orange. HEX triplet: DB, 26 and 0F. RGB value is (219,38,15). Sum of RGB (Red+Green+Blue) = 219+38+15=272 (36% of max value = 765). Red value is 219 (85.94% from 255 or 80.51% from 272); Green value is 38 (15.23% from 255 or 13.97% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 219 - color contains mainly: red. Hex color #DB260F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB260F is #24D9F0. Grayscale: #595959. Windows color (decimal): -2415089 or 992987. OLE color: 992987.
HSL color Cylindrical-coordinate representation of color #DB260F: hue angle of 6.76º 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 #DB260F is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 15 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.14 |
| HSL | 6.76º | 0.87% | 0.46% | - |
| HSV(B) | 6.76º | 0.93% | 0.86% | - |
| XYZ | 29.99 | 16.48 | 2.05 | - |
| YUV | 89.5 | 85.97 | 220.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 15 | 0 | 0.83 | 0.93 | 0.14 | 6.76 | 0.87 | 0.46 |
| Hex | DB | 26 | F | 0 | 53 | 5D | E | 7 | 57 | 2E |
| Octal | 333 | 46 | 17 | 0 | 123 | 135 | 16 | 7 | 127 | 56 |
| Binary | 11011011 | 100110 | 1111 | 0 | 1010011 | 1011101 | 1110 | 111 | 1010111 | 101110 |
Color Harmonies of #DB260F
Complementary color
Monochromatic Colors of #DB260F
Black with #DB260F
Text Example
Text Example
White with #DB260F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB260F; }
p { color: rgb(219,38,15); }
H1.HeaderClassName
{
color: #DB260F;
}
.AnyTagClassName
{
color: #DB260F;
}
</style>
background-color css
<style>
a { background-color: #DB260F; }
a { background-color: rgb(219,38,15); }
div.DivClassName
{
background-color: #DB260F;
}
.BgClassName
{
background-color: #DB260F;
}
</style>
border-color css
<style>
span { border-color: #DB260F; }
span { border-color: rgb(219,38,15); }
td.TdClassName
{
border-color: #DB260F;
}
.TagClassName
{
border-color: #DB260F;
}
</style>