Html Css Color HEX #DB221C Harley Davidson Orange
📋 copy color: '#DB221C'red 219 ◦ green 34 ◦ blue 28
Shades of Harley Davidson Orange #DB221C
Tints of Harley Davidson Orange #DB221C
RGB
CMYK
RGB Variations
Color information
#DB221C (or 0xDB221C) is known color: Harley Davidson Orange. HEX triplet: DB, 22 and 1C. RGB value is (219,34,28). Sum of RGB (Red+Green+Blue) = 219+34+28=281 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.94% from 281); Green value is 34 (13.67% from 255 or 12.10% from 281); Blue value is 28 (11.33% from 255 or 9.96% from 281); Max value from RGB is 219 - color contains mainly: red. Hex color #DB221C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB221C is #24DDE3. Grayscale: #585858. Windows color (decimal): -2416100 or 1843931. OLE color: 1843931.
HSL color Cylindrical-coordinate representation of color #DB221C: hue angle of 1.88º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB221C is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 28 | - |
| CMYK | 0 | 0.84 | 0.87 | 0.14 |
| HSL | 1.88º | 0.77% | 0.48% | - |
| HSV(B) | 1.88º | 0.87% | 0.86% | - |
| XYZ | 30 | 16.29 | 2.66 | - |
| YUV | 88.63 | 93.79 | 220.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 28 | 0 | 0.84 | 0.87 | 0.14 | 1.88 | 0.77 | 0.48 |
| Hex | DB | 22 | 1C | 0 | 54 | 57 | E | 2 | 4D | 30 |
| Octal | 333 | 42 | 34 | 0 | 124 | 127 | 16 | 2 | 115 | 60 |
| Binary | 11011011 | 100010 | 11100 | 0 | 1010100 | 1010111 | 1110 | 10 | 1001101 | 110000 |
Color Harmonies of #DB221C
Complementary color
Monochromatic Colors of #DB221C
Black with #DB221C
Text Example
Text Example
White with #DB221C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB221C; }
p { color: rgb(219,34,28); }
H1.HeaderClassName
{
color: #DB221C;
}
.AnyTagClassName
{
color: #DB221C;
}
</style>
background-color css
<style>
a { background-color: #DB221C; }
a { background-color: rgb(219,34,28); }
div.DivClassName
{
background-color: #DB221C;
}
.BgClassName
{
background-color: #DB221C;
}
</style>
border-color css
<style>
span { border-color: #DB221C; }
span { border-color: rgb(219,34,28); }
td.TdClassName
{
border-color: #DB221C;
}
.TagClassName
{
border-color: #DB221C;
}
</style>