Html Css Color HEX #DB491A Harley Davidson Orange
📋 copy color: '#DB491A'red 219 ◦ green 73 ◦ blue 26
Shades of Harley Davidson Orange #DB491A
Tints of Harley Davidson Orange #DB491A
RGB
CMYK
RGB Variations
Color information
#DB491A (or 0xDB491A) is known color: Harley Davidson Orange. HEX triplet: DB, 49 and 1A. RGB value is (219,73,26). Sum of RGB (Red+Green+Blue) = 219+73+26=318 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.87% from 318); Green value is 73 (28.91% from 255 or 22.96% from 318); Blue value is 26 (10.55% from 255 or 8.18% from 318); Max value from RGB is 219 - color contains mainly: red. Hex color #DB491A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB491A is #24B6E5. Grayscale: #6F6F6F. Windows color (decimal): -2406118 or 1722843. OLE color: 1722843.
HSL color Cylindrical-coordinate representation of color #DB491A: hue angle of 14.61º degrees, saturation: 0.79, 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 #DB491A is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 73 | 26 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.14 |
| HSL | 14.61º | 0.79% | 0.48% | - |
| HSV(B) | 14.61º | 0.88% | 0.86% | - |
| XYZ | 31.78 | 19.9 | 3.14 | - |
| YUV | 111.3 | 79.87 | 204.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 26 | 0 | 0.67 | 0.88 | 0.14 | 14.61 | 0.79 | 0.48 |
| Hex | DB | 49 | 1A | 0 | 43 | 58 | E | F | 4F | 30 |
| Octal | 333 | 111 | 32 | 0 | 103 | 130 | 16 | 17 | 117 | 60 |
| Binary | 11011011 | 1001001 | 11010 | 0 | 1000011 | 1011000 | 1110 | 1111 | 1001111 | 110000 |
Color Harmonies of #DB491A
Complementary color
Monochromatic Colors of #DB491A
Black with #DB491A
Text Example
Text Example
White with #DB491A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB491A; }
p { color: rgb(219,73,26); }
H1.HeaderClassName
{
color: #DB491A;
}
.AnyTagClassName
{
color: #DB491A;
}
</style>
background-color css
<style>
a { background-color: #DB491A; }
a { background-color: rgb(219,73,26); }
div.DivClassName
{
background-color: #DB491A;
}
.BgClassName
{
background-color: #DB491A;
}
</style>
border-color css
<style>
span { border-color: #DB491A; }
span { border-color: rgb(219,73,26); }
td.TdClassName
{
border-color: #DB491A;
}
.TagClassName
{
border-color: #DB491A;
}
</style>