Html Css Color HEX #DB3F03 Harley Davidson Orange
📋 copy color: '#DB3F03'red 219 ◦ green 63 ◦ blue 3
Shades of Harley Davidson Orange #DB3F03
Tints of Harley Davidson Orange #DB3F03
RGB
CMYK
RGB Variations
Color information
#DB3F03 (or 0xDB3F03) is known color: Harley Davidson Orange. HEX triplet: DB, 3F and 03. RGB value is (219,63,3). Sum of RGB (Red+Green+Blue) = 219+63+3=285 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.84% from 285); Green value is 63 (25% from 255 or 22.11% from 285); Blue value is 3 (1.56% from 255 or 1.05% from 285); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3F03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3F03 is #24C0FC. Grayscale: #676767. Windows color (decimal): -2408701 or 212955. OLE color: 212955.
HSL color Cylindrical-coordinate representation of color #DB3F03: hue angle of 16.67º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB3F03 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 63 | 3 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.14 |
| HSL | 16.67º | 0.97% | 0.44% | - |
| HSV(B) | 16.67º | 0.99% | 0.86% | - |
| XYZ | 31.01 | 18.62 | 2.05 | - |
| YUV | 102.8 | 71.68 | 210.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 63 | 3 | 0 | 0.71 | 0.99 | 0.14 | 16.67 | 0.97 | 0.44 |
| Hex | DB | 3F | 3 | 0 | 47 | 63 | E | 11 | 61 | 2C |
| Octal | 333 | 77 | 3 | 0 | 107 | 143 | 16 | 21 | 141 | 54 |
| Binary | 11011011 | 111111 | 11 | 0 | 1000111 | 1100011 | 1110 | 10001 | 1100001 | 101100 |
Color Harmonies of #DB3F03
Complementary color
Monochromatic Colors of #DB3F03
Black with #DB3F03
Text Example
Text Example
White with #DB3F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3F03; }
p { color: rgb(219,63,3); }
H1.HeaderClassName
{
color: #DB3F03;
}
.AnyTagClassName
{
color: #DB3F03;
}
</style>
background-color css
<style>
a { background-color: #DB3F03; }
a { background-color: rgb(219,63,3); }
div.DivClassName
{
background-color: #DB3F03;
}
.BgClassName
{
background-color: #DB3F03;
}
</style>
border-color css
<style>
span { border-color: #DB3F03; }
span { border-color: rgb(219,63,3); }
td.TdClassName
{
border-color: #DB3F03;
}
.TagClassName
{
border-color: #DB3F03;
}
</style>