Html Css Color HEX #DB2412 Harley Davidson Orange
📋 copy color: '#DB2412'red 219 ◦ green 36 ◦ blue 18
Shades of Harley Davidson Orange #DB2412
Tints of Harley Davidson Orange #DB2412
RGB
CMYK
RGB Variations
Color information
#DB2412 (or 0xDB2412) is known color: Harley Davidson Orange. HEX triplet: DB, 24 and 12. RGB value is (219,36,18). Sum of RGB (Red+Green+Blue) = 219+36+18=273 (36% of max value = 765). Red value is 219 (85.94% from 255 or 80.22% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2412 is #24DBED. Grayscale: #585858. Windows color (decimal): -2415598 or 1189083. OLE color: 1189083.
HSL color Cylindrical-coordinate representation of color #DB2412: hue angle of 5.37º 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 #DB2412 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 36 | 18 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.14 |
| HSL | 5.37º | 0.85% | 0.46% | - |
| HSV(B) | 5.37º | 0.92% | 0.86% | - |
| XYZ | 29.95 | 16.37 | 2.15 | - |
| YUV | 88.67 | 88.13 | 220.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 36 | 18 | 0 | 0.84 | 0.92 | 0.14 | 5.37 | 0.85 | 0.46 |
| Hex | DB | 24 | 12 | 0 | 54 | 5C | E | 5 | 55 | 2E |
| Octal | 333 | 44 | 22 | 0 | 124 | 134 | 16 | 5 | 125 | 56 |
| Binary | 11011011 | 100100 | 10010 | 0 | 1010100 | 1011100 | 1110 | 101 | 1010101 | 101110 |
Color Harmonies of #DB2412
Complementary color
Monochromatic Colors of #DB2412
Black with #DB2412
Text Example
Text Example
White with #DB2412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2412; }
p { color: rgb(219,36,18); }
H1.HeaderClassName
{
color: #DB2412;
}
.AnyTagClassName
{
color: #DB2412;
}
</style>
background-color css
<style>
a { background-color: #DB2412; }
a { background-color: rgb(219,36,18); }
div.DivClassName
{
background-color: #DB2412;
}
.BgClassName
{
background-color: #DB2412;
}
</style>
border-color css
<style>
span { border-color: #DB2412; }
span { border-color: rgb(219,36,18); }
td.TdClassName
{
border-color: #DB2412;
}
.TagClassName
{
border-color: #DB2412;
}
</style>