Html Css Color HEX #DB2608 Harley Davidson Orange
📋 copy color: '#DB2608'red 219 ◦ green 38 ◦ blue 8
Shades of Harley Davidson Orange #DB2608
Tints of Harley Davidson Orange #DB2608
RGB
CMYK
RGB Variations
Color information
#DB2608 (or 0xDB2608) is known color: Harley Davidson Orange. HEX triplet: DB, 26 and 08. RGB value is (219,38,8). Sum of RGB (Red+Green+Blue) = 219+38+8=265 (35% of max value = 765). Red value is 219 (85.94% from 255 or 82.64% from 265); Green value is 38 (15.23% from 255 or 14.34% from 265); Blue value is 8 (3.52% from 255 or 3.02% from 265); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2608 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2608 is #24D9F7. Grayscale: #595959. Windows color (decimal): -2415096 or 534235. OLE color: 534235.
HSL color Cylindrical-coordinate representation of color #DB2608: hue angle of 8.53º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB2608 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 8 | - |
| CMYK | 0 | 0.83 | 0.96 | 0.14 |
| HSL | 8.53º | 0.93% | 0.45% | - |
| HSV(B) | 8.53º | 0.96% | 0.86% | - |
| XYZ | 29.95 | 16.46 | 1.83 | - |
| YUV | 88.7 | 82.47 | 220.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 8 | 0 | 0.83 | 0.96 | 0.14 | 8.53 | 0.93 | 0.45 |
| Hex | DB | 26 | 8 | 0 | 53 | 60 | E | 9 | 5D | 2D |
| Octal | 333 | 46 | 10 | 0 | 123 | 140 | 16 | 11 | 135 | 55 |
| Binary | 11011011 | 100110 | 1000 | 0 | 1010011 | 1100000 | 1110 | 1001 | 1011101 | 101101 |
Color Harmonies of #DB2608
Complementary color
Monochromatic Colors of #DB2608
Black with #DB2608
Text Example
Text Example
White with #DB2608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2608; }
p { color: rgb(219,38,8); }
H1.HeaderClassName
{
color: #DB2608;
}
.AnyTagClassName
{
color: #DB2608;
}
</style>
background-color css
<style>
a { background-color: #DB2608; }
a { background-color: rgb(219,38,8); }
div.DivClassName
{
background-color: #DB2608;
}
.BgClassName
{
background-color: #DB2608;
}
</style>
border-color css
<style>
span { border-color: #DB2608; }
span { border-color: rgb(219,38,8); }
td.TdClassName
{
border-color: #DB2608;
}
.TagClassName
{
border-color: #DB2608;
}
</style>