Html Css Color HEX #DB3C13 Harley Davidson Orange
📋 copy color: '#DB3C13'red 219 ◦ green 60 ◦ blue 19
Shades of Harley Davidson Orange #DB3C13
Tints of Harley Davidson Orange #DB3C13
RGB
CMYK
RGB Variations
Color information
#DB3C13 (or 0xDB3C13) is known color: Harley Davidson Orange. HEX triplet: DB, 3C and 13. RGB value is (219,60,19). Sum of RGB (Red+Green+Blue) = 219+60+19=298 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.49% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 19 (7.81% from 255 or 6.38% from 298); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3C13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3C13 is #24C3EC. Grayscale: #676767. Windows color (decimal): -2409453 or 1260763. OLE color: 1260763.
HSL color Cylindrical-coordinate representation of color #DB3C13: hue angle of 12.3º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB3C13 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 60 | 19 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.14 |
| HSL | 12.3º | 0.84% | 0.47% | - |
| HSV(B) | 12.3º | 0.91% | 0.86% | - |
| XYZ | 30.95 | 18.34 | 2.52 | - |
| YUV | 102.87 | 80.68 | 210.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 60 | 19 | 0 | 0.73 | 0.91 | 0.14 | 12.3 | 0.84 | 0.47 |
| Hex | DB | 3C | 13 | 0 | 49 | 5B | E | C | 54 | 2F |
| Octal | 333 | 74 | 23 | 0 | 111 | 133 | 16 | 14 | 124 | 57 |
| Binary | 11011011 | 111100 | 10011 | 0 | 1001001 | 1011011 | 1110 | 1100 | 1010100 | 101111 |
Color Harmonies of #DB3C13
Complementary color
Monochromatic Colors of #DB3C13
Black with #DB3C13
Text Example
Text Example
White with #DB3C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3C13; }
p { color: rgb(219,60,19); }
H1.HeaderClassName
{
color: #DB3C13;
}
.AnyTagClassName
{
color: #DB3C13;
}
</style>
background-color css
<style>
a { background-color: #DB3C13; }
a { background-color: rgb(219,60,19); }
div.DivClassName
{
background-color: #DB3C13;
}
.BgClassName
{
background-color: #DB3C13;
}
</style>
border-color css
<style>
span { border-color: #DB3C13; }
span { border-color: rgb(219,60,19); }
td.TdClassName
{
border-color: #DB3C13;
}
.TagClassName
{
border-color: #DB3C13;
}
</style>