Html Css Color HEX #DB281A Harley Davidson Orange
📋 copy color: '#DB281A'red 219 ◦ green 40 ◦ blue 26
Shades of Harley Davidson Orange #DB281A
Tints of Harley Davidson Orange #DB281A
RGB
CMYK
RGB Variations
Color information
#DB281A (or 0xDB281A) is known color: Harley Davidson Orange. HEX triplet: DB, 28 and 1A. RGB value is (219,40,26). Sum of RGB (Red+Green+Blue) = 219+40+26=285 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.84% from 285); Green value is 40 (16.02% from 255 or 14.04% from 285); Blue value is 26 (10.55% from 255 or 9.12% from 285); Max value from RGB is 219 - color contains mainly: red. Hex color #DB281A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB281A is #24D7E5. Grayscale: #5C5C5C. Windows color (decimal): -2414566 or 1714395. OLE color: 1714395.
HSL color Cylindrical-coordinate representation of color #DB281A: hue angle of 4.35º 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 #DB281A is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 40 | 26 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.14 |
| HSL | 4.35º | 0.79% | 0.48% | - |
| HSV(B) | 4.35º | 0.88% | 0.86% | - |
| XYZ | 30.16 | 16.65 | 2.6 | - |
| YUV | 91.93 | 90.8 | 218.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 26 | 0 | 0.82 | 0.88 | 0.14 | 4.35 | 0.79 | 0.48 |
| Hex | DB | 28 | 1A | 0 | 52 | 58 | E | 4 | 4F | 30 |
| Octal | 333 | 50 | 32 | 0 | 122 | 130 | 16 | 4 | 117 | 60 |
| Binary | 11011011 | 101000 | 11010 | 0 | 1010010 | 1011000 | 1110 | 100 | 1001111 | 110000 |
Color Harmonies of #DB281A
Complementary color
Monochromatic Colors of #DB281A
Black with #DB281A
Text Example
Text Example
White with #DB281A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB281A; }
p { color: rgb(219,40,26); }
H1.HeaderClassName
{
color: #DB281A;
}
.AnyTagClassName
{
color: #DB281A;
}
</style>
background-color css
<style>
a { background-color: #DB281A; }
a { background-color: rgb(219,40,26); }
div.DivClassName
{
background-color: #DB281A;
}
.BgClassName
{
background-color: #DB281A;
}
</style>
border-color css
<style>
span { border-color: #DB281A; }
span { border-color: rgb(219,40,26); }
td.TdClassName
{
border-color: #DB281A;
}
.TagClassName
{
border-color: #DB281A;
}
</style>