Html Css Color HEX #DB2903 Harley Davidson Orange
📋 copy color: '#DB2903'red 219 ◦ green 41 ◦ blue 3
Shades of Harley Davidson Orange #DB2903
Tints of Harley Davidson Orange #DB2903
RGB
CMYK
RGB Variations
Color information
#DB2903 (or 0xDB2903) is known color: Harley Davidson Orange. HEX triplet: DB, 29 and 03. RGB value is (219,41,3). Sum of RGB (Red+Green+Blue) = 219+41+3=263 (34% of max value = 765). Red value is 219 (85.94% from 255 or 83.27% from 263); Green value is 41 (16.41% from 255 or 15.59% from 263); Blue value is 3 (1.56% from 255 or 1.14% from 263); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2903 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2903 is #24D6FC. Grayscale: #5A5A5A. Windows color (decimal): -2414333 or 207323. OLE color: 207323.
HSL color Cylindrical-coordinate representation of color #DB2903: hue angle of 10.56º 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 #DB2903 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 41 | 3 | - |
| CMYK | 0 | 0.81 | 0.99 | 0.14 |
| HSL | 10.56º | 0.97% | 0.44% | - |
| HSV(B) | 10.56º | 0.99% | 0.86% | - |
| XYZ | 30.02 | 16.65 | 1.72 | - |
| YUV | 89.89 | 78.97 | 220.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 3 | 0 | 0.81 | 0.99 | 0.14 | 10.56 | 0.97 | 0.44 |
| Hex | DB | 29 | 3 | 0 | 51 | 63 | E | B | 61 | 2C |
| Octal | 333 | 51 | 3 | 0 | 121 | 143 | 16 | 13 | 141 | 54 |
| Binary | 11011011 | 101001 | 11 | 0 | 1010001 | 1100011 | 1110 | 1011 | 1100001 | 101100 |
Color Harmonies of #DB2903
Complementary color
Monochromatic Colors of #DB2903
Black with #DB2903
Text Example
Text Example
White with #DB2903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2903; }
p { color: rgb(219,41,3); }
H1.HeaderClassName
{
color: #DB2903;
}
.AnyTagClassName
{
color: #DB2903;
}
</style>
background-color css
<style>
a { background-color: #DB2903; }
a { background-color: rgb(219,41,3); }
div.DivClassName
{
background-color: #DB2903;
}
.BgClassName
{
background-color: #DB2903;
}
</style>
border-color css
<style>
span { border-color: #DB2903; }
span { border-color: rgb(219,41,3); }
td.TdClassName
{
border-color: #DB2903;
}
.TagClassName
{
border-color: #DB2903;
}
</style>