Html Css Color HEX #DB3520 Harley Davidson Orange
📋 copy color: '#DB3520'red 219 ◦ green 53 ◦ blue 32
Shades of Harley Davidson Orange #DB3520
Tints of Harley Davidson Orange #DB3520
RGB
CMYK
RGB Variations
Color information
#DB3520 (or 0xDB3520) is known color: Harley Davidson Orange. HEX triplet: DB, 35 and 20. RGB value is (219,53,32). Sum of RGB (Red+Green+Blue) = 219+53+32=304 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.04% from 304); Green value is 53 (21.09% from 255 or 17.43% from 304); Blue value is 32 (12.89% from 255 or 10.53% from 304); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3520 is #24CADF. Grayscale: #646464. Windows color (decimal): -2411232 or 2110939. OLE color: 2110939.
HSL color Cylindrical-coordinate representation of color #DB3520: hue angle of 6.74º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB3520 is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 53 | 32 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.14 |
| HSL | 6.74º | 0.75% | 0.49% | - |
| HSV(B) | 6.74º | 0.85% | 0.86% | - |
| XYZ | 30.75 | 17.71 | 3.16 | - |
| YUV | 100.24 | 89.5 | 212.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 53 | 32 | 0 | 0.76 | 0.85 | 0.14 | 6.74 | 0.75 | 0.49 |
| Hex | DB | 35 | 20 | 0 | 4C | 55 | E | 7 | 4B | 31 |
| Octal | 333 | 65 | 40 | 0 | 114 | 125 | 16 | 7 | 113 | 61 |
| Binary | 11011011 | 110101 | 100000 | 0 | 1001100 | 1010101 | 1110 | 111 | 1001011 | 110001 |
Color Harmonies of #DB3520
Complementary color
Monochromatic Colors of #DB3520
Black with #DB3520
Text Example
Text Example
White with #DB3520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3520; }
p { color: rgb(219,53,32); }
H1.HeaderClassName
{
color: #DB3520;
}
.AnyTagClassName
{
color: #DB3520;
}
</style>
background-color css
<style>
a { background-color: #DB3520; }
a { background-color: rgb(219,53,32); }
div.DivClassName
{
background-color: #DB3520;
}
.BgClassName
{
background-color: #DB3520;
}
</style>
border-color css
<style>
span { border-color: #DB3520; }
span { border-color: rgb(219,53,32); }
td.TdClassName
{
border-color: #DB3520;
}
.TagClassName
{
border-color: #DB3520;
}
</style>