Html Css Color HEX #DB1513 Harley Davidson Orange
📋 copy color: '#DB1513'red 219 ◦ green 21 ◦ blue 19
Shades of Harley Davidson Orange #DB1513
Tints of Harley Davidson Orange #DB1513
RGB
CMYK
RGB Variations
Color information
#DB1513 (or 0xDB1513) is known color: Harley Davidson Orange. HEX triplet: DB, 15 and 13. RGB value is (219,21,19). Sum of RGB (Red+Green+Blue) = 219+21+19=259 (34% of max value = 765). Red value is 219 (85.94% from 255 or 84.56% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 19 (7.81% from 255 or 7.34% from 259); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1513 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1513 is #24EAEC. Grayscale: #505050. Windows color (decimal): -2419437 or 1250779. OLE color: 1250779.
HSL color Cylindrical-coordinate representation of color #DB1513: hue angle of 0.6º 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 #DB1513 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 21 | 19 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.14 |
| HSL | 0.6º | 0.84% | 0.47% | - |
| HSV(B) | 0.6º | 0.91% | 0.86% | - |
| XYZ | 29.6 | 15.64 | 2.08 | - |
| YUV | 79.97 | 93.6 | 227.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 21 | 19 | 0 | 0.90 | 0.91 | 0.14 | 0.6 | 0.84 | 0.47 |
| Hex | DB | 15 | 13 | 0 | 5A | 5B | E | 1 | 54 | 2F |
| Octal | 333 | 25 | 23 | 0 | 132 | 133 | 16 | 1 | 124 | 57 |
| Binary | 11011011 | 10101 | 10011 | 0 | 1011010 | 1011011 | 1110 | 1 | 1010100 | 101111 |
Color Harmonies of #DB1513
Complementary color
Monochromatic Colors of #DB1513
Black with #DB1513
Text Example
Text Example
White with #DB1513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1513; }
p { color: rgb(219,21,19); }
H1.HeaderClassName
{
color: #DB1513;
}
.AnyTagClassName
{
color: #DB1513;
}
</style>
background-color css
<style>
a { background-color: #DB1513; }
a { background-color: rgb(219,21,19); }
div.DivClassName
{
background-color: #DB1513;
}
.BgClassName
{
background-color: #DB1513;
}
</style>
border-color css
<style>
span { border-color: #DB1513; }
span { border-color: rgb(219,21,19); }
td.TdClassName
{
border-color: #DB1513;
}
.TagClassName
{
border-color: #DB1513;
}
</style>