Html Css Color HEX #DB2605 Harley Davidson Orange
📋 copy color: '#DB2605'red 219 ◦ green 38 ◦ blue 5
Shades of Harley Davidson Orange #DB2605
Tints of Harley Davidson Orange #DB2605
RGB
CMYK
RGB Variations
Color information
#DB2605 (or 0xDB2605) is known color: Harley Davidson Orange. HEX triplet: DB, 26 and 05. RGB value is (219,38,5). Sum of RGB (Red+Green+Blue) = 219+38+5=262 (34% of max value = 765). Red value is 219 (85.94% from 255 or 83.59% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 5 (2.34% from 255 or 1.91% from 262); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2605 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2605 is #24D9FA. Grayscale: #585858. Windows color (decimal): -2415099 or 337627. OLE color: 337627.
HSL color Cylindrical-coordinate representation of color #DB2605: hue angle of 9.25º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB2605 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 5 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.14 |
| HSL | 9.25º | 0.96% | 0.44% | - |
| HSV(B) | 9.25º | 0.98% | 0.86% | - |
| XYZ | 29.93 | 16.46 | 1.74 | - |
| YUV | 88.36 | 80.97 | 221.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 5 | 0 | 0.83 | 0.98 | 0.14 | 9.25 | 0.96 | 0.44 |
| Hex | DB | 26 | 5 | 0 | 53 | 62 | E | 9 | 60 | 2C |
| Octal | 333 | 46 | 5 | 0 | 123 | 142 | 16 | 11 | 140 | 54 |
| Binary | 11011011 | 100110 | 101 | 0 | 1010011 | 1100010 | 1110 | 1001 | 1100000 | 101100 |
Color Harmonies of #DB2605
Complementary color
Monochromatic Colors of #DB2605
Black with #DB2605
Text Example
Text Example
White with #DB2605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2605; }
p { color: rgb(219,38,5); }
H1.HeaderClassName
{
color: #DB2605;
}
.AnyTagClassName
{
color: #DB2605;
}
</style>
background-color css
<style>
a { background-color: #DB2605; }
a { background-color: rgb(219,38,5); }
div.DivClassName
{
background-color: #DB2605;
}
.BgClassName
{
background-color: #DB2605;
}
</style>
border-color css
<style>
span { border-color: #DB2605; }
span { border-color: rgb(219,38,5); }
td.TdClassName
{
border-color: #DB2605;
}
.TagClassName
{
border-color: #DB2605;
}
</style>