Html Css Color HEX #DB3408 Harley Davidson Orange
📋 copy color: '#DB3408'red 219 ◦ green 52 ◦ blue 8
Shades of Harley Davidson Orange #DB3408
Tints of Harley Davidson Orange #DB3408
RGB
CMYK
RGB Variations
Color information
#DB3408 (or 0xDB3408) is known color: Harley Davidson Orange. HEX triplet: DB, 34 and 08. RGB value is (219,52,8). Sum of RGB (Red+Green+Blue) = 219+52+8=279 (36% of max value = 765). Red value is 219 (85.94% from 255 or 78.49% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 8 (3.52% from 255 or 2.87% from 279); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3408 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3408 is #24CBF7. Grayscale: #616161. Windows color (decimal): -2411512 or 537819. OLE color: 537819.
HSL color Cylindrical-coordinate representation of color #DB3408: hue angle of 12.51º 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 #DB3408 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 52 | 8 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.14 |
| HSL | 12.51º | 0.93% | 0.45% | - |
| HSV(B) | 12.51º | 0.96% | 0.86% | - |
| XYZ | 30.49 | 17.53 | 2.01 | - |
| YUV | 96.92 | 77.83 | 215.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 52 | 8 | 0 | 0.76 | 0.96 | 0.14 | 12.51 | 0.93 | 0.45 |
| Hex | DB | 34 | 8 | 0 | 4C | 60 | E | D | 5D | 2D |
| Octal | 333 | 64 | 10 | 0 | 114 | 140 | 16 | 15 | 135 | 55 |
| Binary | 11011011 | 110100 | 1000 | 0 | 1001100 | 1100000 | 1110 | 1101 | 1011101 | 101101 |
Color Harmonies of #DB3408
Complementary color
Monochromatic Colors of #DB3408
Black with #DB3408
Text Example
Text Example
White with #DB3408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3408; }
p { color: rgb(219,52,8); }
H1.HeaderClassName
{
color: #DB3408;
}
.AnyTagClassName
{
color: #DB3408;
}
</style>
background-color css
<style>
a { background-color: #DB3408; }
a { background-color: rgb(219,52,8); }
div.DivClassName
{
background-color: #DB3408;
}
.BgClassName
{
background-color: #DB3408;
}
</style>
border-color css
<style>
span { border-color: #DB3408; }
span { border-color: rgb(219,52,8); }
td.TdClassName
{
border-color: #DB3408;
}
.TagClassName
{
border-color: #DB3408;
}
</style>