Html Css Color HEX #DB381F Harley Davidson Orange
📋 copy color: '#DB381F'red 219 ◦ green 56 ◦ blue 31
Shades of Harley Davidson Orange #DB381F
Tints of Harley Davidson Orange #DB381F
RGB
CMYK
RGB Variations
Color information
#DB381F (or 0xDB381F) is known color: Harley Davidson Orange. HEX triplet: DB, 38 and 1F. RGB value is (219,56,31). Sum of RGB (Red+Green+Blue) = 219+56+31=306 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.57% from 306); Green value is 56 (22.27% from 255 or 18.30% from 306); Blue value is 31 (12.5% from 255 or 10.13% from 306); Max value from RGB is 219 - color contains mainly: red. Hex color #DB381F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB381F is #24C7E0. Grayscale: #666666. Windows color (decimal): -2410465 or 2046171. OLE color: 2046171.
HSL color Cylindrical-coordinate representation of color #DB381F: hue angle of 7.98º 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 #DB381F is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 56 | 31 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.14 |
| HSL | 7.98º | 0.75% | 0.49% | - |
| HSV(B) | 7.98º | 0.86% | 0.86% | - |
| XYZ | 30.87 | 17.99 | 3.14 | - |
| YUV | 101.89 | 88 | 211.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 31 | 0 | 0.74 | 0.86 | 0.14 | 7.98 | 0.75 | 0.49 |
| Hex | DB | 38 | 1F | 0 | 4A | 56 | E | 8 | 4B | 31 |
| Octal | 333 | 70 | 37 | 0 | 112 | 126 | 16 | 10 | 113 | 61 |
| Binary | 11011011 | 111000 | 11111 | 0 | 1001010 | 1010110 | 1110 | 1000 | 1001011 | 110001 |
Color Harmonies of #DB381F
Complementary color
Monochromatic Colors of #DB381F
Black with #DB381F
Text Example
Text Example
White with #DB381F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB381F; }
p { color: rgb(219,56,31); }
H1.HeaderClassName
{
color: #DB381F;
}
.AnyTagClassName
{
color: #DB381F;
}
</style>
background-color css
<style>
a { background-color: #DB381F; }
a { background-color: rgb(219,56,31); }
div.DivClassName
{
background-color: #DB381F;
}
.BgClassName
{
background-color: #DB381F;
}
</style>
border-color css
<style>
span { border-color: #DB381F; }
span { border-color: rgb(219,56,31); }
td.TdClassName
{
border-color: #DB381F;
}
.TagClassName
{
border-color: #DB381F;
}
</style>