Html Css Color HEX #DB301A Harley Davidson Orange
📋 copy color: '#DB301A'red 219 ◦ green 48 ◦ blue 26
Shades of Harley Davidson Orange #DB301A
Tints of Harley Davidson Orange #DB301A
RGB
CMYK
RGB Variations
Color information
#DB301A (or 0xDB301A) is known color: Harley Davidson Orange. HEX triplet: DB, 30 and 1A. RGB value is (219,48,26). Sum of RGB (Red+Green+Blue) = 219+48+26=293 (38% of max value = 765). Red value is 219 (85.94% from 255 or 74.74% from 293); Green value is 48 (19.14% from 255 or 16.38% from 293); Blue value is 26 (10.55% from 255 or 8.87% from 293); Max value from RGB is 219 - color contains mainly: red. Hex color #DB301A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB301A is #24CFE5. Grayscale: #606060. Windows color (decimal): -2412518 or 1716443. OLE color: 1716443.
HSL color Cylindrical-coordinate representation of color #DB301A: hue angle of 6.84º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB301A is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 48 | 26 | - |
| CMYK | 0 | 0.78 | 0.88 | 0.14 |
| HSL | 6.84º | 0.79% | 0.48% | - |
| HSV(B) | 6.84º | 0.88% | 0.86% | - |
| XYZ | 30.46 | 17.25 | 2.7 | - |
| YUV | 96.62 | 88.15 | 215.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 48 | 26 | 0 | 0.78 | 0.88 | 0.14 | 6.84 | 0.79 | 0.48 |
| Hex | DB | 30 | 1A | 0 | 4E | 58 | E | 7 | 4F | 30 |
| Octal | 333 | 60 | 32 | 0 | 116 | 130 | 16 | 7 | 117 | 60 |
| Binary | 11011011 | 110000 | 11010 | 0 | 1001110 | 1011000 | 1110 | 111 | 1001111 | 110000 |
Color Harmonies of #DB301A
Complementary color
Monochromatic Colors of #DB301A
Black with #DB301A
Text Example
Text Example
White with #DB301A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB301A; }
p { color: rgb(219,48,26); }
H1.HeaderClassName
{
color: #DB301A;
}
.AnyTagClassName
{
color: #DB301A;
}
</style>
background-color css
<style>
a { background-color: #DB301A; }
a { background-color: rgb(219,48,26); }
div.DivClassName
{
background-color: #DB301A;
}
.BgClassName
{
background-color: #DB301A;
}
</style>
border-color css
<style>
span { border-color: #DB301A; }
span { border-color: rgb(219,48,26); }
td.TdClassName
{
border-color: #DB301A;
}
.TagClassName
{
border-color: #DB301A;
}
</style>