Html Css Color HEX #DB2912 Harley Davidson Orange
📋 copy color: '#DB2912'red 219 ◦ green 41 ◦ blue 18
Shades of Harley Davidson Orange #DB2912
Tints of Harley Davidson Orange #DB2912
RGB
CMYK
RGB Variations
Color information
#DB2912 (or 0xDB2912) is known color: Harley Davidson Orange. HEX triplet: DB, 29 and 12. RGB value is (219,41,18). Sum of RGB (Red+Green+Blue) = 219+41+18=278 (36% of max value = 765). Red value is 219 (85.94% from 255 or 78.78% from 278); Green value is 41 (16.41% from 255 or 14.75% from 278); Blue value is 18 (7.42% from 255 or 6.47% from 278); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2912 is #24D6ED. Grayscale: #5B5B5B. Windows color (decimal): -2414318 or 1190363. OLE color: 1190363.
HSL color Cylindrical-coordinate representation of color #DB2912: hue angle of 6.87º 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 #DB2912 is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 41 | 18 | - |
| CMYK | 0 | 0.81 | 0.92 | 0.14 |
| HSL | 6.87º | 0.85% | 0.46% | - |
| HSV(B) | 6.87º | 0.92% | 0.86% | - |
| XYZ | 30.12 | 16.69 | 2.21 | - |
| YUV | 91.6 | 86.47 | 218.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 18 | 0 | 0.81 | 0.92 | 0.14 | 6.87 | 0.85 | 0.46 |
| Hex | DB | 29 | 12 | 0 | 51 | 5C | E | 7 | 55 | 2E |
| Octal | 333 | 51 | 22 | 0 | 121 | 134 | 16 | 7 | 125 | 56 |
| Binary | 11011011 | 101001 | 10010 | 0 | 1010001 | 1011100 | 1110 | 111 | 1010101 | 101110 |
Color Harmonies of #DB2912
Complementary color
Monochromatic Colors of #DB2912
Black with #DB2912
Text Example
Text Example
White with #DB2912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2912; }
p { color: rgb(219,41,18); }
H1.HeaderClassName
{
color: #DB2912;
}
.AnyTagClassName
{
color: #DB2912;
}
</style>
background-color css
<style>
a { background-color: #DB2912; }
a { background-color: rgb(219,41,18); }
div.DivClassName
{
background-color: #DB2912;
}
.BgClassName
{
background-color: #DB2912;
}
</style>
border-color css
<style>
span { border-color: #DB2912; }
span { border-color: rgb(219,41,18); }
td.TdClassName
{
border-color: #DB2912;
}
.TagClassName
{
border-color: #DB2912;
}
</style>