Html Css Color HEX #DB2F15 Harley Davidson Orange
📋 copy color: '#DB2F15'red 219 ◦ green 47 ◦ blue 21
Shades of Harley Davidson Orange #DB2F15
Tints of Harley Davidson Orange #DB2F15
RGB
CMYK
RGB Variations
Color information
#DB2F15 (or 0xDB2F15) is known color: Harley Davidson Orange. HEX triplet: DB, 2F and 15. RGB value is (219,47,21). Sum of RGB (Red+Green+Blue) = 219+47+21=287 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.31% from 287); Green value is 47 (18.75% from 255 or 16.38% from 287); Blue value is 21 (8.59% from 255 or 7.32% from 287); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2F15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2F15 is #24D0EA. Grayscale: #5F5F5F. Windows color (decimal): -2412779 or 1388507. OLE color: 1388507.
HSL color Cylindrical-coordinate representation of color #DB2F15: hue angle of 7.88º 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 #DB2F15 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 47 | 21 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.14 |
| HSL | 7.88º | 0.83% | 0.47% | - |
| HSV(B) | 7.88º | 0.9% | 0.86% | - |
| XYZ | 30.37 | 17.15 | 2.42 | - |
| YUV | 95.46 | 85.98 | 216.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 47 | 21 | 0 | 0.79 | 0.90 | 0.14 | 7.88 | 0.83 | 0.47 |
| Hex | DB | 2F | 15 | 0 | 4F | 5A | E | 8 | 52 | 2F |
| Octal | 333 | 57 | 25 | 0 | 117 | 132 | 16 | 10 | 122 | 57 |
| Binary | 11011011 | 101111 | 10101 | 0 | 1001111 | 1011010 | 1110 | 1000 | 1010010 | 101111 |
Color Harmonies of #DB2F15
Complementary color
Monochromatic Colors of #DB2F15
Black with #DB2F15
Text Example
Text Example
White with #DB2F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2F15; }
p { color: rgb(219,47,21); }
H1.HeaderClassName
{
color: #DB2F15;
}
.AnyTagClassName
{
color: #DB2F15;
}
</style>
background-color css
<style>
a { background-color: #DB2F15; }
a { background-color: rgb(219,47,21); }
div.DivClassName
{
background-color: #DB2F15;
}
.BgClassName
{
background-color: #DB2F15;
}
</style>
border-color css
<style>
span { border-color: #DB2F15; }
span { border-color: rgb(219,47,21); }
td.TdClassName
{
border-color: #DB2F15;
}
.TagClassName
{
border-color: #DB2F15;
}
</style>