Html Css Color HEX #DB3403 Harley Davidson Orange
📋 copy color: '#DB3403'red 219 ◦ green 52 ◦ blue 3
Shades of Harley Davidson Orange #DB3403
Tints of Harley Davidson Orange #DB3403
RGB
CMYK
RGB Variations
Color information
#DB3403 (or 0xDB3403) is known color: Harley Davidson Orange. HEX triplet: DB, 34 and 03. RGB value is (219,52,3). Sum of RGB (Red+Green+Blue) = 219+52+3=274 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.93% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 3 (1.56% from 255 or 1.09% from 274); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3403 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3403 is #24CBFC. Grayscale: #606060. Windows color (decimal): -2411517 or 210139. OLE color: 210139.
HSL color Cylindrical-coordinate representation of color #DB3403: hue angle of 13.61º 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 #DB3403 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 52 | 3 | - |
| CMYK | 0 | 0.76 | 0.99 | 0.14 |
| HSL | 13.61º | 0.97% | 0.44% | - |
| HSV(B) | 13.61º | 0.99% | 0.86% | - |
| XYZ | 30.46 | 17.52 | 1.86 | - |
| YUV | 96.35 | 75.33 | 215.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 52 | 3 | 0 | 0.76 | 0.99 | 0.14 | 13.61 | 0.97 | 0.44 |
| Hex | DB | 34 | 3 | 0 | 4C | 63 | E | E | 61 | 2C |
| Octal | 333 | 64 | 3 | 0 | 114 | 143 | 16 | 16 | 141 | 54 |
| Binary | 11011011 | 110100 | 11 | 0 | 1001100 | 1100011 | 1110 | 1110 | 1100001 | 101100 |
Color Harmonies of #DB3403
Complementary color
Monochromatic Colors of #DB3403
Black with #DB3403
Text Example
Text Example
White with #DB3403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3403; }
p { color: rgb(219,52,3); }
H1.HeaderClassName
{
color: #DB3403;
}
.AnyTagClassName
{
color: #DB3403;
}
</style>
background-color css
<style>
a { background-color: #DB3403; }
a { background-color: rgb(219,52,3); }
div.DivClassName
{
background-color: #DB3403;
}
.BgClassName
{
background-color: #DB3403;
}
</style>
border-color css
<style>
span { border-color: #DB3403; }
span { border-color: rgb(219,52,3); }
td.TdClassName
{
border-color: #DB3403;
}
.TagClassName
{
border-color: #DB3403;
}
</style>