Html Css Color HEX #DB2207 Harley Davidson Orange
📋 copy color: '#DB2207'red 219 ◦ green 34 ◦ blue 7
Shades of Harley Davidson Orange #DB2207
Tints of Harley Davidson Orange #DB2207
RGB
CMYK
RGB Variations
Color information
#DB2207 (or 0xDB2207) is known color: Harley Davidson Orange. HEX triplet: DB, 22 and 07. RGB value is (219,34,7). Sum of RGB (Red+Green+Blue) = 219+34+7=260 (34% of max value = 765). Red value is 219 (85.94% from 255 or 84.23% from 260); Green value is 34 (13.67% from 255 or 13.08% from 260); Blue value is 7 (3.12% from 255 or 2.69% from 260); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2207 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2207 is #24DDF8. Grayscale: #565656. Windows color (decimal): -2416121 or 467675. OLE color: 467675.
HSL color Cylindrical-coordinate representation of color #DB2207: hue angle of 7.64º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB2207 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 7 | - |
| CMYK | 0 | 0.84 | 0.97 | 0.14 |
| HSL | 7.64º | 0.94% | 0.44% | - |
| HSV(B) | 7.64º | 0.97% | 0.86% | - |
| XYZ | 29.82 | 16.22 | 1.76 | - |
| YUV | 86.24 | 83.29 | 222.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 7 | 0 | 0.84 | 0.97 | 0.14 | 7.64 | 0.94 | 0.44 |
| Hex | DB | 22 | 7 | 0 | 54 | 61 | E | 8 | 5E | 2C |
| Octal | 333 | 42 | 7 | 0 | 124 | 141 | 16 | 10 | 136 | 54 |
| Binary | 11011011 | 100010 | 111 | 0 | 1010100 | 1100001 | 1110 | 1000 | 1011110 | 101100 |
Color Harmonies of #DB2207
Complementary color
Monochromatic Colors of #DB2207
Black with #DB2207
Text Example
Text Example
White with #DB2207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2207; }
p { color: rgb(219,34,7); }
H1.HeaderClassName
{
color: #DB2207;
}
.AnyTagClassName
{
color: #DB2207;
}
</style>
background-color css
<style>
a { background-color: #DB2207; }
a { background-color: rgb(219,34,7); }
div.DivClassName
{
background-color: #DB2207;
}
.BgClassName
{
background-color: #DB2207;
}
</style>
border-color css
<style>
span { border-color: #DB2207; }
span { border-color: rgb(219,34,7); }
td.TdClassName
{
border-color: #DB2207;
}
.TagClassName
{
border-color: #DB2207;
}
</style>