Html Css Color HEX #DB321F Harley Davidson Orange
📋 copy color: '#DB321F'red 219 ◦ green 50 ◦ blue 31
Shades of Harley Davidson Orange #DB321F
Tints of Harley Davidson Orange #DB321F
RGB
CMYK
RGB Variations
Color information
#DB321F (or 0xDB321F) is known color: Harley Davidson Orange. HEX triplet: DB, 32 and 1F. RGB value is (219,50,31). Sum of RGB (Red+Green+Blue) = 219+50+31=300 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73% from 300); Green value is 50 (19.92% from 255 or 16.67% from 300); Blue value is 31 (12.5% from 255 or 10.33% from 300); Max value from RGB is 219 - color contains mainly: red. Hex color #DB321F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB321F is #24CDE0. Grayscale: #626262. Windows color (decimal): -2412001 or 2044635. OLE color: 2044635.
HSL color Cylindrical-coordinate representation of color #DB321F: hue angle of 6.06º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB321F is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 50 | 31 | - |
| CMYK | 0 | 0.77 | 0.86 | 0.14 |
| HSL | 6.06º | 0.75% | 0.49% | - |
| HSV(B) | 6.06º | 0.86% | 0.86% | - |
| XYZ | 30.6 | 17.44 | 3.05 | - |
| YUV | 98.37 | 89.99 | 214.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 31 | 0 | 0.77 | 0.86 | 0.14 | 6.06 | 0.75 | 0.49 |
| Hex | DB | 32 | 1F | 0 | 4D | 56 | E | 6 | 4B | 31 |
| Octal | 333 | 62 | 37 | 0 | 115 | 126 | 16 | 6 | 113 | 61 |
| Binary | 11011011 | 110010 | 11111 | 0 | 1001101 | 1010110 | 1110 | 110 | 1001011 | 110001 |
Color Harmonies of #DB321F
Complementary color
Monochromatic Colors of #DB321F
Black with #DB321F
Text Example
Text Example
White with #DB321F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB321F; }
p { color: rgb(219,50,31); }
H1.HeaderClassName
{
color: #DB321F;
}
.AnyTagClassName
{
color: #DB321F;
}
</style>
background-color css
<style>
a { background-color: #DB321F; }
a { background-color: rgb(219,50,31); }
div.DivClassName
{
background-color: #DB321F;
}
.BgClassName
{
background-color: #DB321F;
}
</style>
border-color css
<style>
span { border-color: #DB321F; }
span { border-color: rgb(219,50,31); }
td.TdClassName
{
border-color: #DB321F;
}
.TagClassName
{
border-color: #DB321F;
}
</style>