Html Css Color HEX #DB341F Harley Davidson Orange
📋 copy color: '#DB341F'red 219 ◦ green 52 ◦ blue 31
Shades of Harley Davidson Orange #DB341F
Tints of Harley Davidson Orange #DB341F
RGB
CMYK
RGB Variations
Color information
#DB341F (or 0xDB341F) is known color: Harley Davidson Orange. HEX triplet: DB, 34 and 1F. RGB value is (219,52,31). Sum of RGB (Red+Green+Blue) = 219+52+31=302 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.52% from 302); Green value is 52 (20.70% from 255 or 17.22% from 302); Blue value is 31 (12.5% from 255 or 10.26% from 302); Max value from RGB is 219 - color contains mainly: red. Hex color #DB341F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB341F is #24CBE0. Grayscale: #636363. Windows color (decimal): -2411489 or 2045147. OLE color: 2045147.
HSL color Cylindrical-coordinate representation of color #DB341F: hue angle of 6.7º degrees, saturation: 0.75, 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 #DB341F is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 52 | 31 | - |
| CMYK | 0 | 0.76 | 0.86 | 0.14 |
| HSL | 6.7º | 0.75% | 0.49% | - |
| HSV(B) | 6.7º | 0.86% | 0.86% | - |
| XYZ | 30.69 | 17.61 | 3.08 | - |
| YUV | 99.54 | 89.33 | 213.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 52 | 31 | 0 | 0.76 | 0.86 | 0.14 | 6.7 | 0.75 | 0.49 |
| Hex | DB | 34 | 1F | 0 | 4C | 56 | E | 7 | 4B | 31 |
| Octal | 333 | 64 | 37 | 0 | 114 | 126 | 16 | 7 | 113 | 61 |
| Binary | 11011011 | 110100 | 11111 | 0 | 1001100 | 1010110 | 1110 | 111 | 1001011 | 110001 |
Color Harmonies of #DB341F
Complementary color
Monochromatic Colors of #DB341F
Black with #DB341F
Text Example
Text Example
White with #DB341F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB341F; }
p { color: rgb(219,52,31); }
H1.HeaderClassName
{
color: #DB341F;
}
.AnyTagClassName
{
color: #DB341F;
}
</style>
background-color css
<style>
a { background-color: #DB341F; }
a { background-color: rgb(219,52,31); }
div.DivClassName
{
background-color: #DB341F;
}
.BgClassName
{
background-color: #DB341F;
}
</style>
border-color css
<style>
span { border-color: #DB341F; }
span { border-color: rgb(219,52,31); }
td.TdClassName
{
border-color: #DB341F;
}
.TagClassName
{
border-color: #DB341F;
}
</style>