Html Css Color HEX #DB2D09 Harley Davidson Orange
📋 copy color: '#DB2D09'red 219 ◦ green 45 ◦ blue 9
Shades of Harley Davidson Orange #DB2D09
Tints of Harley Davidson Orange #DB2D09
RGB
CMYK
RGB Variations
Color information
#DB2D09 (or 0xDB2D09) is known color: Harley Davidson Orange. HEX triplet: DB, 2D and 09. RGB value is (219,45,9). Sum of RGB (Red+Green+Blue) = 219+45+9=273 (36% of max value = 765). Red value is 219 (85.94% from 255 or 80.22% from 273); Green value is 45 (17.97% from 255 or 16.48% from 273); Blue value is 9 (3.91% from 255 or 3.30% from 273); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2D09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2D09 is #24D2F6. Grayscale: #5D5D5D. Windows color (decimal): -2413303 or 601563. OLE color: 601563.
HSL color Cylindrical-coordinate representation of color #DB2D09: hue angle of 10.29º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB2D09 is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 45 | 9 | - |
| CMYK | 0 | 0.79 | 0.96 | 0.14 |
| HSL | 10.29º | 0.92% | 0.45% | - |
| HSV(B) | 10.29º | 0.96% | 0.86% | - |
| XYZ | 30.2 | 16.96 | 1.94 | - |
| YUV | 92.92 | 80.65 | 217.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 45 | 9 | 0 | 0.79 | 0.96 | 0.14 | 10.29 | 0.92 | 0.45 |
| Hex | DB | 2D | 9 | 0 | 4F | 60 | E | A | 5C | 2D |
| Octal | 333 | 55 | 11 | 0 | 117 | 140 | 16 | 12 | 134 | 55 |
| Binary | 11011011 | 101101 | 1001 | 0 | 1001111 | 1100000 | 1110 | 1010 | 1011100 | 101101 |
Color Harmonies of #DB2D09
Complementary color
Monochromatic Colors of #DB2D09
Black with #DB2D09
Text Example
Text Example
White with #DB2D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2D09; }
p { color: rgb(219,45,9); }
H1.HeaderClassName
{
color: #DB2D09;
}
.AnyTagClassName
{
color: #DB2D09;
}
</style>
background-color css
<style>
a { background-color: #DB2D09; }
a { background-color: rgb(219,45,9); }
div.DivClassName
{
background-color: #DB2D09;
}
.BgClassName
{
background-color: #DB2D09;
}
</style>
border-color css
<style>
span { border-color: #DB2D09; }
span { border-color: rgb(219,45,9); }
td.TdClassName
{
border-color: #DB2D09;
}
.TagClassName
{
border-color: #DB2D09;
}
</style>