Html Css Color HEX #DB2003 Harley Davidson Orange
📋 copy color: '#DB2003'red 219 ◦ green 32 ◦ blue 3
Shades of Harley Davidson Orange #DB2003
Tints of Harley Davidson Orange #DB2003
RGB
CMYK
RGB Variations
Color information
#DB2003 (or 0xDB2003) is known color: Harley Davidson Orange. HEX triplet: DB, 20 and 03. RGB value is (219,32,3). Sum of RGB (Red+Green+Blue) = 219+32+3=254 (33% of max value = 765). Red value is 219 (85.94% from 255 or 86.22% from 254); Green value is 32 (12.89% from 255 or 12.60% from 254); Blue value is 3 (1.56% from 255 or 1.18% from 254); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2003 is #24DFFC. Grayscale: #545454. Windows color (decimal): -2416637 or 205019. OLE color: 205019.
HSL color Cylindrical-coordinate representation of color #DB2003: hue angle of 8.06º 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 #DB2003 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 3 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.14 |
| HSL | 8.06º | 0.97% | 0.44% | - |
| HSV(B) | 8.06º | 0.99% | 0.86% | - |
| XYZ | 29.75 | 16.1 | 1.63 | - |
| YUV | 84.61 | 81.95 | 223.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 3 | 0 | 0.85 | 0.99 | 0.14 | 8.06 | 0.97 | 0.44 |
| Hex | DB | 20 | 3 | 0 | 55 | 63 | E | 8 | 61 | 2C |
| Octal | 333 | 40 | 3 | 0 | 125 | 143 | 16 | 10 | 141 | 54 |
| Binary | 11011011 | 100000 | 11 | 0 | 1010101 | 1100011 | 1110 | 1000 | 1100001 | 101100 |
Color Harmonies of #DB2003
Complementary color
Monochromatic Colors of #DB2003
Black with #DB2003
Text Example
Text Example
White with #DB2003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2003; }
p { color: rgb(219,32,3); }
H1.HeaderClassName
{
color: #DB2003;
}
.AnyTagClassName
{
color: #DB2003;
}
</style>
background-color css
<style>
a { background-color: #DB2003; }
a { background-color: rgb(219,32,3); }
div.DivClassName
{
background-color: #DB2003;
}
.BgClassName
{
background-color: #DB2003;
}
</style>
border-color css
<style>
span { border-color: #DB2003; }
span { border-color: rgb(219,32,3); }
td.TdClassName
{
border-color: #DB2003;
}
.TagClassName
{
border-color: #DB2003;
}
</style>