Html Css Color HEX #DB3204 Harley Davidson Orange
📋 copy color: '#DB3204'red 219 ◦ green 50 ◦ blue 4
Shades of Harley Davidson Orange #DB3204
Tints of Harley Davidson Orange #DB3204
RGB
CMYK
RGB Variations
Color information
#DB3204 (or 0xDB3204) is known color: Harley Davidson Orange. HEX triplet: DB, 32 and 04. RGB value is (219,50,4). Sum of RGB (Red+Green+Blue) = 219+50+4=273 (36% of max value = 765). Red value is 219 (85.94% from 255 or 80.22% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 4 (1.95% from 255 or 1.47% from 273); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3204 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3204 is #24CDFB. Grayscale: #5F5F5F. Windows color (decimal): -2412028 or 275163. OLE color: 275163.
HSL color Cylindrical-coordinate representation of color #DB3204: hue angle of 12.84º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB3204 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 50 | 4 | - |
| CMYK | 0 | 0.77 | 0.98 | 0.14 |
| HSL | 12.84º | 0.96% | 0.44% | - |
| HSV(B) | 12.84º | 0.98% | 0.86% | - |
| XYZ | 30.38 | 17.35 | 1.86 | - |
| YUV | 95.29 | 76.49 | 216.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 4 | 0 | 0.77 | 0.98 | 0.14 | 12.84 | 0.96 | 0.44 |
| Hex | DB | 32 | 4 | 0 | 4D | 62 | E | D | 60 | 2C |
| Octal | 333 | 62 | 4 | 0 | 115 | 142 | 16 | 15 | 140 | 54 |
| Binary | 11011011 | 110010 | 100 | 0 | 1001101 | 1100010 | 1110 | 1101 | 1100000 | 101100 |
Color Harmonies of #DB3204
Complementary color
Monochromatic Colors of #DB3204
Black with #DB3204
Text Example
Text Example
White with #DB3204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3204; }
p { color: rgb(219,50,4); }
H1.HeaderClassName
{
color: #DB3204;
}
.AnyTagClassName
{
color: #DB3204;
}
</style>
background-color css
<style>
a { background-color: #DB3204; }
a { background-color: rgb(219,50,4); }
div.DivClassName
{
background-color: #DB3204;
}
.BgClassName
{
background-color: #DB3204;
}
</style>
border-color css
<style>
span { border-color: #DB3204; }
span { border-color: rgb(219,50,4); }
td.TdClassName
{
border-color: #DB3204;
}
.TagClassName
{
border-color: #DB3204;
}
</style>