Html Css Color HEX #DB2C15 Harley Davidson Orange
📋 copy color: '#DB2C15'red 219 ◦ green 44 ◦ blue 21
Shades of Harley Davidson Orange #DB2C15
Tints of Harley Davidson Orange #DB2C15
RGB
CMYK
RGB Variations
Color information
#DB2C15 (or 0xDB2C15) is known color: Harley Davidson Orange. HEX triplet: DB, 2C and 15. RGB value is (219,44,21). Sum of RGB (Red+Green+Blue) = 219+44+21=284 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.11% from 284); Green value is 44 (17.58% from 255 or 15.49% from 284); Blue value is 21 (8.59% from 255 or 7.39% from 284); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2C15 is #24D3EA. Grayscale: #5D5D5D. Windows color (decimal): -2413547 or 1387739. OLE color: 1387739.
HSL color Cylindrical-coordinate representation of color #DB2C15: hue angle of 6.97º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB2C15 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 44 | 21 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.14 |
| HSL | 6.97º | 0.83% | 0.47% | - |
| HSV(B) | 6.97º | 0.9% | 0.86% | - |
| XYZ | 30.25 | 16.92 | 2.38 | - |
| YUV | 93.7 | 86.98 | 217.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 44 | 21 | 0 | 0.80 | 0.90 | 0.14 | 6.97 | 0.83 | 0.47 |
| Hex | DB | 2C | 15 | 0 | 50 | 5A | E | 7 | 52 | 2F |
| Octal | 333 | 54 | 25 | 0 | 120 | 132 | 16 | 7 | 122 | 57 |
| Binary | 11011011 | 101100 | 10101 | 0 | 1010000 | 1011010 | 1110 | 111 | 1010010 | 101111 |
Color Harmonies of #DB2C15
Complementary color
Monochromatic Colors of #DB2C15
Black with #DB2C15
Text Example
Text Example
White with #DB2C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2C15; }
p { color: rgb(219,44,21); }
H1.HeaderClassName
{
color: #DB2C15;
}
.AnyTagClassName
{
color: #DB2C15;
}
</style>
background-color css
<style>
a { background-color: #DB2C15; }
a { background-color: rgb(219,44,21); }
div.DivClassName
{
background-color: #DB2C15;
}
.BgClassName
{
background-color: #DB2C15;
}
</style>
border-color css
<style>
span { border-color: #DB2C15; }
span { border-color: rgb(219,44,21); }
td.TdClassName
{
border-color: #DB2C15;
}
.TagClassName
{
border-color: #DB2C15;
}
</style>