Html Css Color HEX #DB2513 Harley Davidson Orange
📋 copy color: '#DB2513'red 219 ◦ green 37 ◦ blue 19
Shades of Harley Davidson Orange #DB2513
Tints of Harley Davidson Orange #DB2513
RGB
CMYK
RGB Variations
Color information
#DB2513 (or 0xDB2513) is known color: Harley Davidson Orange. HEX triplet: DB, 25 and 13. RGB value is (219,37,19). Sum of RGB (Red+Green+Blue) = 219+37+19=275 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.64% from 275); Green value is 37 (14.84% from 255 or 13.45% from 275); Blue value is 19 (7.81% from 255 or 6.91% from 275); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2513 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2513 is #24DAEC. Grayscale: #595959. Windows color (decimal): -2415341 or 1254875. OLE color: 1254875.
HSL color Cylindrical-coordinate representation of color #DB2513: hue angle of 5.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 #DB2513 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 37 | 19 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.14 |
| HSL | 5.4º | 0.84% | 0.47% | - |
| HSV(B) | 5.4º | 0.91% | 0.86% | - |
| XYZ | 29.99 | 16.43 | 2.21 | - |
| YUV | 89.37 | 88.3 | 220.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 19 | 0 | 0.83 | 0.91 | 0.14 | 5.4 | 0.84 | 0.47 |
| Hex | DB | 25 | 13 | 0 | 53 | 5B | E | 5 | 54 | 2F |
| Octal | 333 | 45 | 23 | 0 | 123 | 133 | 16 | 5 | 124 | 57 |
| Binary | 11011011 | 100101 | 10011 | 0 | 1010011 | 1011011 | 1110 | 101 | 1010100 | 101111 |
Color Harmonies of #DB2513
Complementary color
Monochromatic Colors of #DB2513
Black with #DB2513
Text Example
Text Example
White with #DB2513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2513; }
p { color: rgb(219,37,19); }
H1.HeaderClassName
{
color: #DB2513;
}
.AnyTagClassName
{
color: #DB2513;
}
</style>
background-color css
<style>
a { background-color: #DB2513; }
a { background-color: rgb(219,37,19); }
div.DivClassName
{
background-color: #DB2513;
}
.BgClassName
{
background-color: #DB2513;
}
</style>
border-color css
<style>
span { border-color: #DB2513; }
span { border-color: rgb(219,37,19); }
td.TdClassName
{
border-color: #DB2513;
}
.TagClassName
{
border-color: #DB2513;
}
</style>