Html Css Color HEX #DB2500 Harley Davidson Orange
📋 copy color: '#DB2500'red 219 ◦ green 37 ◦ blue 0
Shades of Harley Davidson Orange #DB2500
Tints of Harley Davidson Orange #DB2500
RGB
CMYK
RGB Variations
Color information
#DB2500 (or 0xDB2500) is known color: Harley Davidson Orange. HEX triplet: DB, 25 and 00. RGB value is (219,37,0). Sum of RGB (Red+Green+Blue) = 219+37+0=256 (33% of max value = 765). Red value is 219 (85.94% from 255 or 85.55% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2500 is #24DAFF. Grayscale: #575757. Windows color (decimal): -2415360 or 9691. OLE color: 9691.
HSL color Cylindrical-coordinate representation of color #DB2500: hue angle of 10.14º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB2500 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 37 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.14 |
| HSL | 10.14º | 1% | 0.43% | - |
| HSV(B) | 10.14º | 1% | 0.86% | - |
| XYZ | 29.87 | 16.38 | 1.59 | - |
| YUV | 87.2 | 78.8 | 222.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 0 | 0 | 0.83 | 1 | 0.14 | 10.14 | 1 | 0.43 |
| Hex | DB | 25 | 0 | 0 | 53 | 64 | E | A | 64 | 2B |
| Octal | 333 | 45 | 0 | 0 | 123 | 144 | 16 | 12 | 144 | 53 |
| Binary | 11011011 | 100101 | 0 | 0 | 1010011 | 1100100 | 1110 | 1010 | 1100100 | 101011 |
Color Harmonies of #DB2500
Complementary color
Monochromatic Colors of #DB2500
Black with #DB2500
Text Example
Text Example
White with #DB2500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2500; }
p { color: rgb(219,37,0); }
H1.HeaderClassName
{
color: #DB2500;
}
.AnyTagClassName
{
color: #DB2500;
}
</style>
background-color css
<style>
a { background-color: #DB2500; }
a { background-color: rgb(219,37,0); }
div.DivClassName
{
background-color: #DB2500;
}
.BgClassName
{
background-color: #DB2500;
}
</style>
border-color css
<style>
span { border-color: #DB2500; }
span { border-color: rgb(219,37,0); }
td.TdClassName
{
border-color: #DB2500;
}
.TagClassName
{
border-color: #DB2500;
}
</style>