Html Css Color HEX #DB2A05 Harley Davidson Orange
📋 copy color: '#DB2A05'red 219 ◦ green 42 ◦ blue 5
Shades of Harley Davidson Orange #DB2A05
Tints of Harley Davidson Orange #DB2A05
RGB
CMYK
RGB Variations
Color information
#DB2A05 (or 0xDB2A05) is known color: Harley Davidson Orange. HEX triplet: DB, 2A and 05. RGB value is (219,42,5). Sum of RGB (Red+Green+Blue) = 219+42+5=266 (35% of max value = 765). Red value is 219 (85.94% from 255 or 82.33% from 266); Green value is 42 (16.80% from 255 or 15.79% from 266); Blue value is 5 (2.34% from 255 or 1.88% from 266); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2A05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2A05 is #24D5FA. Grayscale: #5B5B5B. Windows color (decimal): -2414075 or 338651. OLE color: 338651.
HSL color Cylindrical-coordinate representation of color #DB2A05: hue angle of 10.37º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB2A05 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 42 | 5 | - |
| CMYK | 0 | 0.81 | 0.98 | 0.14 |
| HSL | 10.37º | 0.96% | 0.44% | - |
| HSV(B) | 10.37º | 0.98% | 0.86% | - |
| XYZ | 30.07 | 16.73 | 1.79 | - |
| YUV | 90.71 | 79.64 | 219.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 5 | 0 | 0.81 | 0.98 | 0.14 | 10.37 | 0.96 | 0.44 |
| Hex | DB | 2A | 5 | 0 | 51 | 62 | E | A | 60 | 2C |
| Octal | 333 | 52 | 5 | 0 | 121 | 142 | 16 | 12 | 140 | 54 |
| Binary | 11011011 | 101010 | 101 | 0 | 1010001 | 1100010 | 1110 | 1010 | 1100000 | 101100 |
Color Harmonies of #DB2A05
Complementary color
Monochromatic Colors of #DB2A05
Black with #DB2A05
Text Example
Text Example
White with #DB2A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2A05; }
p { color: rgb(219,42,5); }
H1.HeaderClassName
{
color: #DB2A05;
}
.AnyTagClassName
{
color: #DB2A05;
}
</style>
background-color css
<style>
a { background-color: #DB2A05; }
a { background-color: rgb(219,42,5); }
div.DivClassName
{
background-color: #DB2A05;
}
.BgClassName
{
background-color: #DB2A05;
}
</style>
border-color css
<style>
span { border-color: #DB2A05; }
span { border-color: rgb(219,42,5); }
td.TdClassName
{
border-color: #DB2A05;
}
.TagClassName
{
border-color: #DB2A05;
}
</style>