Html Css Color HEX #DB260C Harley Davidson Orange
📋 copy color: '#DB260C'red 219 ◦ green 38 ◦ blue 12
Shades of Harley Davidson Orange #DB260C
Tints of Harley Davidson Orange #DB260C
RGB
CMYK
RGB Variations
Color information
#DB260C (or 0xDB260C) is known color: Harley Davidson Orange. HEX triplet: DB, 26 and 0C. RGB value is (219,38,12). Sum of RGB (Red+Green+Blue) = 219+38+12=269 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.41% from 269); Green value is 38 (15.23% from 255 or 14.13% from 269); Blue value is 12 (5.08% from 255 or 4.46% from 269); Max value from RGB is 219 - color contains mainly: red. Hex color #DB260C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB260C is #24D9F3. Grayscale: #595959. Windows color (decimal): -2415092 or 796379. OLE color: 796379.
HSL color Cylindrical-coordinate representation of color #DB260C: hue angle of 7.54º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB260C is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 12 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.14 |
| HSL | 7.54º | 0.9% | 0.45% | - |
| HSV(B) | 7.54º | 0.95% | 0.86% | - |
| XYZ | 29.97 | 16.47 | 1.95 | - |
| YUV | 89.16 | 84.47 | 220.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 12 | 0 | 0.83 | 0.95 | 0.14 | 7.54 | 0.9 | 0.45 |
| Hex | DB | 26 | C | 0 | 53 | 5F | E | 8 | 5A | 2D |
| Octal | 333 | 46 | 14 | 0 | 123 | 137 | 16 | 10 | 132 | 55 |
| Binary | 11011011 | 100110 | 1100 | 0 | 1010011 | 1011111 | 1110 | 1000 | 1011010 | 101101 |
Color Harmonies of #DB260C
Complementary color
Monochromatic Colors of #DB260C
Black with #DB260C
Text Example
Text Example
White with #DB260C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB260C; }
p { color: rgb(219,38,12); }
H1.HeaderClassName
{
color: #DB260C;
}
.AnyTagClassName
{
color: #DB260C;
}
</style>
background-color css
<style>
a { background-color: #DB260C; }
a { background-color: rgb(219,38,12); }
div.DivClassName
{
background-color: #DB260C;
}
.BgClassName
{
background-color: #DB260C;
}
</style>
border-color css
<style>
span { border-color: #DB260C; }
span { border-color: rgb(219,38,12); }
td.TdClassName
{
border-color: #DB260C;
}
.TagClassName
{
border-color: #DB260C;
}
</style>