Html Css Color HEX #DB1B16 Harley Davidson Orange
📋 copy color: '#DB1B16'red 219 ◦ green 27 ◦ blue 22
Shades of Harley Davidson Orange #DB1B16
Tints of Harley Davidson Orange #DB1B16
RGB
CMYK
RGB Variations
Color information
#DB1B16 (or 0xDB1B16) is known color: Harley Davidson Orange. HEX triplet: DB, 1B and 16. RGB value is (219,27,22). Sum of RGB (Red+Green+Blue) = 219+27+22=268 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.72% from 268); Green value is 27 (10.94% from 255 or 10.07% from 268); Blue value is 22 (8.98% from 255 or 8.21% from 268); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1B16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB1B16 is #24E4E9. Grayscale: #545454. Windows color (decimal): -2417898 or 1448923. OLE color: 1448923.
HSL color Cylindrical-coordinate representation of color #DB1B16: hue angle of 1.52º 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 #DB1B16 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 27 | 22 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.14 |
| HSL | 1.52º | 0.82% | 0.47% | - |
| HSV(B) | 1.52º | 0.9% | 0.86% | - |
| XYZ | 29.75 | 15.9 | 2.26 | - |
| YUV | 83.84 | 93.11 | 224.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 27 | 22 | 0 | 0.88 | 0.90 | 0.14 | 1.52 | 0.82 | 0.47 |
| Hex | DB | 1B | 16 | 0 | 58 | 5A | E | 2 | 52 | 2F |
| Octal | 333 | 33 | 26 | 0 | 130 | 132 | 16 | 2 | 122 | 57 |
| Binary | 11011011 | 11011 | 10110 | 0 | 1011000 | 1011010 | 1110 | 10 | 1010010 | 101111 |
Color Harmonies of #DB1B16
Complementary color
Monochromatic Colors of #DB1B16
Black with #DB1B16
Text Example
Text Example
White with #DB1B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1B16; }
p { color: rgb(219,27,22); }
H1.HeaderClassName
{
color: #DB1B16;
}
.AnyTagClassName
{
color: #DB1B16;
}
</style>
background-color css
<style>
a { background-color: #DB1B16; }
a { background-color: rgb(219,27,22); }
div.DivClassName
{
background-color: #DB1B16;
}
.BgClassName
{
background-color: #DB1B16;
}
</style>
border-color css
<style>
span { border-color: #DB1B16; }
span { border-color: rgb(219,27,22); }
td.TdClassName
{
border-color: #DB1B16;
}
.TagClassName
{
border-color: #DB1B16;
}
</style>