Html Css Color HEX #DB400B Harley Davidson Orange
📋 copy color: '#DB400B'red 219 ◦ green 64 ◦ blue 11
Shades of Harley Davidson Orange #DB400B
Tints of Harley Davidson Orange #DB400B
RGB
CMYK
RGB Variations
Color information
#DB400B (or 0xDB400B) is known color: Harley Davidson Orange. HEX triplet: DB, 40 and 0B. RGB value is (219,64,11). Sum of RGB (Red+Green+Blue) = 219+64+11=294 (38% of max value = 765). Red value is 219 (85.94% from 255 or 74.49% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 11 (4.69% from 255 or 3.74% from 294); Max value from RGB is 219 - color contains mainly: red. Hex color #DB400B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB400B is #24BFF4. Grayscale: #686868. Windows color (decimal): -2408437 or 737499. OLE color: 737499.
HSL color Cylindrical-coordinate representation of color #DB400B: hue angle of 15.29º 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 #DB400B is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 11 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.14 |
| HSL | 15.29º | 0.9% | 0.45% | - |
| HSV(B) | 15.29º | 0.95% | 0.86% | - |
| XYZ | 31.11 | 18.75 | 2.3 | - |
| YUV | 104.3 | 75.35 | 209.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 11 | 0 | 0.71 | 0.95 | 0.14 | 15.29 | 0.9 | 0.45 |
| Hex | DB | 40 | B | 0 | 47 | 5F | E | F | 5A | 2D |
| Octal | 333 | 100 | 13 | 0 | 107 | 137 | 16 | 17 | 132 | 55 |
| Binary | 11011011 | 1000000 | 1011 | 0 | 1000111 | 1011111 | 1110 | 1111 | 1011010 | 101101 |
Color Harmonies of #DB400B
Complementary color
Monochromatic Colors of #DB400B
Black with #DB400B
Text Example
Text Example
White with #DB400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB400B; }
p { color: rgb(219,64,11); }
H1.HeaderClassName
{
color: #DB400B;
}
.AnyTagClassName
{
color: #DB400B;
}
</style>
background-color css
<style>
a { background-color: #DB400B; }
a { background-color: rgb(219,64,11); }
div.DivClassName
{
background-color: #DB400B;
}
.BgClassName
{
background-color: #DB400B;
}
</style>
border-color css
<style>
span { border-color: #DB400B; }
span { border-color: rgb(219,64,11); }
td.TdClassName
{
border-color: #DB400B;
}
.TagClassName
{
border-color: #DB400B;
}
</style>