Html Css Color HEX #DB1B1B Harley Davidson Orange
📋 copy color: '#DB1B1B'red 219 ◦ green 27 ◦ blue 27
Shades of Harley Davidson Orange #DB1B1B
Tints of Harley Davidson Orange #DB1B1B
RGB
CMYK
RGB Variations
Color information
#DB1B1B (or 0xDB1B1B) is known color: Harley Davidson Orange. HEX triplet: DB, 1B and 1B. RGB value is (219,27,27). Sum of RGB (Red+Green+Blue) = 219+27+27=273 (36% of max value = 765). Red value is 219 (85.94% from 255 or 80.22% from 273); Green value is 27 (10.94% from 255 or 9.89% from 273); Blue value is 27 (10.94% from 255 or 9.89% from 273); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1B1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1B1B is #24E4E4. Grayscale: #545454. Windows color (decimal): -2417893 or 1776603. OLE color: 1776603.
HSL color Cylindrical-coordinate representation of color #DB1B1B: hue angle of 0º 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 #DB1B1B is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 27 | 27 | - |
| CMYK | 0 | 0.88 | 0.88 | 0.14 |
| HSL | 0º | 0.78% | 0.48% | - |
| HSV(B) | 0º | 0.88% | 0.86% | - |
| XYZ | 29.8 | 15.92 | 2.54 | - |
| YUV | 84.41 | 95.61 | 224 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 27 | 27 | 0 | 0.88 | 0.88 | 0.14 | 0 | 0.78 | 0.48 |
| Hex | DB | 1B | 1B | 0 | 58 | 58 | E | 0 | 4E | 30 |
| Octal | 333 | 33 | 33 | 0 | 130 | 130 | 16 | 0 | 116 | 60 |
| Binary | 11011011 | 11011 | 11011 | 0 | 1011000 | 1011000 | 1110 | 0 | 1001110 | 110000 |
Color Harmonies of #DB1B1B
Complementary color
Monochromatic Colors of #DB1B1B
Black with #DB1B1B
Text Example
Text Example
White with #DB1B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1B1B; }
p { color: rgb(219,27,27); }
H1.HeaderClassName
{
color: #DB1B1B;
}
.AnyTagClassName
{
color: #DB1B1B;
}
</style>
background-color css
<style>
a { background-color: #DB1B1B; }
a { background-color: rgb(219,27,27); }
div.DivClassName
{
background-color: #DB1B1B;
}
.BgClassName
{
background-color: #DB1B1B;
}
</style>
border-color css
<style>
span { border-color: #DB1B1B; }
span { border-color: rgb(219,27,27); }
td.TdClassName
{
border-color: #DB1B1B;
}
.TagClassName
{
border-color: #DB1B1B;
}
</style>