Html Css Color HEX #DB2C02 Harley Davidson Orange
📋 copy color: '#DB2C02'red 219 ◦ green 44 ◦ blue 2
Shades of Harley Davidson Orange #DB2C02
Tints of Harley Davidson Orange #DB2C02
RGB
CMYK
RGB Variations
Color information
#DB2C02 (or 0xDB2C02) is known color: Harley Davidson Orange. HEX triplet: DB, 2C and 02. RGB value is (219,44,2). Sum of RGB (Red+Green+Blue) = 219+44+2=265 (35% of max value = 765). Red value is 219 (85.94% from 255 or 82.64% from 265); Green value is 44 (17.58% from 255 or 16.60% from 265); Blue value is 2 (1.17% from 255 or 0.75% from 265); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2C02 is #24D3FD. Grayscale: #5B5B5B. Windows color (decimal): -2413566 or 142555. OLE color: 142555.
HSL color Cylindrical-coordinate representation of color #DB2C02: hue angle of 11.61º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB2C02 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 44 | 2 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.14 |
| HSL | 11.61º | 0.98% | 0.43% | - |
| HSV(B) | 11.61º | 0.99% | 0.86% | - |
| XYZ | 30.13 | 16.87 | 1.73 | - |
| YUV | 91.54 | 77.48 | 218.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 44 | 2 | 0 | 0.80 | 0.99 | 0.14 | 11.61 | 0.98 | 0.43 |
| Hex | DB | 2C | 2 | 0 | 50 | 63 | E | C | 62 | 2B |
| Octal | 333 | 54 | 2 | 0 | 120 | 143 | 16 | 14 | 142 | 53 |
| Binary | 11011011 | 101100 | 10 | 0 | 1010000 | 1100011 | 1110 | 1100 | 1100010 | 101011 |
Color Harmonies of #DB2C02
Complementary color
Monochromatic Colors of #DB2C02
Black with #DB2C02
Text Example
Text Example
White with #DB2C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2C02; }
p { color: rgb(219,44,2); }
H1.HeaderClassName
{
color: #DB2C02;
}
.AnyTagClassName
{
color: #DB2C02;
}
</style>
background-color css
<style>
a { background-color: #DB2C02; }
a { background-color: rgb(219,44,2); }
div.DivClassName
{
background-color: #DB2C02;
}
.BgClassName
{
background-color: #DB2C02;
}
</style>
border-color css
<style>
span { border-color: #DB2C02; }
span { border-color: rgb(219,44,2); }
td.TdClassName
{
border-color: #DB2C02;
}
.TagClassName
{
border-color: #DB2C02;
}
</style>