Html Css Color HEX #DB2A07 Harley Davidson Orange
📋 copy color: '#DB2A07'red 219 ◦ green 42 ◦ blue 7
Shades of Harley Davidson Orange #DB2A07
Tints of Harley Davidson Orange #DB2A07
RGB
CMYK
RGB Variations
Color information
#DB2A07 (or 0xDB2A07) is known color: Harley Davidson Orange. HEX triplet: DB, 2A and 07. RGB value is (219,42,7). Sum of RGB (Red+Green+Blue) = 219+42+7=268 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.72% from 268); Green value is 42 (16.80% from 255 or 15.67% from 268); Blue value is 7 (3.12% from 255 or 2.61% from 268); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2A07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2A07 is #24D5F8. Grayscale: #5B5B5B. Windows color (decimal): -2414073 or 469723. OLE color: 469723.
HSL color Cylindrical-coordinate representation of color #DB2A07: hue angle of 9.91º degrees, saturation: 0.94, 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 #DB2A07 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 42 | 7 | - |
| CMYK | 0 | 0.81 | 0.97 | 0.14 |
| HSL | 9.91º | 0.94% | 0.44% | - |
| HSV(B) | 9.91º | 0.97% | 0.86% | - |
| XYZ | 30.08 | 16.73 | 1.85 | - |
| YUV | 90.93 | 80.64 | 219.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 7 | 0 | 0.81 | 0.97 | 0.14 | 9.91 | 0.94 | 0.44 |
| Hex | DB | 2A | 7 | 0 | 51 | 61 | E | A | 5E | 2C |
| Octal | 333 | 52 | 7 | 0 | 121 | 141 | 16 | 12 | 136 | 54 |
| Binary | 11011011 | 101010 | 111 | 0 | 1010001 | 1100001 | 1110 | 1010 | 1011110 | 101100 |
Color Harmonies of #DB2A07
Complementary color
Monochromatic Colors of #DB2A07
Black with #DB2A07
Text Example
Text Example
White with #DB2A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2A07; }
p { color: rgb(219,42,7); }
H1.HeaderClassName
{
color: #DB2A07;
}
.AnyTagClassName
{
color: #DB2A07;
}
</style>
background-color css
<style>
a { background-color: #DB2A07; }
a { background-color: rgb(219,42,7); }
div.DivClassName
{
background-color: #DB2A07;
}
.BgClassName
{
background-color: #DB2A07;
}
</style>
border-color css
<style>
span { border-color: #DB2A07; }
span { border-color: rgb(219,42,7); }
td.TdClassName
{
border-color: #DB2A07;
}
.TagClassName
{
border-color: #DB2A07;
}
</style>