Html Css Color HEX #DB1C1B Harley Davidson Orange
📋 copy color: '#DB1C1B'red 219 ◦ green 28 ◦ blue 27
Shades of Harley Davidson Orange #DB1C1B
Tints of Harley Davidson Orange #DB1C1B
RGB
CMYK
RGB Variations
Color information
#DB1C1B (or 0xDB1C1B) is known color: Harley Davidson Orange. HEX triplet: DB, 1C and 1B. RGB value is (219,28,27). Sum of RGB (Red+Green+Blue) = 219+28+27=274 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.93% from 274); Green value is 28 (11.33% from 255 or 10.22% from 274); Blue value is 27 (10.94% from 255 or 9.85% from 274); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1C1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1C1B is #24E3E4. Grayscale: #555555. Windows color (decimal): -2417637 or 1776859. OLE color: 1776859.
HSL color Cylindrical-coordinate representation of color #DB1C1B: hue angle of 0.31º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1C1B is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 28 | 27 | - |
| CMYK | 0 | 0.87 | 0.88 | 0.14 |
| HSL | 0.31º | 0.78% | 0.48% | - |
| HSV(B) | 0.31º | 0.88% | 0.86% | - |
| XYZ | 29.83 | 15.97 | 2.55 | - |
| YUV | 85 | 95.28 | 223.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 28 | 27 | 0 | 0.87 | 0.88 | 0.14 | 0.31 | 0.78 | 0.48 |
| Hex | DB | 1C | 1B | 0 | 57 | 58 | E | 0 | 4E | 30 |
| Octal | 333 | 34 | 33 | 0 | 127 | 130 | 16 | 0 | 116 | 60 |
| Binary | 11011011 | 11100 | 11011 | 0 | 1010111 | 1011000 | 1110 | 0 | 1001110 | 110000 |
Color Harmonies of #DB1C1B
Complementary color
Monochromatic Colors of #DB1C1B
Black with #DB1C1B
Text Example
Text Example
White with #DB1C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1C1B; }
p { color: rgb(219,28,27); }
H1.HeaderClassName
{
color: #DB1C1B;
}
.AnyTagClassName
{
color: #DB1C1B;
}
</style>
background-color css
<style>
a { background-color: #DB1C1B; }
a { background-color: rgb(219,28,27); }
div.DivClassName
{
background-color: #DB1C1B;
}
.BgClassName
{
background-color: #DB1C1B;
}
</style>
border-color css
<style>
span { border-color: #DB1C1B; }
span { border-color: rgb(219,28,27); }
td.TdClassName
{
border-color: #DB1C1B;
}
.TagClassName
{
border-color: #DB1C1B;
}
</style>