Html Css Color HEX #DB1A04 Harley Davidson Orange
📋 copy color: '#DB1A04'red 219 ◦ green 26 ◦ blue 4
Shades of Harley Davidson Orange #DB1A04
Tints of Harley Davidson Orange #DB1A04
RGB
CMYK
RGB Variations
Color information
#DB1A04 (or 0xDB1A04) is known color: Harley Davidson Orange. HEX triplet: DB, 1A and 04. RGB value is (219,26,4). Sum of RGB (Red+Green+Blue) = 219+26+4=249 (32% of max value = 765). Red value is 219 (85.94% from 255 or 87.95% from 249); Green value is 26 (10.55% from 255 or 10.44% from 249); Blue value is 4 (1.95% from 255 or 1.61% from 249); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1A04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB1A04 is #24E5FB. Grayscale: #515151. Windows color (decimal): -2418172 or 269019. OLE color: 269019.
HSL color Cylindrical-coordinate representation of color #DB1A04: hue angle of 6.14º 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 #DB1A04 is Cyan = 0, Magento = 0.88, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 26 | 4 | - |
| CMYK | 0 | 0.88 | 0.98 | 0.14 |
| HSL | 6.14º | 0.96% | 0.44% | - |
| HSV(B) | 6.14º | 0.98% | 0.86% | - |
| XYZ | 29.6 | 15.81 | 1.61 | - |
| YUV | 81.2 | 84.44 | 226.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 26 | 4 | 0 | 0.88 | 0.98 | 0.14 | 6.14 | 0.96 | 0.44 |
| Hex | DB | 1A | 4 | 0 | 58 | 62 | E | 6 | 60 | 2C |
| Octal | 333 | 32 | 4 | 0 | 130 | 142 | 16 | 6 | 140 | 54 |
| Binary | 11011011 | 11010 | 100 | 0 | 1011000 | 1100010 | 1110 | 110 | 1100000 | 101100 |
Color Harmonies of #DB1A04
Complementary color
Monochromatic Colors of #DB1A04
Black with #DB1A04
Text Example
Text Example
White with #DB1A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1A04; }
p { color: rgb(219,26,4); }
H1.HeaderClassName
{
color: #DB1A04;
}
.AnyTagClassName
{
color: #DB1A04;
}
</style>
background-color css
<style>
a { background-color: #DB1A04; }
a { background-color: rgb(219,26,4); }
div.DivClassName
{
background-color: #DB1A04;
}
.BgClassName
{
background-color: #DB1A04;
}
</style>
border-color css
<style>
span { border-color: #DB1A04; }
span { border-color: rgb(219,26,4); }
td.TdClassName
{
border-color: #DB1A04;
}
.TagClassName
{
border-color: #DB1A04;
}
</style>