Html Css Color HEX #DB2205 Harley Davidson Orange
📋 copy color: '#DB2205'red 219 ◦ green 34 ◦ blue 5
Shades of Harley Davidson Orange #DB2205
Tints of Harley Davidson Orange #DB2205
RGB
CMYK
RGB Variations
Color information
#DB2205 (or 0xDB2205) is known color: Harley Davidson Orange. HEX triplet: DB, 22 and 05. RGB value is (219,34,5). Sum of RGB (Red+Green+Blue) = 219+34+5=258 (34% of max value = 765). Red value is 219 (85.94% from 255 or 84.88% from 258); Green value is 34 (13.67% from 255 or 13.18% from 258); Blue value is 5 (2.34% from 255 or 1.94% from 258); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2205 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2205 is #24DDFA. Grayscale: #565656. Windows color (decimal): -2416123 or 336603. OLE color: 336603.
HSL color Cylindrical-coordinate representation of color #DB2205: hue angle of 8.13º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB2205 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 5 | - |
| CMYK | 0 | 0.84 | 0.98 | 0.14 |
| HSL | 8.13º | 0.96% | 0.44% | - |
| HSV(B) | 8.13º | 0.98% | 0.86% | - |
| XYZ | 29.81 | 16.22 | 1.7 | - |
| YUV | 86.01 | 82.29 | 222.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 5 | 0 | 0.84 | 0.98 | 0.14 | 8.13 | 0.96 | 0.44 |
| Hex | DB | 22 | 5 | 0 | 54 | 62 | E | 8 | 60 | 2C |
| Octal | 333 | 42 | 5 | 0 | 124 | 142 | 16 | 10 | 140 | 54 |
| Binary | 11011011 | 100010 | 101 | 0 | 1010100 | 1100010 | 1110 | 1000 | 1100000 | 101100 |
Color Harmonies of #DB2205
Complementary color
Monochromatic Colors of #DB2205
Black with #DB2205
Text Example
Text Example
White with #DB2205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2205; }
p { color: rgb(219,34,5); }
H1.HeaderClassName
{
color: #DB2205;
}
.AnyTagClassName
{
color: #DB2205;
}
</style>
background-color css
<style>
a { background-color: #DB2205; }
a { background-color: rgb(219,34,5); }
div.DivClassName
{
background-color: #DB2205;
}
.BgClassName
{
background-color: #DB2205;
}
</style>
border-color css
<style>
span { border-color: #DB2205; }
span { border-color: rgb(219,34,5); }
td.TdClassName
{
border-color: #DB2205;
}
.TagClassName
{
border-color: #DB2205;
}
</style>