Html Css Color HEX #DB2708 Harley Davidson Orange
📋 copy color: '#DB2708'red 219 ◦ green 39 ◦ blue 8
Shades of Harley Davidson Orange #DB2708
Tints of Harley Davidson Orange #DB2708
RGB
CMYK
RGB Variations
Color information
#DB2708 (or 0xDB2708) is known color: Harley Davidson Orange. HEX triplet: DB, 27 and 08. RGB value is (219,39,8). Sum of RGB (Red+Green+Blue) = 219+39+8=266 (35% of max value = 765). Red value is 219 (85.94% from 255 or 82.33% from 266); Green value is 39 (15.62% from 255 or 14.66% from 266); Blue value is 8 (3.52% from 255 or 3.01% from 266); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2708 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2708 is #24D8F7. Grayscale: #595959. Windows color (decimal): -2414840 or 534491. OLE color: 534491.
HSL color Cylindrical-coordinate representation of color #DB2708: hue angle of 8.82º 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 #DB2708 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 39 | 8 | - |
| CMYK | 0 | 0.82 | 0.96 | 0.14 |
| HSL | 8.82º | 0.93% | 0.45% | - |
| HSV(B) | 8.82º | 0.96% | 0.86% | - |
| XYZ | 29.98 | 16.53 | 1.84 | - |
| YUV | 89.29 | 82.13 | 220.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 39 | 8 | 0 | 0.82 | 0.96 | 0.14 | 8.82 | 0.93 | 0.45 |
| Hex | DB | 27 | 8 | 0 | 52 | 60 | E | 9 | 5D | 2D |
| Octal | 333 | 47 | 10 | 0 | 122 | 140 | 16 | 11 | 135 | 55 |
| Binary | 11011011 | 100111 | 1000 | 0 | 1010010 | 1100000 | 1110 | 1001 | 1011101 | 101101 |
Color Harmonies of #DB2708
Complementary color
Monochromatic Colors of #DB2708
Black with #DB2708
Text Example
Text Example
White with #DB2708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2708; }
p { color: rgb(219,39,8); }
H1.HeaderClassName
{
color: #DB2708;
}
.AnyTagClassName
{
color: #DB2708;
}
</style>
background-color css
<style>
a { background-color: #DB2708; }
a { background-color: rgb(219,39,8); }
div.DivClassName
{
background-color: #DB2708;
}
.BgClassName
{
background-color: #DB2708;
}
</style>
border-color css
<style>
span { border-color: #DB2708; }
span { border-color: rgb(219,39,8); }
td.TdClassName
{
border-color: #DB2708;
}
.TagClassName
{
border-color: #DB2708;
}
</style>