Html Css Color HEX #DB341B Harley Davidson Orange
📋 copy color: '#DB341B'red 219 ◦ green 52 ◦ blue 27
Shades of Harley Davidson Orange #DB341B
Tints of Harley Davidson Orange #DB341B
RGB
CMYK
RGB Variations
Color information
#DB341B (or 0xDB341B) is known color: Harley Davidson Orange. HEX triplet: DB, 34 and 1B. RGB value is (219,52,27). Sum of RGB (Red+Green+Blue) = 219+52+27=298 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.49% from 298); Green value is 52 (20.70% from 255 or 17.45% from 298); Blue value is 27 (10.94% from 255 or 9.06% from 298); Max value from RGB is 219 - color contains mainly: red. Hex color #DB341B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB341B is #24CBE4. Grayscale: #636363. Windows color (decimal): -2411493 or 1783003. OLE color: 1783003.
HSL color Cylindrical-coordinate representation of color #DB341B: hue angle of 7.81º degrees, saturation: 0.78, 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 #DB341B is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 52 | 27 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.14 |
| HSL | 7.81º | 0.78% | 0.48% | - |
| HSV(B) | 7.81º | 0.88% | 0.86% | - |
| XYZ | 30.64 | 17.6 | 2.82 | - |
| YUV | 99.08 | 87.33 | 213.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 52 | 27 | 0 | 0.76 | 0.88 | 0.14 | 7.81 | 0.78 | 0.48 |
| Hex | DB | 34 | 1B | 0 | 4C | 58 | E | 8 | 4E | 30 |
| Octal | 333 | 64 | 33 | 0 | 114 | 130 | 16 | 10 | 116 | 60 |
| Binary | 11011011 | 110100 | 11011 | 0 | 1001100 | 1011000 | 1110 | 1000 | 1001110 | 110000 |
Color Harmonies of #DB341B
Complementary color
Monochromatic Colors of #DB341B
Black with #DB341B
Text Example
Text Example
White with #DB341B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB341B; }
p { color: rgb(219,52,27); }
H1.HeaderClassName
{
color: #DB341B;
}
.AnyTagClassName
{
color: #DB341B;
}
</style>
background-color css
<style>
a { background-color: #DB341B; }
a { background-color: rgb(219,52,27); }
div.DivClassName
{
background-color: #DB341B;
}
.BgClassName
{
background-color: #DB341B;
}
</style>
border-color css
<style>
span { border-color: #DB341B; }
span { border-color: rgb(219,52,27); }
td.TdClassName
{
border-color: #DB341B;
}
.TagClassName
{
border-color: #DB341B;
}
</style>