Html Css Color HEX #DB320B Harley Davidson Orange
📋 copy color: '#DB320B'red 219 ◦ green 50 ◦ blue 11
Shades of Harley Davidson Orange #DB320B
Tints of Harley Davidson Orange #DB320B
RGB
CMYK
RGB Variations
Color information
#DB320B (or 0xDB320B) is known color: Harley Davidson Orange. HEX triplet: DB, 32 and 0B. RGB value is (219,50,11). Sum of RGB (Red+Green+Blue) = 219+50+11=280 (37% of max value = 765). Red value is 219 (85.94% from 255 or 78.21% from 280); Green value is 50 (19.92% from 255 or 17.86% from 280); Blue value is 11 (4.69% from 255 or 3.93% from 280); Max value from RGB is 219 - color contains mainly: red. Hex color #DB320B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB320B is #24CDF4. Grayscale: #606060. Windows color (decimal): -2412021 or 733915. OLE color: 733915.
HSL color Cylindrical-coordinate representation of color #DB320B: hue angle of 11.25º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB320B is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 50 | 11 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.14 |
| HSL | 11.25º | 0.9% | 0.45% | - |
| HSV(B) | 11.25º | 0.95% | 0.86% | - |
| XYZ | 30.41 | 17.37 | 2.07 | - |
| YUV | 96.09 | 79.99 | 215.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 11 | 0 | 0.77 | 0.95 | 0.14 | 11.25 | 0.9 | 0.45 |
| Hex | DB | 32 | B | 0 | 4D | 5F | E | B | 5A | 2D |
| Octal | 333 | 62 | 13 | 0 | 115 | 137 | 16 | 13 | 132 | 55 |
| Binary | 11011011 | 110010 | 1011 | 0 | 1001101 | 1011111 | 1110 | 1011 | 1011010 | 101101 |
Color Harmonies of #DB320B
Complementary color
Monochromatic Colors of #DB320B
Black with #DB320B
Text Example
Text Example
White with #DB320B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB320B; }
p { color: rgb(219,50,11); }
H1.HeaderClassName
{
color: #DB320B;
}
.AnyTagClassName
{
color: #DB320B;
}
</style>
background-color css
<style>
a { background-color: #DB320B; }
a { background-color: rgb(219,50,11); }
div.DivClassName
{
background-color: #DB320B;
}
.BgClassName
{
background-color: #DB320B;
}
</style>
border-color css
<style>
span { border-color: #DB320B; }
span { border-color: rgb(219,50,11); }
td.TdClassName
{
border-color: #DB320B;
}
.TagClassName
{
border-color: #DB320B;
}
</style>