Html Css Color HEX #DB300D Harley Davidson Orange
📋 copy color: '#DB300D'red 219 ◦ green 48 ◦ blue 13
Shades of Harley Davidson Orange #DB300D
Tints of Harley Davidson Orange #DB300D
RGB
CMYK
RGB Variations
Color information
#DB300D (or 0xDB300D) is known color: Harley Davidson Orange. HEX triplet: DB, 30 and 0D. RGB value is (219,48,13). Sum of RGB (Red+Green+Blue) = 219+48+13=280 (37% of max value = 765). Red value is 219 (85.94% from 255 or 78.21% from 280); Green value is 48 (19.14% from 255 or 17.14% from 280); Blue value is 13 (5.47% from 255 or 4.64% from 280); Max value from RGB is 219 - color contains mainly: red. Hex color #DB300D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB300D is #24CFF2. Grayscale: #5F5F5F. Windows color (decimal): -2412531 or 864475. OLE color: 864475.
HSL color Cylindrical-coordinate representation of color #DB300D: hue angle of 10.19º 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 #DB300D is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 48 | 13 | - |
| CMYK | 0 | 0.78 | 0.94 | 0.14 |
| HSL | 10.19º | 0.89% | 0.45% | - |
| HSV(B) | 10.19º | 0.94% | 0.86% | - |
| XYZ | 30.34 | 17.2 | 2.1 | - |
| YUV | 95.14 | 81.65 | 216.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 48 | 13 | 0 | 0.78 | 0.94 | 0.14 | 10.19 | 0.89 | 0.45 |
| Hex | DB | 30 | D | 0 | 4E | 5E | E | A | 59 | 2D |
| Octal | 333 | 60 | 15 | 0 | 116 | 136 | 16 | 12 | 131 | 55 |
| Binary | 11011011 | 110000 | 1101 | 0 | 1001110 | 1011110 | 1110 | 1010 | 1011001 | 101101 |
Color Harmonies of #DB300D
Complementary color
Monochromatic Colors of #DB300D
Black with #DB300D
Text Example
Text Example
White with #DB300D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB300D; }
p { color: rgb(219,48,13); }
H1.HeaderClassName
{
color: #DB300D;
}
.AnyTagClassName
{
color: #DB300D;
}
</style>
background-color css
<style>
a { background-color: #DB300D; }
a { background-color: rgb(219,48,13); }
div.DivClassName
{
background-color: #DB300D;
}
.BgClassName
{
background-color: #DB300D;
}
</style>
border-color css
<style>
span { border-color: #DB300D; }
span { border-color: rgb(219,48,13); }
td.TdClassName
{
border-color: #DB300D;
}
.TagClassName
{
border-color: #DB300D;
}
</style>