Html Css Color HEX #DB190B Harley Davidson Orange
📋 copy color: '#DB190B'red 219 ◦ green 25 ◦ blue 11
Shades of Harley Davidson Orange #DB190B
Tints of Harley Davidson Orange #DB190B
RGB
CMYK
RGB Variations
Color information
#DB190B (or 0xDB190B) is known color: Harley Davidson Orange. HEX triplet: DB, 19 and 0B. RGB value is (219,25,11). Sum of RGB (Red+Green+Blue) = 219+25+11=255 (33% of max value = 765). Red value is 219 (85.94% from 255 or 85.88% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 11 (4.69% from 255 or 4.31% from 255); Max value from RGB is 219 - color contains mainly: red. Hex color #DB190B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB190B is #24E6F4. Grayscale: #515151. Windows color (decimal): -2418421 or 727515. OLE color: 727515.
HSL color Cylindrical-coordinate representation of color #DB190B: hue angle of 4.04º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB190B is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 25 | 11 | - |
| CMYK | 0 | 0.89 | 0.95 | 0.14 |
| HSL | 4.04º | 0.9% | 0.45% | - |
| HSV(B) | 4.04º | 0.95% | 0.86% | - |
| XYZ | 29.62 | 15.78 | 1.8 | - |
| YUV | 81.41 | 88.27 | 226.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 11 | 0 | 0.89 | 0.95 | 0.14 | 4.04 | 0.9 | 0.45 |
| Hex | DB | 19 | B | 0 | 59 | 5F | E | 4 | 5A | 2D |
| Octal | 333 | 31 | 13 | 0 | 131 | 137 | 16 | 4 | 132 | 55 |
| Binary | 11011011 | 11001 | 1011 | 0 | 1011001 | 1011111 | 1110 | 100 | 1011010 | 101101 |
Color Harmonies of #DB190B
Complementary color
Monochromatic Colors of #DB190B
Black with #DB190B
Text Example
Text Example
White with #DB190B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB190B; }
p { color: rgb(219,25,11); }
H1.HeaderClassName
{
color: #DB190B;
}
.AnyTagClassName
{
color: #DB190B;
}
</style>
background-color css
<style>
a { background-color: #DB190B; }
a { background-color: rgb(219,25,11); }
div.DivClassName
{
background-color: #DB190B;
}
.BgClassName
{
background-color: #DB190B;
}
</style>
border-color css
<style>
span { border-color: #DB190B; }
span { border-color: rgb(219,25,11); }
td.TdClassName
{
border-color: #DB190B;
}
.TagClassName
{
border-color: #DB190B;
}
</style>