Html Css Color HEX #DB221B Harley Davidson Orange
📋 copy color: '#DB221B'red 219 ◦ green 34 ◦ blue 27
Shades of Harley Davidson Orange #DB221B
Tints of Harley Davidson Orange #DB221B
RGB
CMYK
RGB Variations
Color information
#DB221B (or 0xDB221B) is known color: Harley Davidson Orange. HEX triplet: DB, 22 and 1B. RGB value is (219,34,27). Sum of RGB (Red+Green+Blue) = 219+34+27=280 (37% of max value = 765). Red value is 219 (85.94% from 255 or 78.21% from 280); Green value is 34 (13.67% from 255 or 12.14% from 280); Blue value is 27 (10.94% from 255 or 9.64% from 280); Max value from RGB is 219 - color contains mainly: red. Hex color #DB221B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB221B is #24DDE4. Grayscale: #585858. Windows color (decimal): -2416101 or 1778395. OLE color: 1778395.
HSL color Cylindrical-coordinate representation of color #DB221B: hue angle of 2.19º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB221B is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 27 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.14 |
| HSL | 2.19º | 0.78% | 0.48% | - |
| HSV(B) | 2.19º | 0.88% | 0.86% | - |
| XYZ | 29.98 | 16.28 | 2.6 | - |
| YUV | 88.52 | 93.29 | 221.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 27 | 0 | 0.84 | 0.88 | 0.14 | 2.19 | 0.78 | 0.48 |
| Hex | DB | 22 | 1B | 0 | 54 | 58 | E | 2 | 4E | 30 |
| Octal | 333 | 42 | 33 | 0 | 124 | 130 | 16 | 2 | 116 | 60 |
| Binary | 11011011 | 100010 | 11011 | 0 | 1010100 | 1011000 | 1110 | 10 | 1001110 | 110000 |
Color Harmonies of #DB221B
Complementary color
Monochromatic Colors of #DB221B
Black with #DB221B
Text Example
Text Example
White with #DB221B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB221B; }
p { color: rgb(219,34,27); }
H1.HeaderClassName
{
color: #DB221B;
}
.AnyTagClassName
{
color: #DB221B;
}
</style>
background-color css
<style>
a { background-color: #DB221B; }
a { background-color: rgb(219,34,27); }
div.DivClassName
{
background-color: #DB221B;
}
.BgClassName
{
background-color: #DB221B;
}
</style>
border-color css
<style>
span { border-color: #DB221B; }
span { border-color: rgb(219,34,27); }
td.TdClassName
{
border-color: #DB221B;
}
.TagClassName
{
border-color: #DB221B;
}
</style>