Html Css Color HEX #DB200D Harley Davidson Orange
📋 copy color: '#DB200D'red 219 ◦ green 32 ◦ blue 13
Shades of Harley Davidson Orange #DB200D
Tints of Harley Davidson Orange #DB200D
RGB
CMYK
RGB Variations
Color information
#DB200D (or 0xDB200D) is known color: Harley Davidson Orange. HEX triplet: DB, 20 and 0D. RGB value is (219,32,13). Sum of RGB (Red+Green+Blue) = 219+32+13=264 (34% of max value = 765). Red value is 219 (85.94% from 255 or 82.95% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 13 (5.47% from 255 or 4.92% from 264); Max value from RGB is 219 - color contains mainly: red. Hex color #DB200D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB200D is #24DFF2. Grayscale: #565656. Windows color (decimal): -2416627 or 860379. OLE color: 860379.
HSL color Cylindrical-coordinate representation of color #DB200D: hue angle of 5.53º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB200D is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 13 | - |
| CMYK | 0 | 0.85 | 0.94 | 0.14 |
| HSL | 5.53º | 0.89% | 0.45% | - |
| HSV(B) | 5.53º | 0.94% | 0.86% | - |
| XYZ | 29.8 | 16.12 | 1.92 | - |
| YUV | 85.75 | 86.95 | 223.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 13 | 0 | 0.85 | 0.94 | 0.14 | 5.53 | 0.89 | 0.45 |
| Hex | DB | 20 | D | 0 | 55 | 5E | E | 6 | 59 | 2D |
| Octal | 333 | 40 | 15 | 0 | 125 | 136 | 16 | 6 | 131 | 55 |
| Binary | 11011011 | 100000 | 1101 | 0 | 1010101 | 1011110 | 1110 | 110 | 1011001 | 101101 |
Color Harmonies of #DB200D
Complementary color
Monochromatic Colors of #DB200D
Black with #DB200D
Text Example
Text Example
White with #DB200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB200D; }
p { color: rgb(219,32,13); }
H1.HeaderClassName
{
color: #DB200D;
}
.AnyTagClassName
{
color: #DB200D;
}
</style>
background-color css
<style>
a { background-color: #DB200D; }
a { background-color: rgb(219,32,13); }
div.DivClassName
{
background-color: #DB200D;
}
.BgClassName
{
background-color: #DB200D;
}
</style>
border-color css
<style>
span { border-color: #DB200D; }
span { border-color: rgb(219,32,13); }
td.TdClassName
{
border-color: #DB200D;
}
.TagClassName
{
border-color: #DB200D;
}
</style>