Html Css Color HEX #DB1B05 Harley Davidson Orange
📋 copy color: '#DB1B05'red 219 ◦ green 27 ◦ blue 5
Shades of Harley Davidson Orange #DB1B05
Tints of Harley Davidson Orange #DB1B05
RGB
CMYK
RGB Variations
Color information
#DB1B05 (or 0xDB1B05) is known color: Harley Davidson Orange. HEX triplet: DB, 1B and 05. RGB value is (219,27,5). Sum of RGB (Red+Green+Blue) = 219+27+5=251 (33% of max value = 765). Red value is 219 (85.94% from 255 or 87.25% from 251); Green value is 27 (10.94% from 255 or 10.76% from 251); Blue value is 5 (2.34% from 255 or 1.99% from 251); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1B05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB1B05 is #24E4FA. Grayscale: #525252. Windows color (decimal): -2417915 or 334811. OLE color: 334811.
HSL color Cylindrical-coordinate representation of color #DB1B05: hue angle of 6.17º 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 #DB1B05 is Cyan = 0, Magento = 0.88, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 27 | 5 | - |
| CMYK | 0 | 0.88 | 0.98 | 0.14 |
| HSL | 6.17º | 0.96% | 0.44% | - |
| HSV(B) | 6.17º | 0.98% | 0.86% | - |
| XYZ | 29.63 | 15.85 | 1.64 | - |
| YUV | 81.9 | 84.61 | 225.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 27 | 5 | 0 | 0.88 | 0.98 | 0.14 | 6.17 | 0.96 | 0.44 |
| Hex | DB | 1B | 5 | 0 | 58 | 62 | E | 6 | 60 | 2C |
| Octal | 333 | 33 | 5 | 0 | 130 | 142 | 16 | 6 | 140 | 54 |
| Binary | 11011011 | 11011 | 101 | 0 | 1011000 | 1100010 | 1110 | 110 | 1100000 | 101100 |
Color Harmonies of #DB1B05
Complementary color
Monochromatic Colors of #DB1B05
Black with #DB1B05
Text Example
Text Example
White with #DB1B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1B05; }
p { color: rgb(219,27,5); }
H1.HeaderClassName
{
color: #DB1B05;
}
.AnyTagClassName
{
color: #DB1B05;
}
</style>
background-color css
<style>
a { background-color: #DB1B05; }
a { background-color: rgb(219,27,5); }
div.DivClassName
{
background-color: #DB1B05;
}
.BgClassName
{
background-color: #DB1B05;
}
</style>
border-color css
<style>
span { border-color: #DB1B05; }
span { border-color: rgb(219,27,5); }
td.TdClassName
{
border-color: #DB1B05;
}
.TagClassName
{
border-color: #DB1B05;
}
</style>