Html Css Color HEX #DB2F0D Harley Davidson Orange
📋 copy color: '#DB2F0D'red 219 ◦ green 47 ◦ blue 13
Shades of Harley Davidson Orange #DB2F0D
Tints of Harley Davidson Orange #DB2F0D
RGB
CMYK
RGB Variations
Color information
#DB2F0D (or 0xDB2F0D) is known color: Harley Davidson Orange. HEX triplet: DB, 2F and 0D. RGB value is (219,47,13). Sum of RGB (Red+Green+Blue) = 219+47+13=279 (36% of max value = 765). Red value is 219 (85.94% from 255 or 78.49% from 279); Green value is 47 (18.75% from 255 or 16.85% from 279); Blue value is 13 (5.47% from 255 or 4.66% from 279); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2F0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2F0D is #24D0F2. Grayscale: #5E5E5E. Windows color (decimal): -2412787 or 864219. OLE color: 864219.
HSL color Cylindrical-coordinate representation of color #DB2F0D: hue angle of 9.9º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB2F0D is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 47 | 13 | - |
| CMYK | 0 | 0.79 | 0.94 | 0.14 |
| HSL | 9.9º | 0.89% | 0.45% | - |
| HSV(B) | 9.9º | 0.94% | 0.86% | - |
| XYZ | 30.3 | 17.12 | 2.09 | - |
| YUV | 94.55 | 81.98 | 216.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 47 | 13 | 0 | 0.79 | 0.94 | 0.14 | 9.9 | 0.89 | 0.45 |
| Hex | DB | 2F | D | 0 | 4F | 5E | E | A | 59 | 2D |
| Octal | 333 | 57 | 15 | 0 | 117 | 136 | 16 | 12 | 131 | 55 |
| Binary | 11011011 | 101111 | 1101 | 0 | 1001111 | 1011110 | 1110 | 1010 | 1011001 | 101101 |
Color Harmonies of #DB2F0D
Complementary color
Monochromatic Colors of #DB2F0D
Black with #DB2F0D
Text Example
Text Example
White with #DB2F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2F0D; }
p { color: rgb(219,47,13); }
H1.HeaderClassName
{
color: #DB2F0D;
}
.AnyTagClassName
{
color: #DB2F0D;
}
</style>
background-color css
<style>
a { background-color: #DB2F0D; }
a { background-color: rgb(219,47,13); }
div.DivClassName
{
background-color: #DB2F0D;
}
.BgClassName
{
background-color: #DB2F0D;
}
</style>
border-color css
<style>
span { border-color: #DB2F0D; }
span { border-color: rgb(219,47,13); }
td.TdClassName
{
border-color: #DB2F0D;
}
.TagClassName
{
border-color: #DB2F0D;
}
</style>