Html Css Color HEX #DB341E Harley Davidson Orange
📋 copy color: '#DB341E'red 219 ◦ green 52 ◦ blue 30
Shades of Harley Davidson Orange #DB341E
Tints of Harley Davidson Orange #DB341E
RGB
CMYK
RGB Variations
Color information
#DB341E (or 0xDB341E) is known color: Harley Davidson Orange. HEX triplet: DB, 34 and 1E. RGB value is (219,52,30). Sum of RGB (Red+Green+Blue) = 219+52+30=301 (39% of max value = 765). Red value is 219 (85.94% from 255 or 72.76% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 30 (12.11% from 255 or 9.97% from 301); Max value from RGB is 219 - color contains mainly: red. Hex color #DB341E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB341E is #24CBE1. Grayscale: #636363. Windows color (decimal): -2411490 or 1979611. OLE color: 1979611.
HSL color Cylindrical-coordinate representation of color #DB341E: hue angle of 6.98º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB341E is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 52 | 30 | - |
| CMYK | 0 | 0.76 | 0.86 | 0.14 |
| HSL | 6.98º | 0.76% | 0.49% | - |
| HSV(B) | 6.98º | 0.86% | 0.86% | - |
| XYZ | 30.68 | 17.61 | 3.01 | - |
| YUV | 99.43 | 88.83 | 213.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 52 | 30 | 0 | 0.76 | 0.86 | 0.14 | 6.98 | 0.76 | 0.49 |
| Hex | DB | 34 | 1E | 0 | 4C | 56 | E | 7 | 4C | 31 |
| Octal | 333 | 64 | 36 | 0 | 114 | 126 | 16 | 7 | 114 | 61 |
| Binary | 11011011 | 110100 | 11110 | 0 | 1001100 | 1010110 | 1110 | 111 | 1001100 | 110001 |
Color Harmonies of #DB341E
Complementary color
Monochromatic Colors of #DB341E
Black with #DB341E
Text Example
Text Example
White with #DB341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB341E; }
p { color: rgb(219,52,30); }
H1.HeaderClassName
{
color: #DB341E;
}
.AnyTagClassName
{
color: #DB341E;
}
</style>
background-color css
<style>
a { background-color: #DB341E; }
a { background-color: rgb(219,52,30); }
div.DivClassName
{
background-color: #DB341E;
}
.BgClassName
{
background-color: #DB341E;
}
</style>
border-color css
<style>
span { border-color: #DB341E; }
span { border-color: rgb(219,52,30); }
td.TdClassName
{
border-color: #DB341E;
}
.TagClassName
{
border-color: #DB341E;
}
</style>