Html Css Color HEX #DB281F Harley Davidson Orange
📋 copy color: '#DB281F'red 219 ◦ green 40 ◦ blue 31
Shades of Harley Davidson Orange #DB281F
Tints of Harley Davidson Orange #DB281F
RGB
CMYK
RGB Variations
Color information
#DB281F (or 0xDB281F) is known color: Harley Davidson Orange. HEX triplet: DB, 28 and 1F. RGB value is (219,40,31). Sum of RGB (Red+Green+Blue) = 219+40+31=290 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.52% from 290); Green value is 40 (16.02% from 255 or 13.79% from 290); Blue value is 31 (12.5% from 255 or 10.69% from 290); Max value from RGB is 219 - color contains mainly: red. Hex color #DB281F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB281F is #24D7E0. Grayscale: #5C5C5C. Windows color (decimal): -2414561 or 2042075. OLE color: 2042075.
HSL color Cylindrical-coordinate representation of color #DB281F: hue angle of 2.87º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB281F is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 40 | 31 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.14 |
| HSL | 2.87º | 0.75% | 0.49% | - |
| HSV(B) | 2.87º | 0.86% | 0.86% | - |
| XYZ | 30.22 | 16.68 | 2.92 | - |
| YUV | 92.5 | 93.3 | 218.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 31 | 0 | 0.82 | 0.86 | 0.14 | 2.87 | 0.75 | 0.49 |
| Hex | DB | 28 | 1F | 0 | 52 | 56 | E | 3 | 4B | 31 |
| Octal | 333 | 50 | 37 | 0 | 122 | 126 | 16 | 3 | 113 | 61 |
| Binary | 11011011 | 101000 | 11111 | 0 | 1010010 | 1010110 | 1110 | 11 | 1001011 | 110001 |
Color Harmonies of #DB281F
Complementary color
Monochromatic Colors of #DB281F
Black with #DB281F
Text Example
Text Example
White with #DB281F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB281F; }
p { color: rgb(219,40,31); }
H1.HeaderClassName
{
color: #DB281F;
}
.AnyTagClassName
{
color: #DB281F;
}
</style>
background-color css
<style>
a { background-color: #DB281F; }
a { background-color: rgb(219,40,31); }
div.DivClassName
{
background-color: #DB281F;
}
.BgClassName
{
background-color: #DB281F;
}
</style>
border-color css
<style>
span { border-color: #DB281F; }
span { border-color: rgb(219,40,31); }
td.TdClassName
{
border-color: #DB281F;
}
.TagClassName
{
border-color: #DB281F;
}
</style>