Html Css Color HEX #DB2C08 Harley Davidson Orange
📋 copy color: '#DB2C08'red 219 ◦ green 44 ◦ blue 8
Shades of Harley Davidson Orange #DB2C08
Tints of Harley Davidson Orange #DB2C08
RGB
CMYK
RGB Variations
Color information
#DB2C08 (or 0xDB2C08) is known color: Harley Davidson Orange. HEX triplet: DB, 2C and 08. RGB value is (219,44,8). Sum of RGB (Red+Green+Blue) = 219+44+8=271 (35% of max value = 765). Red value is 219 (85.94% from 255 or 80.81% from 271); Green value is 44 (17.58% from 255 or 16.24% from 271); Blue value is 8 (3.52% from 255 or 2.95% from 271); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2C08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2C08 is #24D3F7. Grayscale: #5C5C5C. Windows color (decimal): -2413560 or 535771. OLE color: 535771.
HSL color Cylindrical-coordinate representation of color #DB2C08: hue angle of 10.24º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB2C08 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 44 | 8 | - |
| CMYK | 0 | 0.80 | 0.96 | 0.14 |
| HSL | 10.24º | 0.93% | 0.45% | - |
| HSV(B) | 10.24º | 0.96% | 0.86% | - |
| XYZ | 30.16 | 16.88 | 1.9 | - |
| YUV | 92.22 | 80.48 | 218.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 44 | 8 | 0 | 0.80 | 0.96 | 0.14 | 10.24 | 0.93 | 0.45 |
| Hex | DB | 2C | 8 | 0 | 50 | 60 | E | A | 5D | 2D |
| Octal | 333 | 54 | 10 | 0 | 120 | 140 | 16 | 12 | 135 | 55 |
| Binary | 11011011 | 101100 | 1000 | 0 | 1010000 | 1100000 | 1110 | 1010 | 1011101 | 101101 |
Color Harmonies of #DB2C08
Complementary color
Monochromatic Colors of #DB2C08
Black with #DB2C08
Text Example
Text Example
White with #DB2C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2C08; }
p { color: rgb(219,44,8); }
H1.HeaderClassName
{
color: #DB2C08;
}
.AnyTagClassName
{
color: #DB2C08;
}
</style>
background-color css
<style>
a { background-color: #DB2C08; }
a { background-color: rgb(219,44,8); }
div.DivClassName
{
background-color: #DB2C08;
}
.BgClassName
{
background-color: #DB2C08;
}
</style>
border-color css
<style>
span { border-color: #DB2C08; }
span { border-color: rgb(219,44,8); }
td.TdClassName
{
border-color: #DB2C08;
}
.TagClassName
{
border-color: #DB2C08;
}
</style>