Html Css Color HEX #DB431C Harley Davidson Orange
📋 copy color: '#DB431C'red 219 ◦ green 67 ◦ blue 28
Shades of Harley Davidson Orange #DB431C
Tints of Harley Davidson Orange #DB431C
RGB
CMYK
RGB Variations
Color information
#DB431C (or 0xDB431C) is known color: Harley Davidson Orange. HEX triplet: DB, 43 and 1C. RGB value is (219,67,28). Sum of RGB (Red+Green+Blue) = 219+67+28=314 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.75% from 314); Green value is 67 (26.56% from 255 or 21.34% from 314); Blue value is 28 (11.33% from 255 or 8.92% from 314); Max value from RGB is 219 - color contains mainly: red. Hex color #DB431C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB431C is #24BCE3. Grayscale: #6C6C6C. Windows color (decimal): -2407652 or 1852379. OLE color: 1852379.
HSL color Cylindrical-coordinate representation of color #DB431C: hue angle of 12.25º 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 #DB431C is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 67 | 28 | - |
| CMYK | 0 | 0.69 | 0.87 | 0.14 |
| HSL | 12.25º | 0.77% | 0.48% | - |
| HSV(B) | 12.25º | 0.87% | 0.86% | - |
| XYZ | 31.43 | 19.16 | 3.14 | - |
| YUV | 108 | 82.86 | 207.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 67 | 28 | 0 | 0.69 | 0.87 | 0.14 | 12.25 | 0.77 | 0.48 |
| Hex | DB | 43 | 1C | 0 | 45 | 57 | E | C | 4D | 30 |
| Octal | 333 | 103 | 34 | 0 | 105 | 127 | 16 | 14 | 115 | 60 |
| Binary | 11011011 | 1000011 | 11100 | 0 | 1000101 | 1010111 | 1110 | 1100 | 1001101 | 110000 |
Color Harmonies of #DB431C
Complementary color
Monochromatic Colors of #DB431C
Black with #DB431C
Text Example
Text Example
White with #DB431C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB431C; }
p { color: rgb(219,67,28); }
H1.HeaderClassName
{
color: #DB431C;
}
.AnyTagClassName
{
color: #DB431C;
}
</style>
background-color css
<style>
a { background-color: #DB431C; }
a { background-color: rgb(219,67,28); }
div.DivClassName
{
background-color: #DB431C;
}
.BgClassName
{
background-color: #DB431C;
}
</style>
border-color css
<style>
span { border-color: #DB431C; }
span { border-color: rgb(219,67,28); }
td.TdClassName
{
border-color: #DB431C;
}
.TagClassName
{
border-color: #DB431C;
}
</style>