Html Css Color HEX #DB1903 Harley Davidson Orange
📋 copy color: '#DB1903'red 219 ◦ green 25 ◦ blue 3
Shades of Harley Davidson Orange #DB1903
Tints of Harley Davidson Orange #DB1903
RGB
CMYK
RGB Variations
Color information
#DB1903 (or 0xDB1903) is known color: Harley Davidson Orange. HEX triplet: DB, 19 and 03. RGB value is (219,25,3). Sum of RGB (Red+Green+Blue) = 219+25+3=247 (32% of max value = 765). Red value is 219 (85.94% from 255 or 88.66% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 3 (1.56% from 255 or 1.21% from 247); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1903 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1903 is #24E6FC. Grayscale: #505050. Windows color (decimal): -2418429 or 203227. OLE color: 203227.
HSL color Cylindrical-coordinate representation of color #DB1903: hue angle of 6.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 #DB1903 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 25 | 3 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.14 |
| HSL | 6.11º | 0.97% | 0.44% | - |
| HSV(B) | 6.11º | 0.99% | 0.86% | - |
| XYZ | 29.58 | 15.76 | 1.57 | - |
| YUV | 80.5 | 84.27 | 226.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 3 | 0 | 0.89 | 0.99 | 0.14 | 6.11 | 0.97 | 0.44 |
| Hex | DB | 19 | 3 | 0 | 59 | 63 | E | 6 | 61 | 2C |
| Octal | 333 | 31 | 3 | 0 | 131 | 143 | 16 | 6 | 141 | 54 |
| Binary | 11011011 | 11001 | 11 | 0 | 1011001 | 1100011 | 1110 | 110 | 1100001 | 101100 |
Color Harmonies of #DB1903
Complementary color
Monochromatic Colors of #DB1903
Black with #DB1903
Text Example
Text Example
White with #DB1903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1903; }
p { color: rgb(219,25,3); }
H1.HeaderClassName
{
color: #DB1903;
}
.AnyTagClassName
{
color: #DB1903;
}
</style>
background-color css
<style>
a { background-color: #DB1903; }
a { background-color: rgb(219,25,3); }
div.DivClassName
{
background-color: #DB1903;
}
.BgClassName
{
background-color: #DB1903;
}
</style>
border-color css
<style>
span { border-color: #DB1903; }
span { border-color: rgb(219,25,3); }
td.TdClassName
{
border-color: #DB1903;
}
.TagClassName
{
border-color: #DB1903;
}
</style>