Html Css Color HEX #DB3815 Harley Davidson Orange
📋 copy color: '#DB3815'red 219 ◦ green 56 ◦ blue 21
Shades of Harley Davidson Orange #DB3815
Tints of Harley Davidson Orange #DB3815
RGB
CMYK
RGB Variations
Color information
#DB3815 (or 0xDB3815) is known color: Harley Davidson Orange. HEX triplet: DB, 38 and 15. RGB value is (219,56,21). Sum of RGB (Red+Green+Blue) = 219+56+21=296 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.99% from 296); Green value is 56 (22.27% from 255 or 18.92% from 296); Blue value is 21 (8.59% from 255 or 7.09% from 296); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3815 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3815 is #24C7EA. Grayscale: #656565. Windows color (decimal): -2410475 or 1390811. OLE color: 1390811.
HSL color Cylindrical-coordinate representation of color #DB3815: hue angle of 10.61º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB3815 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 56 | 21 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.14 |
| HSL | 10.61º | 0.83% | 0.47% | - |
| HSV(B) | 10.61º | 0.9% | 0.86% | - |
| XYZ | 30.76 | 17.94 | 2.55 | - |
| YUV | 100.75 | 83 | 212.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 21 | 0 | 0.74 | 0.90 | 0.14 | 10.61 | 0.83 | 0.47 |
| Hex | DB | 38 | 15 | 0 | 4A | 5A | E | B | 52 | 2F |
| Octal | 333 | 70 | 25 | 0 | 112 | 132 | 16 | 13 | 122 | 57 |
| Binary | 11011011 | 111000 | 10101 | 0 | 1001010 | 1011010 | 1110 | 1011 | 1010010 | 101111 |
Color Harmonies of #DB3815
Complementary color
Monochromatic Colors of #DB3815
Black with #DB3815
Text Example
Text Example
White with #DB3815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3815; }
p { color: rgb(219,56,21); }
H1.HeaderClassName
{
color: #DB3815;
}
.AnyTagClassName
{
color: #DB3815;
}
</style>
background-color css
<style>
a { background-color: #DB3815; }
a { background-color: rgb(219,56,21); }
div.DivClassName
{
background-color: #DB3815;
}
.BgClassName
{
background-color: #DB3815;
}
</style>
border-color css
<style>
span { border-color: #DB3815; }
span { border-color: rgb(219,56,21); }
td.TdClassName
{
border-color: #DB3815;
}
.TagClassName
{
border-color: #DB3815;
}
</style>