Html Css Color HEX #DB431B Harley Davidson Orange
📋 copy color: '#DB431B'red 219 ◦ green 67 ◦ blue 27
Shades of Harley Davidson Orange #DB431B
Tints of Harley Davidson Orange #DB431B
RGB
CMYK
RGB Variations
Color information
#DB431B (or 0xDB431B) is known color: Harley Davidson Orange. HEX triplet: DB, 43 and 1B. RGB value is (219,67,27). Sum of RGB (Red+Green+Blue) = 219+67+27=313 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.97% from 313); Green value is 67 (26.56% from 255 or 21.41% from 313); Blue value is 27 (10.94% from 255 or 8.63% from 313); Max value from RGB is 219 - color contains mainly: red. Hex color #DB431B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB431B is #24BCE4. Grayscale: #6C6C6C. Windows color (decimal): -2407653 or 1786843. OLE color: 1786843.
HSL color Cylindrical-coordinate representation of color #DB431B: hue angle of 12.5º degrees, saturation: 0.78, 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 #DB431B is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 67 | 27 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.14 |
| HSL | 12.5º | 0.78% | 0.48% | - |
| HSV(B) | 12.5º | 0.88% | 0.86% | - |
| XYZ | 31.42 | 19.15 | 3.08 | - |
| YUV | 107.89 | 82.36 | 207.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 67 | 27 | 0 | 0.69 | 0.88 | 0.14 | 12.5 | 0.78 | 0.48 |
| Hex | DB | 43 | 1B | 0 | 45 | 58 | E | C | 4E | 30 |
| Octal | 333 | 103 | 33 | 0 | 105 | 130 | 16 | 14 | 116 | 60 |
| Binary | 11011011 | 1000011 | 11011 | 0 | 1000101 | 1011000 | 1110 | 1100 | 1001110 | 110000 |
Color Harmonies of #DB431B
Complementary color
Monochromatic Colors of #DB431B
Black with #DB431B
Text Example
Text Example
White with #DB431B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB431B; }
p { color: rgb(219,67,27); }
H1.HeaderClassName
{
color: #DB431B;
}
.AnyTagClassName
{
color: #DB431B;
}
</style>
background-color css
<style>
a { background-color: #DB431B; }
a { background-color: rgb(219,67,27); }
div.DivClassName
{
background-color: #DB431B;
}
.BgClassName
{
background-color: #DB431B;
}
</style>
border-color css
<style>
span { border-color: #DB431B; }
span { border-color: rgb(219,67,27); }
td.TdClassName
{
border-color: #DB431B;
}
.TagClassName
{
border-color: #DB431B;
}
</style>