Html Css Color HEX #DB2F09 Harley Davidson Orange
📋 copy color: '#DB2F09'red 219 ◦ green 47 ◦ blue 9
Shades of Harley Davidson Orange #DB2F09
Tints of Harley Davidson Orange #DB2F09
RGB
CMYK
RGB Variations
Color information
#DB2F09 (or 0xDB2F09) is known color: Harley Davidson Orange. HEX triplet: DB, 2F and 09. RGB value is (219,47,9). Sum of RGB (Red+Green+Blue) = 219+47+9=275 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.64% from 275); Green value is 47 (18.75% from 255 or 17.09% from 275); Blue value is 9 (3.91% from 255 or 3.27% from 275); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2F09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2F09 is #24D0F6. Grayscale: #5E5E5E. Windows color (decimal): -2412791 or 602075. OLE color: 602075.
HSL color Cylindrical-coordinate representation of color #DB2F09: hue angle of 10.86º 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 #DB2F09 is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 47 | 9 | - |
| CMYK | 0 | 0.79 | 0.96 | 0.14 |
| HSL | 10.86º | 0.92% | 0.45% | - |
| HSV(B) | 10.86º | 0.96% | 0.86% | - |
| XYZ | 30.28 | 17.11 | 1.97 | - |
| YUV | 94.1 | 79.98 | 217.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 47 | 9 | 0 | 0.79 | 0.96 | 0.14 | 10.86 | 0.92 | 0.45 |
| Hex | DB | 2F | 9 | 0 | 4F | 60 | E | B | 5C | 2D |
| Octal | 333 | 57 | 11 | 0 | 117 | 140 | 16 | 13 | 134 | 55 |
| Binary | 11011011 | 101111 | 1001 | 0 | 1001111 | 1100000 | 1110 | 1011 | 1011100 | 101101 |
Color Harmonies of #DB2F09
Complementary color
Monochromatic Colors of #DB2F09
Black with #DB2F09
Text Example
Text Example
White with #DB2F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2F09; }
p { color: rgb(219,47,9); }
H1.HeaderClassName
{
color: #DB2F09;
}
.AnyTagClassName
{
color: #DB2F09;
}
</style>
background-color css
<style>
a { background-color: #DB2F09; }
a { background-color: rgb(219,47,9); }
div.DivClassName
{
background-color: #DB2F09;
}
.BgClassName
{
background-color: #DB2F09;
}
</style>
border-color css
<style>
span { border-color: #DB2F09; }
span { border-color: rgb(219,47,9); }
td.TdClassName
{
border-color: #DB2F09;
}
.TagClassName
{
border-color: #DB2F09;
}
</style>