Html Css Color HEX #DB3401 Harley Davidson Orange
📋 copy color: '#DB3401'red 219 ◦ green 52 ◦ blue 1
Shades of Harley Davidson Orange #DB3401
Tints of Harley Davidson Orange #DB3401
RGB
CMYK
RGB Variations
Color information
#DB3401 (or 0xDB3401) is known color: Harley Davidson Orange. HEX triplet: DB, 34 and 01. RGB value is (219,52,1). Sum of RGB (Red+Green+Blue) = 219+52+1=272 (36% of max value = 765). Red value is 219 (85.94% from 255 or 80.51% from 272); Green value is 52 (20.70% from 255 or 19.12% from 272); Blue value is 1 (0.78% from 255 or 0.37% from 272); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3401 is #24CBFE. Grayscale: #606060. Windows color (decimal): -2411519 or 79067. OLE color: 79067.
HSL color Cylindrical-coordinate representation of color #DB3401: hue angle of 14.04º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB3401 is Cyan = 0, Magento = 0.76, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 52 | 1 | - |
| CMYK | 0 | 0.76 | 1.00 | 0.14 |
| HSL | 14.04º | 0.99% | 0.43% | - |
| HSV(B) | 14.04º | 1% | 0.86% | - |
| XYZ | 30.45 | 17.52 | 1.81 | - |
| YUV | 96.12 | 74.33 | 215.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 52 | 1 | 0 | 0.76 | 1.00 | 0.14 | 14.04 | 0.99 | 0.43 |
| Hex | DB | 34 | 1 | 0 | 4C | 64 | E | E | 63 | 2B |
| Octal | 333 | 64 | 1 | 0 | 114 | 144 | 16 | 16 | 143 | 53 |
| Binary | 11011011 | 110100 | 1 | 0 | 1001100 | 1100100 | 1110 | 1110 | 1100011 | 101011 |
Color Harmonies of #DB3401
Complementary color
Monochromatic Colors of #DB3401
Black with #DB3401
Text Example
Text Example
White with #DB3401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3401; }
p { color: rgb(219,52,1); }
H1.HeaderClassName
{
color: #DB3401;
}
.AnyTagClassName
{
color: #DB3401;
}
</style>
background-color css
<style>
a { background-color: #DB3401; }
a { background-color: rgb(219,52,1); }
div.DivClassName
{
background-color: #DB3401;
}
.BgClassName
{
background-color: #DB3401;
}
</style>
border-color css
<style>
span { border-color: #DB3401; }
span { border-color: rgb(219,52,1); }
td.TdClassName
{
border-color: #DB3401;
}
.TagClassName
{
border-color: #DB3401;
}
</style>