Html Css Color HEX #DB200B Harley Davidson Orange
📋 copy color: '#DB200B'red 219 ◦ green 32 ◦ blue 11
Shades of Harley Davidson Orange #DB200B
Tints of Harley Davidson Orange #DB200B
RGB
CMYK
RGB Variations
Color information
#DB200B (or 0xDB200B) is known color: Harley Davidson Orange. HEX triplet: DB, 20 and 0B. RGB value is (219,32,11). Sum of RGB (Red+Green+Blue) = 219+32+11=262 (34% of max value = 765). Red value is 219 (85.94% from 255 or 83.59% from 262); Green value is 32 (12.89% from 255 or 12.21% from 262); Blue value is 11 (4.69% from 255 or 4.20% from 262); Max value from RGB is 219 - color contains mainly: red. Hex color #DB200B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB200B is #24DFF4. Grayscale: #555555. Windows color (decimal): -2416629 or 729307. OLE color: 729307.
HSL color Cylindrical-coordinate representation of color #DB200B: hue angle of 6.06º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB200B is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 11 | - |
| CMYK | 0 | 0.85 | 0.95 | 0.14 |
| HSL | 6.06º | 0.9% | 0.45% | - |
| HSV(B) | 6.06º | 0.95% | 0.86% | - |
| XYZ | 29.79 | 16.12 | 1.86 | - |
| YUV | 85.52 | 85.95 | 223.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 11 | 0 | 0.85 | 0.95 | 0.14 | 6.06 | 0.9 | 0.45 |
| Hex | DB | 20 | B | 0 | 55 | 5F | E | 6 | 5A | 2D |
| Octal | 333 | 40 | 13 | 0 | 125 | 137 | 16 | 6 | 132 | 55 |
| Binary | 11011011 | 100000 | 1011 | 0 | 1010101 | 1011111 | 1110 | 110 | 1011010 | 101101 |
Color Harmonies of #DB200B
Complementary color
Monochromatic Colors of #DB200B
Black with #DB200B
Text Example
Text Example
White with #DB200B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB200B; }
p { color: rgb(219,32,11); }
H1.HeaderClassName
{
color: #DB200B;
}
.AnyTagClassName
{
color: #DB200B;
}
</style>
background-color css
<style>
a { background-color: #DB200B; }
a { background-color: rgb(219,32,11); }
div.DivClassName
{
background-color: #DB200B;
}
.BgClassName
{
background-color: #DB200B;
}
</style>
border-color css
<style>
span { border-color: #DB200B; }
span { border-color: rgb(219,32,11); }
td.TdClassName
{
border-color: #DB200B;
}
.TagClassName
{
border-color: #DB200B;
}
</style>