Html Css Color HEX #DB340A Harley Davidson Orange
📋 copy color: '#DB340A'red 219 ◦ green 52 ◦ blue 10
Shades of Harley Davidson Orange #DB340A
Tints of Harley Davidson Orange #DB340A
RGB
CMYK
RGB Variations
Color information
#DB340A (or 0xDB340A) is known color: Harley Davidson Orange. HEX triplet: DB, 34 and 0A. RGB value is (219,52,10). Sum of RGB (Red+Green+Blue) = 219+52+10=281 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.94% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 10 (4.30% from 255 or 3.56% from 281); Max value from RGB is 219 - color contains mainly: red. Hex color #DB340A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB340A is #24CBF5. Grayscale: #616161. Windows color (decimal): -2411510 or 668891. OLE color: 668891.
HSL color Cylindrical-coordinate representation of color #DB340A: hue angle of 12.06º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB340A is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 52 | 10 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.14 |
| HSL | 12.06º | 0.91% | 0.45% | - |
| HSV(B) | 12.06º | 0.95% | 0.86% | - |
| XYZ | 30.5 | 17.54 | 2.06 | - |
| YUV | 97.15 | 78.83 | 214.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 52 | 10 | 0 | 0.76 | 0.95 | 0.14 | 12.06 | 0.91 | 0.45 |
| Hex | DB | 34 | A | 0 | 4C | 5F | E | C | 5B | 2D |
| Octal | 333 | 64 | 12 | 0 | 114 | 137 | 16 | 14 | 133 | 55 |
| Binary | 11011011 | 110100 | 1010 | 0 | 1001100 | 1011111 | 1110 | 1100 | 1011011 | 101101 |
Color Harmonies of #DB340A
Complementary color
Monochromatic Colors of #DB340A
Black with #DB340A
Text Example
Text Example
White with #DB340A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB340A; }
p { color: rgb(219,52,10); }
H1.HeaderClassName
{
color: #DB340A;
}
.AnyTagClassName
{
color: #DB340A;
}
</style>
background-color css
<style>
a { background-color: #DB340A; }
a { background-color: rgb(219,52,10); }
div.DivClassName
{
background-color: #DB340A;
}
.BgClassName
{
background-color: #DB340A;
}
</style>
border-color css
<style>
span { border-color: #DB340A; }
span { border-color: rgb(219,52,10); }
td.TdClassName
{
border-color: #DB340A;
}
.TagClassName
{
border-color: #DB340A;
}
</style>