Html Css Color HEX #DB2A0D Harley Davidson Orange
📋 copy color: '#DB2A0D'red 219 ◦ green 42 ◦ blue 13
Shades of Harley Davidson Orange #DB2A0D
Tints of Harley Davidson Orange #DB2A0D
RGB
CMYK
RGB Variations
Color information
#DB2A0D (or 0xDB2A0D) is known color: Harley Davidson Orange. HEX triplet: DB, 2A and 0D. RGB value is (219,42,13). Sum of RGB (Red+Green+Blue) = 219+42+13=274 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.93% from 274); Green value is 42 (16.80% from 255 or 15.33% from 274); Blue value is 13 (5.47% from 255 or 4.74% from 274); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2A0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2A0D is #24D5F2. Grayscale: #5B5B5B. Windows color (decimal): -2414067 or 862939. OLE color: 862939.
HSL color Cylindrical-coordinate representation of color #DB2A0D: hue angle of 8.45º 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 #DB2A0D is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 42 | 13 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.14 |
| HSL | 8.45º | 0.89% | 0.45% | - |
| HSV(B) | 8.45º | 0.94% | 0.86% | - |
| XYZ | 30.11 | 16.75 | 2.03 | - |
| YUV | 91.62 | 83.64 | 218.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 13 | 0 | 0.81 | 0.94 | 0.14 | 8.45 | 0.89 | 0.45 |
| Hex | DB | 2A | D | 0 | 51 | 5E | E | 8 | 59 | 2D |
| Octal | 333 | 52 | 15 | 0 | 121 | 136 | 16 | 10 | 131 | 55 |
| Binary | 11011011 | 101010 | 1101 | 0 | 1010001 | 1011110 | 1110 | 1000 | 1011001 | 101101 |
Color Harmonies of #DB2A0D
Complementary color
Monochromatic Colors of #DB2A0D
Black with #DB2A0D
Text Example
Text Example
White with #DB2A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2A0D; }
p { color: rgb(219,42,13); }
H1.HeaderClassName
{
color: #DB2A0D;
}
.AnyTagClassName
{
color: #DB2A0D;
}
</style>
background-color css
<style>
a { background-color: #DB2A0D; }
a { background-color: rgb(219,42,13); }
div.DivClassName
{
background-color: #DB2A0D;
}
.BgClassName
{
background-color: #DB2A0D;
}
</style>
border-color css
<style>
span { border-color: #DB2A0D; }
span { border-color: rgb(219,42,13); }
td.TdClassName
{
border-color: #DB2A0D;
}
.TagClassName
{
border-color: #DB2A0D;
}
</style>