Html Css Color HEX #DB2B05 Harley Davidson Orange
📋 copy color: '#DB2B05'red 219 ◦ green 43 ◦ blue 5
Shades of Harley Davidson Orange #DB2B05
Tints of Harley Davidson Orange #DB2B05
RGB
CMYK
RGB Variations
Color information
#DB2B05 (or 0xDB2B05) is known color: Harley Davidson Orange. HEX triplet: DB, 2B and 05. RGB value is (219,43,5). Sum of RGB (Red+Green+Blue) = 219+43+5=267 (35% of max value = 765). Red value is 219 (85.94% from 255 or 82.02% from 267); Green value is 43 (17.19% from 255 or 16.10% from 267); Blue value is 5 (2.34% from 255 or 1.87% from 267); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2B05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2B05 is #24D4FA. Grayscale: #5B5B5B. Windows color (decimal): -2413819 or 338907. OLE color: 338907.
HSL color Cylindrical-coordinate representation of color #DB2B05: hue angle of 10.65º 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 #DB2B05 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 43 | 5 | - |
| CMYK | 0 | 0.80 | 0.98 | 0.14 |
| HSL | 10.65º | 0.96% | 0.44% | - |
| HSV(B) | 10.65º | 0.98% | 0.86% | - |
| XYZ | 30.1 | 16.8 | 1.8 | - |
| YUV | 91.29 | 79.31 | 219.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 43 | 5 | 0 | 0.80 | 0.98 | 0.14 | 10.65 | 0.96 | 0.44 |
| Hex | DB | 2B | 5 | 0 | 50 | 62 | E | B | 60 | 2C |
| Octal | 333 | 53 | 5 | 0 | 120 | 142 | 16 | 13 | 140 | 54 |
| Binary | 11011011 | 101011 | 101 | 0 | 1010000 | 1100010 | 1110 | 1011 | 1100000 | 101100 |
Color Harmonies of #DB2B05
Complementary color
Monochromatic Colors of #DB2B05
Black with #DB2B05
Text Example
Text Example
White with #DB2B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2B05; }
p { color: rgb(219,43,5); }
H1.HeaderClassName
{
color: #DB2B05;
}
.AnyTagClassName
{
color: #DB2B05;
}
</style>
background-color css
<style>
a { background-color: #DB2B05; }
a { background-color: rgb(219,43,5); }
div.DivClassName
{
background-color: #DB2B05;
}
.BgClassName
{
background-color: #DB2B05;
}
</style>
border-color css
<style>
span { border-color: #DB2B05; }
span { border-color: rgb(219,43,5); }
td.TdClassName
{
border-color: #DB2B05;
}
.TagClassName
{
border-color: #DB2B05;
}
</style>