Html Css Color HEX #DB3512 Harley Davidson Orange
📋 copy color: '#DB3512'red 219 ◦ green 53 ◦ blue 18
Shades of Harley Davidson Orange #DB3512
Tints of Harley Davidson Orange #DB3512
RGB
CMYK
RGB Variations
Color information
#DB3512 (or 0xDB3512) is known color: Harley Davidson Orange. HEX triplet: DB, 35 and 12. RGB value is (219,53,18). Sum of RGB (Red+Green+Blue) = 219+53+18=290 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.52% from 290); Green value is 53 (21.09% from 255 or 18.28% from 290); Blue value is 18 (7.42% from 255 or 6.21% from 290); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3512 is #24CAED. Grayscale: #626262. Windows color (decimal): -2411246 or 1193435. OLE color: 1193435.
HSL color Cylindrical-coordinate representation of color #DB3512: hue angle of 10.45º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB3512 is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 53 | 18 | - |
| CMYK | 0 | 0.76 | 0.92 | 0.14 |
| HSL | 10.45º | 0.85% | 0.46% | - |
| HSV(B) | 10.45º | 0.92% | 0.86% | - |
| XYZ | 30.6 | 17.65 | 2.37 | - |
| YUV | 98.64 | 82.5 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 53 | 18 | 0 | 0.76 | 0.92 | 0.14 | 10.45 | 0.85 | 0.46 |
| Hex | DB | 35 | 12 | 0 | 4C | 5C | E | A | 55 | 2E |
| Octal | 333 | 65 | 22 | 0 | 114 | 134 | 16 | 12 | 125 | 56 |
| Binary | 11011011 | 110101 | 10010 | 0 | 1001100 | 1011100 | 1110 | 1010 | 1010101 | 101110 |
Color Harmonies of #DB3512
Complementary color
Monochromatic Colors of #DB3512
Black with #DB3512
Text Example
Text Example
White with #DB3512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3512; }
p { color: rgb(219,53,18); }
H1.HeaderClassName
{
color: #DB3512;
}
.AnyTagClassName
{
color: #DB3512;
}
</style>
background-color css
<style>
a { background-color: #DB3512; }
a { background-color: rgb(219,53,18); }
div.DivClassName
{
background-color: #DB3512;
}
.BgClassName
{
background-color: #DB3512;
}
</style>
border-color css
<style>
span { border-color: #DB3512; }
span { border-color: rgb(219,53,18); }
td.TdClassName
{
border-color: #DB3512;
}
.TagClassName
{
border-color: #DB3512;
}
</style>