Html Css Color HEX #DB2618 Harley Davidson Orange
📋 copy color: '#DB2618'red 219 ◦ green 38 ◦ blue 24
Shades of Harley Davidson Orange #DB2618
Tints of Harley Davidson Orange #DB2618
RGB
CMYK
RGB Variations
Color information
#DB2618 (or 0xDB2618) is known color: Harley Davidson Orange. HEX triplet: DB, 26 and 18. RGB value is (219,38,24). Sum of RGB (Red+Green+Blue) = 219+38+24=281 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.94% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 24 (9.77% from 255 or 8.54% from 281); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2618 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2618 is #24D9E7. Grayscale: #5A5A5A. Windows color (decimal): -2415080 or 1582811. OLE color: 1582811.
HSL color Cylindrical-coordinate representation of color #DB2618: hue angle of 4.31º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB2618 is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 24 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.14 |
| HSL | 4.31º | 0.8% | 0.48% | - |
| HSV(B) | 4.31º | 0.89% | 0.86% | - |
| XYZ | 30.07 | 16.51 | 2.47 | - |
| YUV | 90.52 | 90.47 | 219.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 24 | 0 | 0.83 | 0.89 | 0.14 | 4.31 | 0.8 | 0.48 |
| Hex | DB | 26 | 18 | 0 | 53 | 59 | E | 4 | 50 | 30 |
| Octal | 333 | 46 | 30 | 0 | 123 | 131 | 16 | 4 | 120 | 60 |
| Binary | 11011011 | 100110 | 11000 | 0 | 1010011 | 1011001 | 1110 | 100 | 1010000 | 110000 |
Color Harmonies of #DB2618
Complementary color
Monochromatic Colors of #DB2618
Black with #DB2618
Text Example
Text Example
White with #DB2618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2618; }
p { color: rgb(219,38,24); }
H1.HeaderClassName
{
color: #DB2618;
}
.AnyTagClassName
{
color: #DB2618;
}
</style>
background-color css
<style>
a { background-color: #DB2618; }
a { background-color: rgb(219,38,24); }
div.DivClassName
{
background-color: #DB2618;
}
.BgClassName
{
background-color: #DB2618;
}
</style>
border-color css
<style>
span { border-color: #DB2618; }
span { border-color: rgb(219,38,24); }
td.TdClassName
{
border-color: #DB2618;
}
.TagClassName
{
border-color: #DB2618;
}
</style>