Html Css Color HEX #DB1512 Harley Davidson Orange
📋 copy color: '#DB1512'red 219 ◦ green 21 ◦ blue 18
Shades of Harley Davidson Orange #DB1512
Tints of Harley Davidson Orange #DB1512
RGB
CMYK
RGB Variations
Color information
#DB1512 (or 0xDB1512) is known color: Harley Davidson Orange. HEX triplet: DB, 15 and 12. RGB value is (219,21,18). Sum of RGB (Red+Green+Blue) = 219+21+18=258 (34% of max value = 765). Red value is 219 (85.94% from 255 or 84.88% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 18 (7.42% from 255 or 6.98% from 258); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1512 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1512 is #24EAED. Grayscale: #505050. Windows color (decimal): -2419438 or 1185243. OLE color: 1185243.
HSL color Cylindrical-coordinate representation of color #DB1512: hue angle of 0.9º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB1512 is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 21 | 18 | - |
| CMYK | 0 | 0.90 | 0.92 | 0.14 |
| HSL | 0.9º | 0.85% | 0.46% | - |
| HSV(B) | 0.9º | 0.92% | 0.86% | - |
| XYZ | 29.59 | 15.64 | 2.03 | - |
| YUV | 79.86 | 93.1 | 227.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 21 | 18 | 0 | 0.90 | 0.92 | 0.14 | 0.9 | 0.85 | 0.46 |
| Hex | DB | 15 | 12 | 0 | 5A | 5C | E | 1 | 55 | 2E |
| Octal | 333 | 25 | 22 | 0 | 132 | 134 | 16 | 1 | 125 | 56 |
| Binary | 11011011 | 10101 | 10010 | 0 | 1011010 | 1011100 | 1110 | 1 | 1010101 | 101110 |
Color Harmonies of #DB1512
Complementary color
Monochromatic Colors of #DB1512
Black with #DB1512
Text Example
Text Example
White with #DB1512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1512; }
p { color: rgb(219,21,18); }
H1.HeaderClassName
{
color: #DB1512;
}
.AnyTagClassName
{
color: #DB1512;
}
</style>
background-color css
<style>
a { background-color: #DB1512; }
a { background-color: rgb(219,21,18); }
div.DivClassName
{
background-color: #DB1512;
}
.BgClassName
{
background-color: #DB1512;
}
</style>
border-color css
<style>
span { border-color: #DB1512; }
span { border-color: rgb(219,21,18); }
td.TdClassName
{
border-color: #DB1512;
}
.TagClassName
{
border-color: #DB1512;
}
</style>