Html Css Color HEX #DB1F04 Harley Davidson Orange
📋 copy color: '#DB1F04'red 219 ◦ green 31 ◦ blue 4
Shades of Harley Davidson Orange #DB1F04
Tints of Harley Davidson Orange #DB1F04
RGB
CMYK
RGB Variations
Color information
#DB1F04 (or 0xDB1F04) is known color: Harley Davidson Orange. HEX triplet: DB, 1F and 04. RGB value is (219,31,4). Sum of RGB (Red+Green+Blue) = 219+31+4=254 (33% of max value = 765). Red value is 219 (85.94% from 255 or 86.22% from 254); Green value is 31 (12.5% from 255 or 12.20% from 254); Blue value is 4 (1.95% from 255 or 1.57% from 254); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1F04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB1F04 is #24E0FB. Grayscale: #545454. Windows color (decimal): -2416892 or 270299. OLE color: 270299.
HSL color Cylindrical-coordinate representation of color #DB1F04: hue angle of 7.53º 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 #DB1F04 is Cyan = 0, Magento = 0.86, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 31 | 4 | - |
| CMYK | 0 | 0.86 | 0.98 | 0.14 |
| HSL | 7.53º | 0.96% | 0.44% | - |
| HSV(B) | 7.53º | 0.98% | 0.86% | - |
| XYZ | 29.73 | 16.05 | 1.65 | - |
| YUV | 84.13 | 82.78 | 224.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 31 | 4 | 0 | 0.86 | 0.98 | 0.14 | 7.53 | 0.96 | 0.44 |
| Hex | DB | 1F | 4 | 0 | 56 | 62 | E | 8 | 60 | 2C |
| Octal | 333 | 37 | 4 | 0 | 126 | 142 | 16 | 10 | 140 | 54 |
| Binary | 11011011 | 11111 | 100 | 0 | 1010110 | 1100010 | 1110 | 1000 | 1100000 | 101100 |
Color Harmonies of #DB1F04
Complementary color
Monochromatic Colors of #DB1F04
Black with #DB1F04
Text Example
Text Example
White with #DB1F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1F04; }
p { color: rgb(219,31,4); }
H1.HeaderClassName
{
color: #DB1F04;
}
.AnyTagClassName
{
color: #DB1F04;
}
</style>
background-color css
<style>
a { background-color: #DB1F04; }
a { background-color: rgb(219,31,4); }
div.DivClassName
{
background-color: #DB1F04;
}
.BgClassName
{
background-color: #DB1F04;
}
</style>
border-color css
<style>
span { border-color: #DB1F04; }
span { border-color: rgb(219,31,4); }
td.TdClassName
{
border-color: #DB1F04;
}
.TagClassName
{
border-color: #DB1F04;
}
</style>