Html Css Color HEX #DB481C Harley Davidson Orange
📋 copy color: '#DB481C'red 219 ◦ green 72 ◦ blue 28
Shades of Harley Davidson Orange #DB481C
Tints of Harley Davidson Orange #DB481C
RGB
CMYK
RGB Variations
Color information
#DB481C (or 0xDB481C) is known color: Harley Davidson Orange. HEX triplet: DB, 48 and 1C. RGB value is (219,72,28). Sum of RGB (Red+Green+Blue) = 219+72+28=319 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.65% from 319); Green value is 72 (28.52% from 255 or 22.57% from 319); Blue value is 28 (11.33% from 255 or 8.78% from 319); Max value from RGB is 219 - color contains mainly: red. Hex color #DB481C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB481C is #24B7E3. Grayscale: #6F6F6F. Windows color (decimal): -2406372 or 1853659. OLE color: 1853659.
HSL color Cylindrical-coordinate representation of color #DB481C: hue angle of 13.82º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB481C is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 72 | 28 | - |
| CMYK | 0 | 0.67 | 0.87 | 0.14 |
| HSL | 13.82º | 0.77% | 0.48% | - |
| HSV(B) | 13.82º | 0.87% | 0.86% | - |
| XYZ | 31.74 | 19.78 | 3.24 | - |
| YUV | 110.94 | 81.2 | 205.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 28 | 0 | 0.67 | 0.87 | 0.14 | 13.82 | 0.77 | 0.48 |
| Hex | DB | 48 | 1C | 0 | 43 | 57 | E | E | 4D | 30 |
| Octal | 333 | 110 | 34 | 0 | 103 | 127 | 16 | 16 | 115 | 60 |
| Binary | 11011011 | 1001000 | 11100 | 0 | 1000011 | 1010111 | 1110 | 1110 | 1001101 | 110000 |
Color Harmonies of #DB481C
Complementary color
Monochromatic Colors of #DB481C
Black with #DB481C
Text Example
Text Example
White with #DB481C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB481C; }
p { color: rgb(219,72,28); }
H1.HeaderClassName
{
color: #DB481C;
}
.AnyTagClassName
{
color: #DB481C;
}
</style>
background-color css
<style>
a { background-color: #DB481C; }
a { background-color: rgb(219,72,28); }
div.DivClassName
{
background-color: #DB481C;
}
.BgClassName
{
background-color: #DB481C;
}
</style>
border-color css
<style>
span { border-color: #DB481C; }
span { border-color: rgb(219,72,28); }
td.TdClassName
{
border-color: #DB481C;
}
.TagClassName
{
border-color: #DB481C;
}
</style>