Html Css Color HEX #DB2313 Harley Davidson Orange
📋 copy color: '#DB2313'red 219 ◦ green 35 ◦ blue 19
Shades of Harley Davidson Orange #DB2313
Tints of Harley Davidson Orange #DB2313
RGB
CMYK
RGB Variations
Color information
#DB2313 (or 0xDB2313) is known color: Harley Davidson Orange. HEX triplet: DB, 23 and 13. RGB value is (219,35,19). Sum of RGB (Red+Green+Blue) = 219+35+19=273 (36% of max value = 765). Red value is 219 (85.94% from 255 or 80.22% from 273); Green value is 35 (14.06% from 255 or 12.82% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2313 is #24DCEC. Grayscale: #585858. Windows color (decimal): -2415853 or 1254363. OLE color: 1254363.
HSL color Cylindrical-coordinate representation of color #DB2313: hue angle of 4.8º 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 #DB2313 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 35 | 19 | - |
| CMYK | 0 | 0.84 | 0.91 | 0.14 |
| HSL | 4.8º | 0.84% | 0.47% | - |
| HSV(B) | 4.8º | 0.91% | 0.86% | - |
| XYZ | 29.93 | 16.31 | 2.19 | - |
| YUV | 88.19 | 88.96 | 221.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 35 | 19 | 0 | 0.84 | 0.91 | 0.14 | 4.8 | 0.84 | 0.47 |
| Hex | DB | 23 | 13 | 0 | 54 | 5B | E | 5 | 54 | 2F |
| Octal | 333 | 43 | 23 | 0 | 124 | 133 | 16 | 5 | 124 | 57 |
| Binary | 11011011 | 100011 | 10011 | 0 | 1010100 | 1011011 | 1110 | 101 | 1010100 | 101111 |
Color Harmonies of #DB2313
Complementary color
Monochromatic Colors of #DB2313
Black with #DB2313
Text Example
Text Example
White with #DB2313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2313; }
p { color: rgb(219,35,19); }
H1.HeaderClassName
{
color: #DB2313;
}
.AnyTagClassName
{
color: #DB2313;
}
</style>
background-color css
<style>
a { background-color: #DB2313; }
a { background-color: rgb(219,35,19); }
div.DivClassName
{
background-color: #DB2313;
}
.BgClassName
{
background-color: #DB2313;
}
</style>
border-color css
<style>
span { border-color: #DB2313; }
span { border-color: rgb(219,35,19); }
td.TdClassName
{
border-color: #DB2313;
}
.TagClassName
{
border-color: #DB2313;
}
</style>