Html Css Color HEX #DB3413 Harley Davidson Orange
📋 copy color: '#DB3413'red 219 ◦ green 52 ◦ blue 19
Shades of Harley Davidson Orange #DB3413
Tints of Harley Davidson Orange #DB3413
RGB
CMYK
RGB Variations
Color information
#DB3413 (or 0xDB3413) is known color: Harley Davidson Orange. HEX triplet: DB, 34 and 13. RGB value is (219,52,19). Sum of RGB (Red+Green+Blue) = 219+52+19=290 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.52% from 290); Green value is 52 (20.70% from 255 or 17.93% from 290); Blue value is 19 (7.81% from 255 or 6.55% from 290); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3413 is #24CBEC. Grayscale: #626262. Windows color (decimal): -2411501 or 1258715. OLE color: 1258715.
HSL color Cylindrical-coordinate representation of color #DB3413: hue angle of 9.9º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB3413 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 52 | 19 | - |
| CMYK | 0 | 0.76 | 0.91 | 0.14 |
| HSL | 9.9º | 0.84% | 0.47% | - |
| HSV(B) | 9.9º | 0.91% | 0.86% | - |
| XYZ | 30.56 | 17.56 | 2.4 | - |
| YUV | 98.17 | 83.33 | 214.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 52 | 19 | 0 | 0.76 | 0.91 | 0.14 | 9.9 | 0.84 | 0.47 |
| Hex | DB | 34 | 13 | 0 | 4C | 5B | E | A | 54 | 2F |
| Octal | 333 | 64 | 23 | 0 | 114 | 133 | 16 | 12 | 124 | 57 |
| Binary | 11011011 | 110100 | 10011 | 0 | 1001100 | 1011011 | 1110 | 1010 | 1010100 | 101111 |
Color Harmonies of #DB3413
Complementary color
Monochromatic Colors of #DB3413
Black with #DB3413
Text Example
Text Example
White with #DB3413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3413; }
p { color: rgb(219,52,19); }
H1.HeaderClassName
{
color: #DB3413;
}
.AnyTagClassName
{
color: #DB3413;
}
</style>
background-color css
<style>
a { background-color: #DB3413; }
a { background-color: rgb(219,52,19); }
div.DivClassName
{
background-color: #DB3413;
}
.BgClassName
{
background-color: #DB3413;
}
</style>
border-color css
<style>
span { border-color: #DB3413; }
span { border-color: rgb(219,52,19); }
td.TdClassName
{
border-color: #DB3413;
}
.TagClassName
{
border-color: #DB3413;
}
</style>