Html Css Color HEX #DB320C Harley Davidson Orange
📋 copy color: '#DB320C'red 219 ◦ green 50 ◦ blue 12
Shades of Harley Davidson Orange #DB320C
Tints of Harley Davidson Orange #DB320C
RGB
CMYK
RGB Variations
Color information
#DB320C (or 0xDB320C) is known color: Harley Davidson Orange. HEX triplet: DB, 32 and 0C. RGB value is (219,50,12). Sum of RGB (Red+Green+Blue) = 219+50+12=281 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.94% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 12 (5.08% from 255 or 4.27% from 281); Max value from RGB is 219 - color contains mainly: red. Hex color #DB320C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB320C is #24CDF3. Grayscale: #606060. Windows color (decimal): -2412020 or 799451. OLE color: 799451.
HSL color Cylindrical-coordinate representation of color #DB320C: hue angle of 11.01º 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 #DB320C is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 50 | 12 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.14 |
| HSL | 11.01º | 0.9% | 0.45% | - |
| HSV(B) | 11.01º | 0.95% | 0.86% | - |
| XYZ | 30.42 | 17.37 | 2.1 | - |
| YUV | 96.2 | 80.49 | 215.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 12 | 0 | 0.77 | 0.95 | 0.14 | 11.01 | 0.9 | 0.45 |
| Hex | DB | 32 | C | 0 | 4D | 5F | E | B | 5A | 2D |
| Octal | 333 | 62 | 14 | 0 | 115 | 137 | 16 | 13 | 132 | 55 |
| Binary | 11011011 | 110010 | 1100 | 0 | 1001101 | 1011111 | 1110 | 1011 | 1011010 | 101101 |
Color Harmonies of #DB320C
Complementary color
Monochromatic Colors of #DB320C
Black with #DB320C
Text Example
Text Example
White with #DB320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB320C; }
p { color: rgb(219,50,12); }
H1.HeaderClassName
{
color: #DB320C;
}
.AnyTagClassName
{
color: #DB320C;
}
</style>
background-color css
<style>
a { background-color: #DB320C; }
a { background-color: rgb(219,50,12); }
div.DivClassName
{
background-color: #DB320C;
}
.BgClassName
{
background-color: #DB320C;
}
</style>
border-color css
<style>
span { border-color: #DB320C; }
span { border-color: rgb(219,50,12); }
td.TdClassName
{
border-color: #DB320C;
}
.TagClassName
{
border-color: #DB320C;
}
</style>