Html Css Color HEX #DB220F Harley Davidson Orange
📋 copy color: '#DB220F'red 219 ◦ green 34 ◦ blue 15
Shades of Harley Davidson Orange #DB220F
Tints of Harley Davidson Orange #DB220F
RGB
CMYK
RGB Variations
Color information
#DB220F (or 0xDB220F) is known color: Harley Davidson Orange. HEX triplet: DB, 22 and 0F. RGB value is (219,34,15). Sum of RGB (Red+Green+Blue) = 219+34+15=268 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.72% from 268); Green value is 34 (13.67% from 255 or 12.69% from 268); Blue value is 15 (6.25% from 255 or 5.60% from 268); Max value from RGB is 219 - color contains mainly: red. Hex color #DB220F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB220F is #24DDF0. Grayscale: #575757. Windows color (decimal): -2416113 or 991963. OLE color: 991963.
HSL color Cylindrical-coordinate representation of color #DB220F: hue angle of 5.59º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB220F is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 15 | - |
| CMYK | 0 | 0.84 | 0.93 | 0.14 |
| HSL | 5.59º | 0.87% | 0.46% | - |
| HSV(B) | 5.59º | 0.93% | 0.86% | - |
| XYZ | 29.87 | 16.24 | 2.01 | - |
| YUV | 87.15 | 87.29 | 222.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 15 | 0 | 0.84 | 0.93 | 0.14 | 5.59 | 0.87 | 0.46 |
| Hex | DB | 22 | F | 0 | 54 | 5D | E | 6 | 57 | 2E |
| Octal | 333 | 42 | 17 | 0 | 124 | 135 | 16 | 6 | 127 | 56 |
| Binary | 11011011 | 100010 | 1111 | 0 | 1010100 | 1011101 | 1110 | 110 | 1010111 | 101110 |
Color Harmonies of #DB220F
Complementary color
Monochromatic Colors of #DB220F
Black with #DB220F
Text Example
Text Example
White with #DB220F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB220F; }
p { color: rgb(219,34,15); }
H1.HeaderClassName
{
color: #DB220F;
}
.AnyTagClassName
{
color: #DB220F;
}
</style>
background-color css
<style>
a { background-color: #DB220F; }
a { background-color: rgb(219,34,15); }
div.DivClassName
{
background-color: #DB220F;
}
.BgClassName
{
background-color: #DB220F;
}
</style>
border-color css
<style>
span { border-color: #DB220F; }
span { border-color: rgb(219,34,15); }
td.TdClassName
{
border-color: #DB220F;
}
.TagClassName
{
border-color: #DB220F;
}
</style>