Html Css Color HEX #DB2208 Harley Davidson Orange
📋 copy color: '#DB2208'red 219 ◦ green 34 ◦ blue 8
Shades of Harley Davidson Orange #DB2208
Tints of Harley Davidson Orange #DB2208
RGB
CMYK
RGB Variations
Color information
#DB2208 (or 0xDB2208) is known color: Harley Davidson Orange. HEX triplet: DB, 22 and 08. RGB value is (219,34,8). Sum of RGB (Red+Green+Blue) = 219+34+8=261 (34% of max value = 765). Red value is 219 (85.94% from 255 or 83.91% from 261); Green value is 34 (13.67% from 255 or 13.03% from 261); Blue value is 8 (3.52% from 255 or 3.07% from 261); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2208 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2208 is #24DDF7. Grayscale: #565656. Windows color (decimal): -2416120 or 533211. OLE color: 533211.
HSL color Cylindrical-coordinate representation of color #DB2208: hue angle of 7.39º 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 #DB2208 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 8 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.14 |
| HSL | 7.39º | 0.93% | 0.45% | - |
| HSV(B) | 7.39º | 0.96% | 0.86% | - |
| XYZ | 29.83 | 16.22 | 1.79 | - |
| YUV | 86.35 | 83.79 | 222.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 8 | 0 | 0.84 | 0.96 | 0.14 | 7.39 | 0.93 | 0.45 |
| Hex | DB | 22 | 8 | 0 | 54 | 60 | E | 7 | 5D | 2D |
| Octal | 333 | 42 | 10 | 0 | 124 | 140 | 16 | 7 | 135 | 55 |
| Binary | 11011011 | 100010 | 1000 | 0 | 1010100 | 1100000 | 1110 | 111 | 1011101 | 101101 |
Color Harmonies of #DB2208
Complementary color
Monochromatic Colors of #DB2208
Black with #DB2208
Text Example
Text Example
White with #DB2208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2208; }
p { color: rgb(219,34,8); }
H1.HeaderClassName
{
color: #DB2208;
}
.AnyTagClassName
{
color: #DB2208;
}
</style>
background-color css
<style>
a { background-color: #DB2208; }
a { background-color: rgb(219,34,8); }
div.DivClassName
{
background-color: #DB2208;
}
.BgClassName
{
background-color: #DB2208;
}
</style>
border-color css
<style>
span { border-color: #DB2208; }
span { border-color: rgb(219,34,8); }
td.TdClassName
{
border-color: #DB2208;
}
.TagClassName
{
border-color: #DB2208;
}
</style>