Html Css Color HEX #DB2E1A Harley Davidson Orange
📋 copy color: '#DB2E1A'red 219 ◦ green 46 ◦ blue 26
Shades of Harley Davidson Orange #DB2E1A
Tints of Harley Davidson Orange #DB2E1A
RGB
CMYK
RGB Variations
Color information
#DB2E1A (or 0xDB2E1A) is known color: Harley Davidson Orange. HEX triplet: DB, 2E and 1A. RGB value is (219,46,26). Sum of RGB (Red+Green+Blue) = 219+46+26=291 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.26% from 291); Green value is 46 (18.36% from 255 or 15.81% from 291); Blue value is 26 (10.55% from 255 or 8.93% from 291); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2E1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2E1A is #24D1E5. Grayscale: #5F5F5F. Windows color (decimal): -2413030 or 1715931. OLE color: 1715931.
HSL color Cylindrical-coordinate representation of color #DB2E1A: hue angle of 6.22º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB2E1A is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 46 | 26 | - |
| CMYK | 0 | 0.79 | 0.88 | 0.14 |
| HSL | 6.22º | 0.79% | 0.48% | - |
| HSV(B) | 6.22º | 0.88% | 0.86% | - |
| XYZ | 30.38 | 17.09 | 2.67 | - |
| YUV | 95.45 | 88.81 | 216.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 46 | 26 | 0 | 0.79 | 0.88 | 0.14 | 6.22 | 0.79 | 0.48 |
| Hex | DB | 2E | 1A | 0 | 4F | 58 | E | 6 | 4F | 30 |
| Octal | 333 | 56 | 32 | 0 | 117 | 130 | 16 | 6 | 117 | 60 |
| Binary | 11011011 | 101110 | 11010 | 0 | 1001111 | 1011000 | 1110 | 110 | 1001111 | 110000 |
Color Harmonies of #DB2E1A
Complementary color
Monochromatic Colors of #DB2E1A
Black with #DB2E1A
Text Example
Text Example
White with #DB2E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2E1A; }
p { color: rgb(219,46,26); }
H1.HeaderClassName
{
color: #DB2E1A;
}
.AnyTagClassName
{
color: #DB2E1A;
}
</style>
background-color css
<style>
a { background-color: #DB2E1A; }
a { background-color: rgb(219,46,26); }
div.DivClassName
{
background-color: #DB2E1A;
}
.BgClassName
{
background-color: #DB2E1A;
}
</style>
border-color css
<style>
span { border-color: #DB2E1A; }
span { border-color: rgb(219,46,26); }
td.TdClassName
{
border-color: #DB2E1A;
}
.TagClassName
{
border-color: #DB2E1A;
}
</style>