Html Css Color HEX #DB2601 Harley Davidson Orange
📋 copy color: '#DB2601'red 219 ◦ green 38 ◦ blue 1
Shades of Harley Davidson Orange #DB2601
Tints of Harley Davidson Orange #DB2601
RGB
CMYK
RGB Variations
Color information
#DB2601 (or 0xDB2601) is known color: Harley Davidson Orange. HEX triplet: DB, 26 and 01. RGB value is (219,38,1). Sum of RGB (Red+Green+Blue) = 219+38+1=258 (34% of max value = 765). Red value is 219 (85.94% from 255 or 84.88% from 258); Green value is 38 (15.23% from 255 or 14.73% from 258); Blue value is 1 (0.78% from 255 or 0.39% from 258); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2601 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2601 is #24D9FE. Grayscale: #585858. Windows color (decimal): -2415103 or 75483. OLE color: 75483.
HSL color Cylindrical-coordinate representation of color #DB2601: hue angle of 10.18º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB2601 is Cyan = 0, Magento = 0.83, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 1 | - |
| CMYK | 0 | 0.83 | 1.00 | 0.14 |
| HSL | 10.18º | 0.99% | 0.43% | - |
| HSV(B) | 10.18º | 1% | 0.86% | - |
| XYZ | 29.91 | 16.45 | 1.63 | - |
| YUV | 87.9 | 78.97 | 221.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 1 | 0 | 0.83 | 1.00 | 0.14 | 10.18 | 0.99 | 0.43 |
| Hex | DB | 26 | 1 | 0 | 53 | 64 | E | A | 63 | 2B |
| Octal | 333 | 46 | 1 | 0 | 123 | 144 | 16 | 12 | 143 | 53 |
| Binary | 11011011 | 100110 | 1 | 0 | 1010011 | 1100100 | 1110 | 1010 | 1100011 | 101011 |
Color Harmonies of #DB2601
Complementary color
Monochromatic Colors of #DB2601
Black with #DB2601
Text Example
Text Example
White with #DB2601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2601; }
p { color: rgb(219,38,1); }
H1.HeaderClassName
{
color: #DB2601;
}
.AnyTagClassName
{
color: #DB2601;
}
</style>
background-color css
<style>
a { background-color: #DB2601; }
a { background-color: rgb(219,38,1); }
div.DivClassName
{
background-color: #DB2601;
}
.BgClassName
{
background-color: #DB2601;
}
</style>
border-color css
<style>
span { border-color: #DB2601; }
span { border-color: rgb(219,38,1); }
td.TdClassName
{
border-color: #DB2601;
}
.TagClassName
{
border-color: #DB2601;
}
</style>