Html Css Color HEX #DB3015 Harley Davidson Orange
📋 copy color: '#DB3015'red 219 ◦ green 48 ◦ blue 21
Shades of Harley Davidson Orange #DB3015
Tints of Harley Davidson Orange #DB3015
RGB
CMYK
RGB Variations
Color information
#DB3015 (or 0xDB3015) is known color: Harley Davidson Orange. HEX triplet: DB, 30 and 15. RGB value is (219,48,21). Sum of RGB (Red+Green+Blue) = 219+48+21=288 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.04% from 288); Green value is 48 (19.14% from 255 or 16.67% from 288); Blue value is 21 (8.59% from 255 or 7.29% from 288); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3015 is #24CFEA. Grayscale: #606060. Windows color (decimal): -2412523 or 1388763. OLE color: 1388763.
HSL color Cylindrical-coordinate representation of color #DB3015: hue angle of 8.18º 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 #DB3015 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 48 | 21 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.14 |
| HSL | 8.18º | 0.83% | 0.47% | - |
| HSV(B) | 8.18º | 0.9% | 0.86% | - |
| XYZ | 30.41 | 17.23 | 2.43 | - |
| YUV | 96.05 | 85.65 | 215.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 48 | 21 | 0 | 0.78 | 0.90 | 0.14 | 8.18 | 0.83 | 0.47 |
| Hex | DB | 30 | 15 | 0 | 4E | 5A | E | 8 | 52 | 2F |
| Octal | 333 | 60 | 25 | 0 | 116 | 132 | 16 | 10 | 122 | 57 |
| Binary | 11011011 | 110000 | 10101 | 0 | 1001110 | 1011010 | 1110 | 1000 | 1010010 | 101111 |
Color Harmonies of #DB3015
Complementary color
Monochromatic Colors of #DB3015
Black with #DB3015
Text Example
Text Example
White with #DB3015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3015; }
p { color: rgb(219,48,21); }
H1.HeaderClassName
{
color: #DB3015;
}
.AnyTagClassName
{
color: #DB3015;
}
</style>
background-color css
<style>
a { background-color: #DB3015; }
a { background-color: rgb(219,48,21); }
div.DivClassName
{
background-color: #DB3015;
}
.BgClassName
{
background-color: #DB3015;
}
</style>
border-color css
<style>
span { border-color: #DB3015; }
span { border-color: rgb(219,48,21); }
td.TdClassName
{
border-color: #DB3015;
}
.TagClassName
{
border-color: #DB3015;
}
</style>