Html Css Color HEX #DB2506 Harley Davidson Orange
📋 copy color: '#DB2506'red 219 ◦ green 37 ◦ blue 6
Shades of Harley Davidson Orange #DB2506
Tints of Harley Davidson Orange #DB2506
RGB
CMYK
RGB Variations
Color information
#DB2506 (or 0xDB2506) is known color: Harley Davidson Orange. HEX triplet: DB, 25 and 06. RGB value is (219,37,6). Sum of RGB (Red+Green+Blue) = 219+37+6=262 (34% of max value = 765). Red value is 219 (85.94% from 255 or 83.59% from 262); Green value is 37 (14.84% from 255 or 14.12% from 262); Blue value is 6 (2.73% from 255 or 2.29% from 262); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2506 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2506 is #24DAF9. Grayscale: #585858. Windows color (decimal): -2415354 or 402907. OLE color: 402907.
HSL color Cylindrical-coordinate representation of color #DB2506: hue angle of 8.73º 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 #DB2506 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 37 | 6 | - |
| CMYK | 0 | 0.83 | 0.97 | 0.14 |
| HSL | 8.73º | 0.95% | 0.44% | - |
| HSV(B) | 8.73º | 0.97% | 0.86% | - |
| XYZ | 29.91 | 16.4 | 1.76 | - |
| YUV | 87.88 | 81.8 | 221.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 6 | 0 | 0.83 | 0.97 | 0.14 | 8.73 | 0.95 | 0.44 |
| Hex | DB | 25 | 6 | 0 | 53 | 61 | E | 9 | 5F | 2C |
| Octal | 333 | 45 | 6 | 0 | 123 | 141 | 16 | 11 | 137 | 54 |
| Binary | 11011011 | 100101 | 110 | 0 | 1010011 | 1100001 | 1110 | 1001 | 1011111 | 101100 |
Color Harmonies of #DB2506
Complementary color
Monochromatic Colors of #DB2506
Black with #DB2506
Text Example
Text Example
White with #DB2506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2506; }
p { color: rgb(219,37,6); }
H1.HeaderClassName
{
color: #DB2506;
}
.AnyTagClassName
{
color: #DB2506;
}
</style>
background-color css
<style>
a { background-color: #DB2506; }
a { background-color: rgb(219,37,6); }
div.DivClassName
{
background-color: #DB2506;
}
.BgClassName
{
background-color: #DB2506;
}
</style>
border-color css
<style>
span { border-color: #DB2506; }
span { border-color: rgb(219,37,6); }
td.TdClassName
{
border-color: #DB2506;
}
.TagClassName
{
border-color: #DB2506;
}
</style>