Html Css Color HEX #DB2512 Harley Davidson Orange
📋 copy color: '#DB2512'red 219 ◦ green 37 ◦ blue 18
Shades of Harley Davidson Orange #DB2512
Tints of Harley Davidson Orange #DB2512
RGB
CMYK
RGB Variations
Color information
#DB2512 (or 0xDB2512) is known color: Harley Davidson Orange. HEX triplet: DB, 25 and 12. RGB value is (219,37,18). Sum of RGB (Red+Green+Blue) = 219+37+18=274 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.93% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 18 (7.42% from 255 or 6.57% from 274); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2512 is #24DAED. Grayscale: #595959. Windows color (decimal): -2415342 or 1189339. OLE color: 1189339.
HSL color Cylindrical-coordinate representation of color #DB2512: hue angle of 5.67º 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 #DB2512 is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 37 | 18 | - |
| CMYK | 0 | 0.83 | 0.92 | 0.14 |
| HSL | 5.67º | 0.85% | 0.46% | - |
| HSV(B) | 5.67º | 0.92% | 0.86% | - |
| XYZ | 29.98 | 16.43 | 2.16 | - |
| YUV | 89.25 | 87.8 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 18 | 0 | 0.83 | 0.92 | 0.14 | 5.67 | 0.85 | 0.46 |
| Hex | DB | 25 | 12 | 0 | 53 | 5C | E | 6 | 55 | 2E |
| Octal | 333 | 45 | 22 | 0 | 123 | 134 | 16 | 6 | 125 | 56 |
| Binary | 11011011 | 100101 | 10010 | 0 | 1010011 | 1011100 | 1110 | 110 | 1010101 | 101110 |
Color Harmonies of #DB2512
Complementary color
Monochromatic Colors of #DB2512
Black with #DB2512
Text Example
Text Example
White with #DB2512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2512; }
p { color: rgb(219,37,18); }
H1.HeaderClassName
{
color: #DB2512;
}
.AnyTagClassName
{
color: #DB2512;
}
</style>
background-color css
<style>
a { background-color: #DB2512; }
a { background-color: rgb(219,37,18); }
div.DivClassName
{
background-color: #DB2512;
}
.BgClassName
{
background-color: #DB2512;
}
</style>
border-color css
<style>
span { border-color: #DB2512; }
span { border-color: rgb(219,37,18); }
td.TdClassName
{
border-color: #DB2512;
}
.TagClassName
{
border-color: #DB2512;
}
</style>