Html Css Color HEX #DB2B03 Harley Davidson Orange
📋 copy color: '#DB2B03'red 219 ◦ green 43 ◦ blue 3
Shades of Harley Davidson Orange #DB2B03
Tints of Harley Davidson Orange #DB2B03
RGB
CMYK
RGB Variations
Color information
#DB2B03 (or 0xDB2B03) is known color: Harley Davidson Orange. HEX triplet: DB, 2B and 03. RGB value is (219,43,3). Sum of RGB (Red+Green+Blue) = 219+43+3=265 (35% of max value = 765). Red value is 219 (85.94% from 255 or 82.64% from 265); Green value is 43 (17.19% from 255 or 16.23% from 265); Blue value is 3 (1.56% from 255 or 1.13% from 265); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2B03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2B03 is #24D4FC. Grayscale: #5B5B5B. Windows color (decimal): -2413821 or 207835. OLE color: 207835.
HSL color Cylindrical-coordinate representation of color #DB2B03: hue angle of 11.11º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB2B03 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 43 | 3 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.14 |
| HSL | 11.11º | 0.97% | 0.44% | - |
| HSV(B) | 11.11º | 0.99% | 0.86% | - |
| XYZ | 30.09 | 16.79 | 1.74 | - |
| YUV | 91.06 | 78.31 | 219.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 43 | 3 | 0 | 0.80 | 0.99 | 0.14 | 11.11 | 0.97 | 0.44 |
| Hex | DB | 2B | 3 | 0 | 50 | 63 | E | B | 61 | 2C |
| Octal | 333 | 53 | 3 | 0 | 120 | 143 | 16 | 13 | 141 | 54 |
| Binary | 11011011 | 101011 | 11 | 0 | 1010000 | 1100011 | 1110 | 1011 | 1100001 | 101100 |
Color Harmonies of #DB2B03
Complementary color
Monochromatic Colors of #DB2B03
Black with #DB2B03
Text Example
Text Example
White with #DB2B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2B03; }
p { color: rgb(219,43,3); }
H1.HeaderClassName
{
color: #DB2B03;
}
.AnyTagClassName
{
color: #DB2B03;
}
</style>
background-color css
<style>
a { background-color: #DB2B03; }
a { background-color: rgb(219,43,3); }
div.DivClassName
{
background-color: #DB2B03;
}
.BgClassName
{
background-color: #DB2B03;
}
</style>
border-color css
<style>
span { border-color: #DB2B03; }
span { border-color: rgb(219,43,3); }
td.TdClassName
{
border-color: #DB2B03;
}
.TagClassName
{
border-color: #DB2B03;
}
</style>