Html Css Color HEX #DB3420 Harley Davidson Orange
📋 copy color: '#DB3420'red 219 ◦ green 52 ◦ blue 32
Shades of Harley Davidson Orange #DB3420
Tints of Harley Davidson Orange #DB3420
RGB
CMYK
RGB Variations
Color information
#DB3420 (or 0xDB3420) is known color: Harley Davidson Orange. HEX triplet: DB, 34 and 20. RGB value is (219,52,32). Sum of RGB (Red+Green+Blue) = 219+52+32=303 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.28% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 32 (12.89% from 255 or 10.56% from 303); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3420 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3420 is #24CBDF. Grayscale: #636363. Windows color (decimal): -2411488 or 2110683. OLE color: 2110683.
HSL color Cylindrical-coordinate representation of color #DB3420: hue angle of 6.42º 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 #DB3420 is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 52 | 32 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.14 |
| HSL | 6.42º | 0.75% | 0.49% | - |
| HSV(B) | 6.42º | 0.85% | 0.86% | - |
| XYZ | 30.7 | 17.62 | 3.15 | - |
| YUV | 99.65 | 89.83 | 213.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 52 | 32 | 0 | 0.76 | 0.85 | 0.14 | 6.42 | 0.75 | 0.49 |
| Hex | DB | 34 | 20 | 0 | 4C | 55 | E | 6 | 4B | 31 |
| Octal | 333 | 64 | 40 | 0 | 114 | 125 | 16 | 6 | 113 | 61 |
| Binary | 11011011 | 110100 | 100000 | 0 | 1001100 | 1010101 | 1110 | 110 | 1001011 | 110001 |
Color Harmonies of #DB3420
Complementary color
Monochromatic Colors of #DB3420
Black with #DB3420
Text Example
Text Example
White with #DB3420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3420; }
p { color: rgb(219,52,32); }
H1.HeaderClassName
{
color: #DB3420;
}
.AnyTagClassName
{
color: #DB3420;
}
</style>
background-color css
<style>
a { background-color: #DB3420; }
a { background-color: rgb(219,52,32); }
div.DivClassName
{
background-color: #DB3420;
}
.BgClassName
{
background-color: #DB3420;
}
</style>
border-color css
<style>
span { border-color: #DB3420; }
span { border-color: rgb(219,52,32); }
td.TdClassName
{
border-color: #DB3420;
}
.TagClassName
{
border-color: #DB3420;
}
</style>