Html Css Color HEX #DB1F16 Harley Davidson Orange
📋 copy color: '#DB1F16'red 219 ◦ green 31 ◦ blue 22
Shades of Harley Davidson Orange #DB1F16
Tints of Harley Davidson Orange #DB1F16
RGB
CMYK
RGB Variations
Color information
#DB1F16 (or 0xDB1F16) is known color: Harley Davidson Orange. HEX triplet: DB, 1F and 16. RGB value is (219,31,22). Sum of RGB (Red+Green+Blue) = 219+31+22=272 (36% of max value = 765). Red value is 219 (85.94% from 255 or 80.51% from 272); Green value is 31 (12.5% from 255 or 11.40% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1F16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB1F16 is #24E0E9. Grayscale: #565656. Windows color (decimal): -2416874 or 1449947. OLE color: 1449947.
HSL color Cylindrical-coordinate representation of color #DB1F16: hue angle of 2.74º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB1F16 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 31 | 22 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.14 |
| HSL | 2.74º | 0.82% | 0.47% | - |
| HSV(B) | 2.74º | 0.9% | 0.86% | - |
| XYZ | 29.85 | 16.1 | 2.29 | - |
| YUV | 86.19 | 91.78 | 222.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 31 | 22 | 0 | 0.86 | 0.90 | 0.14 | 2.74 | 0.82 | 0.47 |
| Hex | DB | 1F | 16 | 0 | 56 | 5A | E | 3 | 52 | 2F |
| Octal | 333 | 37 | 26 | 0 | 126 | 132 | 16 | 3 | 122 | 57 |
| Binary | 11011011 | 11111 | 10110 | 0 | 1010110 | 1011010 | 1110 | 11 | 1010010 | 101111 |
Color Harmonies of #DB1F16
Complementary color
Monochromatic Colors of #DB1F16
Black with #DB1F16
Text Example
Text Example
White with #DB1F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1F16; }
p { color: rgb(219,31,22); }
H1.HeaderClassName
{
color: #DB1F16;
}
.AnyTagClassName
{
color: #DB1F16;
}
</style>
background-color css
<style>
a { background-color: #DB1F16; }
a { background-color: rgb(219,31,22); }
div.DivClassName
{
background-color: #DB1F16;
}
.BgClassName
{
background-color: #DB1F16;
}
</style>
border-color css
<style>
span { border-color: #DB1F16; }
span { border-color: rgb(219,31,22); }
td.TdClassName
{
border-color: #DB1F16;
}
.TagClassName
{
border-color: #DB1F16;
}
</style>