Html Css Color HEX #DB2712 Harley Davidson Orange
📋 copy color: '#DB2712'red 219 ◦ green 39 ◦ blue 18
Shades of Harley Davidson Orange #DB2712
Tints of Harley Davidson Orange #DB2712
RGB
CMYK
RGB Variations
Color information
#DB2712 (or 0xDB2712) is known color: Harley Davidson Orange. HEX triplet: DB, 27 and 12. RGB value is (219,39,18). Sum of RGB (Red+Green+Blue) = 219+39+18=276 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.35% from 276); Green value is 39 (15.62% from 255 or 14.13% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2712 is #24D8ED. Grayscale: #5A5A5A. Windows color (decimal): -2414830 or 1189851. OLE color: 1189851.
HSL color Cylindrical-coordinate representation of color #DB2712: hue angle of 6.27º 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 #DB2712 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 39 | 18 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.14 |
| HSL | 6.27º | 0.85% | 0.46% | - |
| HSV(B) | 6.27º | 0.92% | 0.86% | - |
| XYZ | 30.05 | 16.55 | 2.18 | - |
| YUV | 90.43 | 87.13 | 219.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 39 | 18 | 0 | 0.82 | 0.92 | 0.14 | 6.27 | 0.85 | 0.46 |
| Hex | DB | 27 | 12 | 0 | 52 | 5C | E | 6 | 55 | 2E |
| Octal | 333 | 47 | 22 | 0 | 122 | 134 | 16 | 6 | 125 | 56 |
| Binary | 11011011 | 100111 | 10010 | 0 | 1010010 | 1011100 | 1110 | 110 | 1010101 | 101110 |
Color Harmonies of #DB2712
Complementary color
Monochromatic Colors of #DB2712
Black with #DB2712
Text Example
Text Example
White with #DB2712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2712; }
p { color: rgb(219,39,18); }
H1.HeaderClassName
{
color: #DB2712;
}
.AnyTagClassName
{
color: #DB2712;
}
</style>
background-color css
<style>
a { background-color: #DB2712; }
a { background-color: rgb(219,39,18); }
div.DivClassName
{
background-color: #DB2712;
}
.BgClassName
{
background-color: #DB2712;
}
</style>
border-color css
<style>
span { border-color: #DB2712; }
span { border-color: rgb(219,39,18); }
td.TdClassName
{
border-color: #DB2712;
}
.TagClassName
{
border-color: #DB2712;
}
</style>