Html Css Color HEX #DB2F06 Harley Davidson Orange
📋 copy color: '#DB2F06'red 219 ◦ green 47 ◦ blue 6
Shades of Harley Davidson Orange #DB2F06
Tints of Harley Davidson Orange #DB2F06
RGB
CMYK
RGB Variations
Color information
#DB2F06 (or 0xDB2F06) is known color: Harley Davidson Orange. HEX triplet: DB, 2F and 06. RGB value is (219,47,6). Sum of RGB (Red+Green+Blue) = 219+47+6=272 (36% of max value = 765). Red value is 219 (85.94% from 255 or 80.51% from 272); Green value is 47 (18.75% from 255 or 17.28% from 272); Blue value is 6 (2.73% from 255 or 2.21% from 272); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2F06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2F06 is #24D0F9. Grayscale: #5E5E5E. Windows color (decimal): -2412794 or 405467. OLE color: 405467.
HSL color Cylindrical-coordinate representation of color #DB2F06: hue angle of 11.55º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB2F06 is Cyan = 0, Magento = 0.79, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 47 | 6 | - |
| CMYK | 0 | 0.79 | 0.97 | 0.14 |
| HSL | 11.55º | 0.95% | 0.44% | - |
| HSV(B) | 11.55º | 0.97% | 0.86% | - |
| XYZ | 30.26 | 17.11 | 1.88 | - |
| YUV | 93.75 | 78.48 | 217.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 47 | 6 | 0 | 0.79 | 0.97 | 0.14 | 11.55 | 0.95 | 0.44 |
| Hex | DB | 2F | 6 | 0 | 4F | 61 | E | C | 5F | 2C |
| Octal | 333 | 57 | 6 | 0 | 117 | 141 | 16 | 14 | 137 | 54 |
| Binary | 11011011 | 101111 | 110 | 0 | 1001111 | 1100001 | 1110 | 1100 | 1011111 | 101100 |
Color Harmonies of #DB2F06
Complementary color
Monochromatic Colors of #DB2F06
Black with #DB2F06
Text Example
Text Example
White with #DB2F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2F06; }
p { color: rgb(219,47,6); }
H1.HeaderClassName
{
color: #DB2F06;
}
.AnyTagClassName
{
color: #DB2F06;
}
</style>
background-color css
<style>
a { background-color: #DB2F06; }
a { background-color: rgb(219,47,6); }
div.DivClassName
{
background-color: #DB2F06;
}
.BgClassName
{
background-color: #DB2F06;
}
</style>
border-color css
<style>
span { border-color: #DB2F06; }
span { border-color: rgb(219,47,6); }
td.TdClassName
{
border-color: #DB2F06;
}
.TagClassName
{
border-color: #DB2F06;
}
</style>