Html Css Color HEX #DB2700 Harley Davidson Orange
📋 copy color: '#DB2700'red 219 ◦ green 39 ◦ blue 0
Shades of Harley Davidson Orange #DB2700
Tints of Harley Davidson Orange #DB2700
RGB
CMYK
RGB Variations
Color information
#DB2700 (or 0xDB2700) is known color: Harley Davidson Orange. HEX triplet: DB, 27 and 00. RGB value is (219,39,0). Sum of RGB (Red+Green+Blue) = 219+39+0=258 (34% of max value = 765). Red value is 219 (85.94% from 255 or 84.88% from 258); Green value is 39 (15.62% from 255 or 15.12% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2700 is #24D8FF. Grayscale: #585858. Windows color (decimal): -2414848 or 10203. OLE color: 10203.
HSL color Cylindrical-coordinate representation of color #DB2700: hue angle of 10.68º 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 #DB2700 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 39 | 0 | - |
| CMYK | 0 | 0.82 | 1 | 0.14 |
| HSL | 10.68º | 1% | 0.43% | - |
| HSV(B) | 10.68º | 1% | 0.86% | - |
| XYZ | 29.94 | 16.51 | 1.61 | - |
| YUV | 88.37 | 78.13 | 221.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 39 | 0 | 0 | 0.82 | 1 | 0.14 | 10.68 | 1 | 0.43 |
| Hex | DB | 27 | 0 | 0 | 52 | 64 | E | B | 64 | 2B |
| Octal | 333 | 47 | 0 | 0 | 122 | 144 | 16 | 13 | 144 | 53 |
| Binary | 11011011 | 100111 | 0 | 0 | 1010010 | 1100100 | 1110 | 1011 | 1100100 | 101011 |
Color Harmonies of #DB2700
Complementary color
Monochromatic Colors of #DB2700
Black with #DB2700
Text Example
Text Example
White with #DB2700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2700; }
p { color: rgb(219,39,0); }
H1.HeaderClassName
{
color: #DB2700;
}
.AnyTagClassName
{
color: #DB2700;
}
</style>
background-color css
<style>
a { background-color: #DB2700; }
a { background-color: rgb(219,39,0); }
div.DivClassName
{
background-color: #DB2700;
}
.BgClassName
{
background-color: #DB2700;
}
</style>
border-color css
<style>
span { border-color: #DB2700; }
span { border-color: rgb(219,39,0); }
td.TdClassName
{
border-color: #DB2700;
}
.TagClassName
{
border-color: #DB2700;
}
</style>