Html Css Color HEX #DB3218 Harley Davidson Orange
📋 copy color: '#DB3218'red 219 ◦ green 50 ◦ blue 24
Shades of Harley Davidson Orange #DB3218
Tints of Harley Davidson Orange #DB3218
RGB
CMYK
RGB Variations
Color information
#DB3218 (or 0xDB3218) is known color: Harley Davidson Orange. HEX triplet: DB, 32 and 18. RGB value is (219,50,24). Sum of RGB (Red+Green+Blue) = 219+50+24=293 (38% of max value = 765). Red value is 219 (85.94% from 255 or 74.74% from 293); Green value is 50 (19.92% from 255 or 17.06% from 293); Blue value is 24 (9.77% from 255 or 8.19% from 293); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3218 is #24CDE7. Grayscale: #616161. Windows color (decimal): -2412008 or 1585883. OLE color: 1585883.
HSL color Cylindrical-coordinate representation of color #DB3218: hue angle of 8º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB3218 is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 50 | 24 | - |
| CMYK | 0 | 0.77 | 0.89 | 0.14 |
| HSL | 8º | 0.8% | 0.48% | - |
| HSV(B) | 8º | 0.89% | 0.86% | - |
| XYZ | 30.52 | 17.41 | 2.62 | - |
| YUV | 97.57 | 86.49 | 214.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 24 | 0 | 0.77 | 0.89 | 0.14 | 8 | 0.8 | 0.48 |
| Hex | DB | 32 | 18 | 0 | 4D | 59 | E | 8 | 50 | 30 |
| Octal | 333 | 62 | 30 | 0 | 115 | 131 | 16 | 10 | 120 | 60 |
| Binary | 11011011 | 110010 | 11000 | 0 | 1001101 | 1011001 | 1110 | 1000 | 1010000 | 110000 |
Color Harmonies of #DB3218
Complementary color
Monochromatic Colors of #DB3218
Black with #DB3218
Text Example
Text Example
White with #DB3218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3218; }
p { color: rgb(219,50,24); }
H1.HeaderClassName
{
color: #DB3218;
}
.AnyTagClassName
{
color: #DB3218;
}
</style>
background-color css
<style>
a { background-color: #DB3218; }
a { background-color: rgb(219,50,24); }
div.DivClassName
{
background-color: #DB3218;
}
.BgClassName
{
background-color: #DB3218;
}
</style>
border-color css
<style>
span { border-color: #DB3218; }
span { border-color: rgb(219,50,24); }
td.TdClassName
{
border-color: #DB3218;
}
.TagClassName
{
border-color: #DB3218;
}
</style>