Html Css Color HEX #DB2A12 Harley Davidson Orange
📋 copy color: '#DB2A12'red 219 ◦ green 42 ◦ blue 18
Shades of Harley Davidson Orange #DB2A12
Tints of Harley Davidson Orange #DB2A12
RGB
CMYK
RGB Variations
Color information
#DB2A12 (or 0xDB2A12) is known color: Harley Davidson Orange. HEX triplet: DB, 2A and 12. RGB value is (219,42,18). Sum of RGB (Red+Green+Blue) = 219+42+18=279 (36% of max value = 765). Red value is 219 (85.94% from 255 or 78.49% from 279); Green value is 42 (16.80% from 255 or 15.05% from 279); Blue value is 18 (7.42% from 255 or 6.45% from 279); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2A12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2A12 is #24D5ED. Grayscale: #5C5C5C. Windows color (decimal): -2414062 or 1190619. OLE color: 1190619.
HSL color Cylindrical-coordinate representation of color #DB2A12: hue angle of 7.16º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB2A12 is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 42 | 18 | - |
| CMYK | 0 | 0.81 | 0.92 | 0.14 |
| HSL | 7.16º | 0.85% | 0.46% | - |
| HSV(B) | 7.16º | 0.92% | 0.86% | - |
| XYZ | 30.15 | 16.76 | 2.22 | - |
| YUV | 92.19 | 86.14 | 218.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 18 | 0 | 0.81 | 0.92 | 0.14 | 7.16 | 0.85 | 0.46 |
| Hex | DB | 2A | 12 | 0 | 51 | 5C | E | 7 | 55 | 2E |
| Octal | 333 | 52 | 22 | 0 | 121 | 134 | 16 | 7 | 125 | 56 |
| Binary | 11011011 | 101010 | 10010 | 0 | 1010001 | 1011100 | 1110 | 111 | 1010101 | 101110 |
Color Harmonies of #DB2A12
Complementary color
Monochromatic Colors of #DB2A12
Black with #DB2A12
Text Example
Text Example
White with #DB2A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2A12; }
p { color: rgb(219,42,18); }
H1.HeaderClassName
{
color: #DB2A12;
}
.AnyTagClassName
{
color: #DB2A12;
}
</style>
background-color css
<style>
a { background-color: #DB2A12; }
a { background-color: rgb(219,42,18); }
div.DivClassName
{
background-color: #DB2A12;
}
.BgClassName
{
background-color: #DB2A12;
}
</style>
border-color css
<style>
span { border-color: #DB2A12; }
span { border-color: rgb(219,42,18); }
td.TdClassName
{
border-color: #DB2A12;
}
.TagClassName
{
border-color: #DB2A12;
}
</style>