Html Css Color HEX #DB3513 Harley Davidson Orange
📋 copy color: '#DB3513'red 219 ◦ green 53 ◦ blue 19
Shades of Harley Davidson Orange #DB3513
Tints of Harley Davidson Orange #DB3513
RGB
CMYK
RGB Variations
Color information
#DB3513 (or 0xDB3513) is known color: Harley Davidson Orange. HEX triplet: DB, 35 and 13. RGB value is (219,53,19). Sum of RGB (Red+Green+Blue) = 219+53+19=291 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.26% from 291); Green value is 53 (21.09% from 255 or 18.21% from 291); Blue value is 19 (7.81% from 255 or 6.53% from 291); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3513 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3513 is #24CAEC. Grayscale: #636363. Windows color (decimal): -2411245 or 1258971. OLE color: 1258971.
HSL color Cylindrical-coordinate representation of color #DB3513: hue angle of 10.2º 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 #DB3513 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 53 | 19 | - |
| CMYK | 0 | 0.76 | 0.91 | 0.14 |
| HSL | 10.2º | 0.84% | 0.47% | - |
| HSV(B) | 10.2º | 0.91% | 0.86% | - |
| XYZ | 30.6 | 17.65 | 2.41 | - |
| YUV | 98.76 | 83 | 213.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 53 | 19 | 0 | 0.76 | 0.91 | 0.14 | 10.2 | 0.84 | 0.47 |
| Hex | DB | 35 | 13 | 0 | 4C | 5B | E | A | 54 | 2F |
| Octal | 333 | 65 | 23 | 0 | 114 | 133 | 16 | 12 | 124 | 57 |
| Binary | 11011011 | 110101 | 10011 | 0 | 1001100 | 1011011 | 1110 | 1010 | 1010100 | 101111 |
Color Harmonies of #DB3513
Complementary color
Monochromatic Colors of #DB3513
Black with #DB3513
Text Example
Text Example
White with #DB3513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3513; }
p { color: rgb(219,53,19); }
H1.HeaderClassName
{
color: #DB3513;
}
.AnyTagClassName
{
color: #DB3513;
}
</style>
background-color css
<style>
a { background-color: #DB3513; }
a { background-color: rgb(219,53,19); }
div.DivClassName
{
background-color: #DB3513;
}
.BgClassName
{
background-color: #DB3513;
}
</style>
border-color css
<style>
span { border-color: #DB3513; }
span { border-color: rgb(219,53,19); }
td.TdClassName
{
border-color: #DB3513;
}
.TagClassName
{
border-color: #DB3513;
}
</style>