Html Css Color HEX #DB2F13 Harley Davidson Orange
📋 copy color: '#DB2F13'red 219 ◦ green 47 ◦ blue 19
Shades of Harley Davidson Orange #DB2F13
Tints of Harley Davidson Orange #DB2F13
RGB
CMYK
RGB Variations
Color information
#DB2F13 (or 0xDB2F13) is known color: Harley Davidson Orange. HEX triplet: DB, 2F and 13. RGB value is (219,47,19). Sum of RGB (Red+Green+Blue) = 219+47+19=285 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.84% from 285); Green value is 47 (18.75% from 255 or 16.49% from 285); Blue value is 19 (7.81% from 255 or 6.67% from 285); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2F13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2F13 is #24D0EC. Grayscale: #5F5F5F. Windows color (decimal): -2412781 or 1257435. OLE color: 1257435.
HSL color Cylindrical-coordinate representation of color #DB2F13: hue angle of 8.4º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB2F13 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 47 | 19 | - |
| CMYK | 0 | 0.79 | 0.91 | 0.14 |
| HSL | 8.4º | 0.84% | 0.47% | - |
| HSV(B) | 8.4º | 0.91% | 0.86% | - |
| XYZ | 30.35 | 17.14 | 2.32 | - |
| YUV | 95.24 | 84.98 | 216.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 47 | 19 | 0 | 0.79 | 0.91 | 0.14 | 8.4 | 0.84 | 0.47 |
| Hex | DB | 2F | 13 | 0 | 4F | 5B | E | 8 | 54 | 2F |
| Octal | 333 | 57 | 23 | 0 | 117 | 133 | 16 | 10 | 124 | 57 |
| Binary | 11011011 | 101111 | 10011 | 0 | 1001111 | 1011011 | 1110 | 1000 | 1010100 | 101111 |
Color Harmonies of #DB2F13
Complementary color
Monochromatic Colors of #DB2F13
Black with #DB2F13
Text Example
Text Example
White with #DB2F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2F13; }
p { color: rgb(219,47,19); }
H1.HeaderClassName
{
color: #DB2F13;
}
.AnyTagClassName
{
color: #DB2F13;
}
</style>
background-color css
<style>
a { background-color: #DB2F13; }
a { background-color: rgb(219,47,19); }
div.DivClassName
{
background-color: #DB2F13;
}
.BgClassName
{
background-color: #DB2F13;
}
</style>
border-color css
<style>
span { border-color: #DB2F13; }
span { border-color: rgb(219,47,19); }
td.TdClassName
{
border-color: #DB2F13;
}
.TagClassName
{
border-color: #DB2F13;
}
</style>