Html Css Color HEX #DB2408 Harley Davidson Orange
📋 copy color: '#DB2408'red 219 ◦ green 36 ◦ blue 8
Shades of Harley Davidson Orange #DB2408
Tints of Harley Davidson Orange #DB2408
RGB
CMYK
RGB Variations
Color information
#DB2408 (or 0xDB2408) is known color: Harley Davidson Orange. HEX triplet: DB, 24 and 08. RGB value is (219,36,8). Sum of RGB (Red+Green+Blue) = 219+36+8=263 (34% of max value = 765). Red value is 219 (85.94% from 255 or 83.27% from 263); Green value is 36 (14.45% from 255 or 13.69% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2408 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2408 is #24DBF7. Grayscale: #575757. Windows color (decimal): -2415608 or 533723. OLE color: 533723.
HSL color Cylindrical-coordinate representation of color #DB2408: hue angle of 7.96º 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 #DB2408 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 36 | 8 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.14 |
| HSL | 7.96º | 0.93% | 0.45% | - |
| HSV(B) | 7.96º | 0.96% | 0.86% | - |
| XYZ | 29.89 | 16.34 | 1.81 | - |
| YUV | 87.53 | 83.13 | 221.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 36 | 8 | 0 | 0.84 | 0.96 | 0.14 | 7.96 | 0.93 | 0.45 |
| Hex | DB | 24 | 8 | 0 | 54 | 60 | E | 8 | 5D | 2D |
| Octal | 333 | 44 | 10 | 0 | 124 | 140 | 16 | 10 | 135 | 55 |
| Binary | 11011011 | 100100 | 1000 | 0 | 1010100 | 1100000 | 1110 | 1000 | 1011101 | 101101 |
Color Harmonies of #DB2408
Complementary color
Monochromatic Colors of #DB2408
Black with #DB2408
Text Example
Text Example
White with #DB2408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2408; }
p { color: rgb(219,36,8); }
H1.HeaderClassName
{
color: #DB2408;
}
.AnyTagClassName
{
color: #DB2408;
}
</style>
background-color css
<style>
a { background-color: #DB2408; }
a { background-color: rgb(219,36,8); }
div.DivClassName
{
background-color: #DB2408;
}
.BgClassName
{
background-color: #DB2408;
}
</style>
border-color css
<style>
span { border-color: #DB2408; }
span { border-color: rgb(219,36,8); }
td.TdClassName
{
border-color: #DB2408;
}
.TagClassName
{
border-color: #DB2408;
}
</style>