Html Css Color HEX #DB3012 Harley Davidson Orange
📋 copy color: '#DB3012'red 219 ◦ green 48 ◦ blue 18
Shades of Harley Davidson Orange #DB3012
Tints of Harley Davidson Orange #DB3012
RGB
CMYK
RGB Variations
Color information
#DB3012 (or 0xDB3012) is known color: Harley Davidson Orange. HEX triplet: DB, 30 and 12. RGB value is (219,48,18). Sum of RGB (Red+Green+Blue) = 219+48+18=285 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.84% from 285); Green value is 48 (19.14% from 255 or 16.84% from 285); Blue value is 18 (7.42% from 255 or 6.32% from 285); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3012 is #24CFED. Grayscale: #606060. Windows color (decimal): -2412526 or 1192155. OLE color: 1192155.
HSL color Cylindrical-coordinate representation of color #DB3012: hue angle of 8.96º 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 #DB3012 is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 48 | 18 | - |
| CMYK | 0 | 0.78 | 0.92 | 0.14 |
| HSL | 8.96º | 0.85% | 0.46% | - |
| HSV(B) | 8.96º | 0.92% | 0.86% | - |
| XYZ | 30.38 | 17.22 | 2.29 | - |
| YUV | 95.71 | 84.15 | 215.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 48 | 18 | 0 | 0.78 | 0.92 | 0.14 | 8.96 | 0.85 | 0.46 |
| Hex | DB | 30 | 12 | 0 | 4E | 5C | E | 9 | 55 | 2E |
| Octal | 333 | 60 | 22 | 0 | 116 | 134 | 16 | 11 | 125 | 56 |
| Binary | 11011011 | 110000 | 10010 | 0 | 1001110 | 1011100 | 1110 | 1001 | 1010101 | 101110 |
Color Harmonies of #DB3012
Complementary color
Monochromatic Colors of #DB3012
Black with #DB3012
Text Example
Text Example
White with #DB3012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3012; }
p { color: rgb(219,48,18); }
H1.HeaderClassName
{
color: #DB3012;
}
.AnyTagClassName
{
color: #DB3012;
}
</style>
background-color css
<style>
a { background-color: #DB3012; }
a { background-color: rgb(219,48,18); }
div.DivClassName
{
background-color: #DB3012;
}
.BgClassName
{
background-color: #DB3012;
}
</style>
border-color css
<style>
span { border-color: #DB3012; }
span { border-color: rgb(219,48,18); }
td.TdClassName
{
border-color: #DB3012;
}
.TagClassName
{
border-color: #DB3012;
}
</style>