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