Html Css Color HEX #DB3F02 Harley Davidson Orange
📋 copy color: '#DB3F02'red 219 ◦ green 63 ◦ blue 2
Shades of Harley Davidson Orange #DB3F02
Tints of Harley Davidson Orange #DB3F02
RGB
CMYK
RGB Variations
Color information
#DB3F02 (or 0xDB3F02) is known color: Harley Davidson Orange. HEX triplet: DB, 3F and 02. RGB value is (219,63,2). Sum of RGB (Red+Green+Blue) = 219+63+2=284 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.11% from 284); Green value is 63 (25% from 255 or 22.18% from 284); Blue value is 2 (1.17% from 255 or 0.70% from 284); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3F02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3F02 is #24C0FD. Grayscale: #676767. Windows color (decimal): -2408702 or 147419. OLE color: 147419.
HSL color Cylindrical-coordinate representation of color #DB3F02: hue angle of 16.87º 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 #DB3F02 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 63 | 2 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.14 |
| HSL | 16.87º | 0.98% | 0.43% | - |
| HSV(B) | 16.87º | 0.99% | 0.86% | - |
| XYZ | 31 | 18.62 | 2.02 | - |
| YUV | 102.69 | 71.18 | 210.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 63 | 2 | 0 | 0.71 | 0.99 | 0.14 | 16.87 | 0.98 | 0.43 |
| Hex | DB | 3F | 2 | 0 | 47 | 63 | E | 11 | 62 | 2B |
| Octal | 333 | 77 | 2 | 0 | 107 | 143 | 16 | 21 | 142 | 53 |
| Binary | 11011011 | 111111 | 10 | 0 | 1000111 | 1100011 | 1110 | 10001 | 1100010 | 101011 |
Color Harmonies of #DB3F02
Complementary color
Monochromatic Colors of #DB3F02
Black with #DB3F02
Text Example
Text Example
White with #DB3F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3F02; }
p { color: rgb(219,63,2); }
H1.HeaderClassName
{
color: #DB3F02;
}
.AnyTagClassName
{
color: #DB3F02;
}
</style>
background-color css
<style>
a { background-color: #DB3F02; }
a { background-color: rgb(219,63,2); }
div.DivClassName
{
background-color: #DB3F02;
}
.BgClassName
{
background-color: #DB3F02;
}
</style>
border-color css
<style>
span { border-color: #DB3F02; }
span { border-color: rgb(219,63,2); }
td.TdClassName
{
border-color: #DB3F02;
}
.TagClassName
{
border-color: #DB3F02;
}
</style>