Html Css Color HEX #DB3903 Harley Davidson Orange
📋 copy color: '#DB3903'red 219 ◦ green 57 ◦ blue 3
Shades of Harley Davidson Orange #DB3903
Tints of Harley Davidson Orange #DB3903
RGB
CMYK
RGB Variations
Color information
#DB3903 (or 0xDB3903) is known color: Harley Davidson Orange. HEX triplet: DB, 39 and 03. RGB value is (219,57,3). Sum of RGB (Red+Green+Blue) = 219+57+3=279 (36% of max value = 765). Red value is 219 (85.94% from 255 or 78.49% from 279); Green value is 57 (22.66% from 255 or 20.43% from 279); Blue value is 3 (1.56% from 255 or 1.08% from 279); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3903 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3903 is #24C6FC. Grayscale: #636363. Windows color (decimal): -2410237 or 211419. OLE color: 211419.
HSL color Cylindrical-coordinate representation of color #DB3903: hue angle of 15º 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 #DB3903 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 57 | 3 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.14 |
| HSL | 15º | 0.97% | 0.44% | - |
| HSV(B) | 15º | 0.99% | 0.86% | - |
| XYZ | 30.69 | 17.99 | 1.94 | - |
| YUV | 99.28 | 73.67 | 213.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 57 | 3 | 0 | 0.74 | 0.99 | 0.14 | 15 | 0.97 | 0.44 |
| Hex | DB | 39 | 3 | 0 | 4A | 63 | E | F | 61 | 2C |
| Octal | 333 | 71 | 3 | 0 | 112 | 143 | 16 | 17 | 141 | 54 |
| Binary | 11011011 | 111001 | 11 | 0 | 1001010 | 1100011 | 1110 | 1111 | 1100001 | 101100 |
Color Harmonies of #DB3903
Complementary color
Monochromatic Colors of #DB3903
Black with #DB3903
Text Example
Text Example
White with #DB3903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3903; }
p { color: rgb(219,57,3); }
H1.HeaderClassName
{
color: #DB3903;
}
.AnyTagClassName
{
color: #DB3903;
}
</style>
background-color css
<style>
a { background-color: #DB3903; }
a { background-color: rgb(219,57,3); }
div.DivClassName
{
background-color: #DB3903;
}
.BgClassName
{
background-color: #DB3903;
}
</style>
border-color css
<style>
span { border-color: #DB3903; }
span { border-color: rgb(219,57,3); }
td.TdClassName
{
border-color: #DB3903;
}
.TagClassName
{
border-color: #DB3903;
}
</style>