Html Css Color HEX #DB2A13 Harley Davidson Orange
📋 copy color: '#DB2A13'red 219 ◦ green 42 ◦ blue 19
Shades of Harley Davidson Orange #DB2A13
Tints of Harley Davidson Orange #DB2A13
RGB
CMYK
RGB Variations
Color information
#DB2A13 (or 0xDB2A13) is known color: Harley Davidson Orange. HEX triplet: DB, 2A and 13. RGB value is (219,42,19). Sum of RGB (Red+Green+Blue) = 219+42+19=280 (37% of max value = 765). Red value is 219 (85.94% from 255 or 78.21% from 280); Green value is 42 (16.80% from 255 or 15% from 280); Blue value is 19 (7.81% from 255 or 6.79% from 280); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2A13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2A13 is #24D5EC. Grayscale: #5C5C5C. Windows color (decimal): -2414061 or 1256155. OLE color: 1256155.
HSL color Cylindrical-coordinate representation of color #DB2A13: hue angle of 6.9º 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 #DB2A13 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 42 | 19 | - |
| CMYK | 0 | 0.81 | 0.91 | 0.14 |
| HSL | 6.9º | 0.84% | 0.47% | - |
| HSV(B) | 6.9º | 0.91% | 0.86% | - |
| XYZ | 30.16 | 16.76 | 2.26 | - |
| YUV | 92.3 | 86.64 | 218.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 19 | 0 | 0.81 | 0.91 | 0.14 | 6.9 | 0.84 | 0.47 |
| Hex | DB | 2A | 13 | 0 | 51 | 5B | E | 7 | 54 | 2F |
| Octal | 333 | 52 | 23 | 0 | 121 | 133 | 16 | 7 | 124 | 57 |
| Binary | 11011011 | 101010 | 10011 | 0 | 1010001 | 1011011 | 1110 | 111 | 1010100 | 101111 |
Color Harmonies of #DB2A13
Complementary color
Monochromatic Colors of #DB2A13
Black with #DB2A13
Text Example
Text Example
White with #DB2A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2A13; }
p { color: rgb(219,42,19); }
H1.HeaderClassName
{
color: #DB2A13;
}
.AnyTagClassName
{
color: #DB2A13;
}
</style>
background-color css
<style>
a { background-color: #DB2A13; }
a { background-color: rgb(219,42,19); }
div.DivClassName
{
background-color: #DB2A13;
}
.BgClassName
{
background-color: #DB2A13;
}
</style>
border-color css
<style>
span { border-color: #DB2A13; }
span { border-color: rgb(219,42,19); }
td.TdClassName
{
border-color: #DB2A13;
}
.TagClassName
{
border-color: #DB2A13;
}
</style>