Html Css Color HEX #DB211C Harley Davidson Orange
📋 copy color: '#DB211C'red 219 ◦ green 33 ◦ blue 28
Shades of Harley Davidson Orange #DB211C
Tints of Harley Davidson Orange #DB211C
RGB
CMYK
RGB Variations
Color information
#DB211C (or 0xDB211C) is known color: Harley Davidson Orange. HEX triplet: DB, 21 and 1C. RGB value is (219,33,28). Sum of RGB (Red+Green+Blue) = 219+33+28=280 (37% of max value = 765). Red value is 219 (85.94% from 255 or 78.21% from 280); Green value is 33 (13.28% from 255 or 11.79% from 280); Blue value is 28 (11.33% from 255 or 10% from 280); Max value from RGB is 219 - color contains mainly: red. Hex color #DB211C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB211C is #24DEE3. Grayscale: #585858. Windows color (decimal): -2416356 or 1843675. OLE color: 1843675.
HSL color Cylindrical-coordinate representation of color #DB211C: hue angle of 1.57º 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 #DB211C is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 33 | 28 | - |
| CMYK | 0 | 0.85 | 0.87 | 0.14 |
| HSL | 1.57º | 0.77% | 0.48% | - |
| HSV(B) | 1.57º | 0.87% | 0.86% | - |
| XYZ | 29.97 | 16.23 | 2.65 | - |
| YUV | 88.04 | 94.12 | 221.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 28 | 0 | 0.85 | 0.87 | 0.14 | 1.57 | 0.77 | 0.48 |
| Hex | DB | 21 | 1C | 0 | 55 | 57 | E | 2 | 4D | 30 |
| Octal | 333 | 41 | 34 | 0 | 125 | 127 | 16 | 2 | 115 | 60 |
| Binary | 11011011 | 100001 | 11100 | 0 | 1010101 | 1010111 | 1110 | 10 | 1001101 | 110000 |
Color Harmonies of #DB211C
Complementary color
Monochromatic Colors of #DB211C
Black with #DB211C
Text Example
Text Example
White with #DB211C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB211C; }
p { color: rgb(219,33,28); }
H1.HeaderClassName
{
color: #DB211C;
}
.AnyTagClassName
{
color: #DB211C;
}
</style>
background-color css
<style>
a { background-color: #DB211C; }
a { background-color: rgb(219,33,28); }
div.DivClassName
{
background-color: #DB211C;
}
.BgClassName
{
background-color: #DB211C;
}
</style>
border-color css
<style>
span { border-color: #DB211C; }
span { border-color: rgb(219,33,28); }
td.TdClassName
{
border-color: #DB211C;
}
.TagClassName
{
border-color: #DB211C;
}
</style>