Html Css Color HEX #DB3C04 Harley Davidson Orange
📋 copy color: '#DB3C04'red 219 ◦ green 60 ◦ blue 4
Shades of Harley Davidson Orange #DB3C04
Tints of Harley Davidson Orange #DB3C04
RGB
CMYK
RGB Variations
Color information
#DB3C04 (or 0xDB3C04) is known color: Harley Davidson Orange. HEX triplet: DB, 3C and 04. RGB value is (219,60,4). Sum of RGB (Red+Green+Blue) = 219+60+4=283 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.39% from 283); Green value is 60 (23.83% from 255 or 21.20% from 283); Blue value is 4 (1.95% from 255 or 1.41% from 283); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3C04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3C04 is #24C3FB. Grayscale: #656565. Windows color (decimal): -2409468 or 277723. OLE color: 277723.
HSL color Cylindrical-coordinate representation of color #DB3C04: hue angle of 15.63º 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 #DB3C04 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 60 | 4 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.14 |
| HSL | 15.63º | 0.96% | 0.44% | - |
| HSV(B) | 15.63º | 0.98% | 0.86% | - |
| XYZ | 30.85 | 18.3 | 2.02 | - |
| YUV | 101.16 | 73.18 | 212.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 60 | 4 | 0 | 0.73 | 0.98 | 0.14 | 15.63 | 0.96 | 0.44 |
| Hex | DB | 3C | 4 | 0 | 49 | 62 | E | 10 | 60 | 2C |
| Octal | 333 | 74 | 4 | 0 | 111 | 142 | 16 | 20 | 140 | 54 |
| Binary | 11011011 | 111100 | 100 | 0 | 1001001 | 1100010 | 1110 | 10000 | 1100000 | 101100 |
Color Harmonies of #DB3C04
Complementary color
Monochromatic Colors of #DB3C04
Black with #DB3C04
Text Example
Text Example
White with #DB3C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3C04; }
p { color: rgb(219,60,4); }
H1.HeaderClassName
{
color: #DB3C04;
}
.AnyTagClassName
{
color: #DB3C04;
}
</style>
background-color css
<style>
a { background-color: #DB3C04; }
a { background-color: rgb(219,60,4); }
div.DivClassName
{
background-color: #DB3C04;
}
.BgClassName
{
background-color: #DB3C04;
}
</style>
border-color css
<style>
span { border-color: #DB3C04; }
span { border-color: rgb(219,60,4); }
td.TdClassName
{
border-color: #DB3C04;
}
.TagClassName
{
border-color: #DB3C04;
}
</style>