Html Css Color HEX #DB321B Harley Davidson Orange
📋 copy color: '#DB321B'red 219 ◦ green 50 ◦ blue 27
Shades of Harley Davidson Orange #DB321B
Tints of Harley Davidson Orange #DB321B
RGB
CMYK
RGB Variations
Color information
#DB321B (or 0xDB321B) is known color: Harley Davidson Orange. HEX triplet: DB, 32 and 1B. RGB value is (219,50,27). Sum of RGB (Red+Green+Blue) = 219+50+27=296 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.99% from 296); Green value is 50 (19.92% from 255 or 16.89% from 296); Blue value is 27 (10.94% from 255 or 9.12% from 296); Max value from RGB is 219 - color contains mainly: red. Hex color #DB321B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB321B is #24CDE4. Grayscale: #626262. Windows color (decimal): -2412005 or 1782491. OLE color: 1782491.
HSL color Cylindrical-coordinate representation of color #DB321B: hue angle of 7.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 #DB321B is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 50 | 27 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.14 |
| HSL | 7.19º | 0.78% | 0.48% | - |
| HSV(B) | 7.19º | 0.88% | 0.86% | - |
| XYZ | 30.55 | 17.42 | 2.79 | - |
| YUV | 97.91 | 87.99 | 214.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 27 | 0 | 0.77 | 0.88 | 0.14 | 7.19 | 0.78 | 0.48 |
| Hex | DB | 32 | 1B | 0 | 4D | 58 | E | 7 | 4E | 30 |
| Octal | 333 | 62 | 33 | 0 | 115 | 130 | 16 | 7 | 116 | 60 |
| Binary | 11011011 | 110010 | 11011 | 0 | 1001101 | 1011000 | 1110 | 111 | 1001110 | 110000 |
Color Harmonies of #DB321B
Complementary color
Monochromatic Colors of #DB321B
Black with #DB321B
Text Example
Text Example
White with #DB321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB321B; }
p { color: rgb(219,50,27); }
H1.HeaderClassName
{
color: #DB321B;
}
.AnyTagClassName
{
color: #DB321B;
}
</style>
background-color css
<style>
a { background-color: #DB321B; }
a { background-color: rgb(219,50,27); }
div.DivClassName
{
background-color: #DB321B;
}
.BgClassName
{
background-color: #DB321B;
}
</style>
border-color css
<style>
span { border-color: #DB321B; }
span { border-color: rgb(219,50,27); }
td.TdClassName
{
border-color: #DB321B;
}
.TagClassName
{
border-color: #DB321B;
}
</style>