Html Css Color HEX #DB250D Harley Davidson Orange
📋 copy color: '#DB250D'red 219 ◦ green 37 ◦ blue 13
Shades of Harley Davidson Orange #DB250D
Tints of Harley Davidson Orange #DB250D
RGB
CMYK
RGB Variations
Color information
#DB250D (or 0xDB250D) is known color: Harley Davidson Orange. HEX triplet: DB, 25 and 0D. RGB value is (219,37,13). Sum of RGB (Red+Green+Blue) = 219+37+13=269 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.41% from 269); Green value is 37 (14.84% from 255 or 13.75% from 269); Blue value is 13 (5.47% from 255 or 4.83% from 269); Max value from RGB is 219 - color contains mainly: red. Hex color #DB250D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB250D is #24DAF2. Grayscale: #585858. Windows color (decimal): -2415347 or 861659. OLE color: 861659.
HSL color Cylindrical-coordinate representation of color #DB250D: hue angle of 6.99º 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 #DB250D is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 37 | 13 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.14 |
| HSL | 6.99º | 0.89% | 0.45% | - |
| HSV(B) | 6.99º | 0.94% | 0.86% | - |
| XYZ | 29.95 | 16.41 | 1.97 | - |
| YUV | 88.68 | 85.3 | 220.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 13 | 0 | 0.83 | 0.94 | 0.14 | 6.99 | 0.89 | 0.45 |
| Hex | DB | 25 | D | 0 | 53 | 5E | E | 7 | 59 | 2D |
| Octal | 333 | 45 | 15 | 0 | 123 | 136 | 16 | 7 | 131 | 55 |
| Binary | 11011011 | 100101 | 1101 | 0 | 1010011 | 1011110 | 1110 | 111 | 1011001 | 101101 |
Color Harmonies of #DB250D
Complementary color
Monochromatic Colors of #DB250D
Black with #DB250D
Text Example
Text Example
White with #DB250D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB250D; }
p { color: rgb(219,37,13); }
H1.HeaderClassName
{
color: #DB250D;
}
.AnyTagClassName
{
color: #DB250D;
}
</style>
background-color css
<style>
a { background-color: #DB250D; }
a { background-color: rgb(219,37,13); }
div.DivClassName
{
background-color: #DB250D;
}
.BgClassName
{
background-color: #DB250D;
}
</style>
border-color css
<style>
span { border-color: #DB250D; }
span { border-color: rgb(219,37,13); }
td.TdClassName
{
border-color: #DB250D;
}
.TagClassName
{
border-color: #DB250D;
}
</style>