Html Css Color HEX #DB471C Harley Davidson Orange
📋 copy color: '#DB471C'red 219 ◦ green 71 ◦ blue 28
Shades of Harley Davidson Orange #DB471C
Tints of Harley Davidson Orange #DB471C
RGB
CMYK
RGB Variations
Color information
#DB471C (or 0xDB471C) is known color: Harley Davidson Orange. HEX triplet: DB, 47 and 1C. RGB value is (219,71,28). Sum of RGB (Red+Green+Blue) = 219+71+28=318 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.87% from 318); Green value is 71 (28.12% from 255 or 22.33% from 318); Blue value is 28 (11.33% from 255 or 8.81% from 318); Max value from RGB is 219 - color contains mainly: red. Hex color #DB471C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB471C is #24B8E3. Grayscale: #6E6E6E. Windows color (decimal): -2406628 or 1853403. OLE color: 1853403.
HSL color Cylindrical-coordinate representation of color #DB471C: hue angle of 13.51º 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 #DB471C is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 71 | 28 | - |
| CMYK | 0 | 0.68 | 0.87 | 0.14 |
| HSL | 13.51º | 0.77% | 0.48% | - |
| HSV(B) | 13.51º | 0.87% | 0.86% | - |
| XYZ | 31.68 | 19.65 | 3.22 | - |
| YUV | 110.35 | 81.53 | 205.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 71 | 28 | 0 | 0.68 | 0.87 | 0.14 | 13.51 | 0.77 | 0.48 |
| Hex | DB | 47 | 1C | 0 | 44 | 57 | E | E | 4D | 30 |
| Octal | 333 | 107 | 34 | 0 | 104 | 127 | 16 | 16 | 115 | 60 |
| Binary | 11011011 | 1000111 | 11100 | 0 | 1000100 | 1010111 | 1110 | 1110 | 1001101 | 110000 |
Color Harmonies of #DB471C
Complementary color
Monochromatic Colors of #DB471C
Black with #DB471C
Text Example
Text Example
White with #DB471C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB471C; }
p { color: rgb(219,71,28); }
H1.HeaderClassName
{
color: #DB471C;
}
.AnyTagClassName
{
color: #DB471C;
}
</style>
background-color css
<style>
a { background-color: #DB471C; }
a { background-color: rgb(219,71,28); }
div.DivClassName
{
background-color: #DB471C;
}
.BgClassName
{
background-color: #DB471C;
}
</style>
border-color css
<style>
span { border-color: #DB471C; }
span { border-color: rgb(219,71,28); }
td.TdClassName
{
border-color: #DB471C;
}
.TagClassName
{
border-color: #DB471C;
}
</style>