Html Css Color HEX #DB3113 Harley Davidson Orange
📋 copy color: '#DB3113'red 219 ◦ green 49 ◦ blue 19
Shades of Harley Davidson Orange #DB3113
Tints of Harley Davidson Orange #DB3113
RGB
CMYK
RGB Variations
Color information
#DB3113 (or 0xDB3113) is known color: Harley Davidson Orange. HEX triplet: DB, 31 and 13. RGB value is (219,49,19). Sum of RGB (Red+Green+Blue) = 219+49+19=287 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.31% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 19 (7.81% from 255 or 6.62% from 287); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3113 is #24CEEC. Grayscale: #606060. Windows color (decimal): -2412269 or 1257947. OLE color: 1257947.
HSL color Cylindrical-coordinate representation of color #DB3113: hue angle of 9º 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 #DB3113 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 49 | 19 | - |
| CMYK | 0 | 0.78 | 0.91 | 0.14 |
| HSL | 9º | 0.84% | 0.47% | - |
| HSV(B) | 9º | 0.91% | 0.86% | - |
| XYZ | 30.43 | 17.3 | 2.35 | - |
| YUV | 96.41 | 84.32 | 215.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 49 | 19 | 0 | 0.78 | 0.91 | 0.14 | 9 | 0.84 | 0.47 |
| Hex | DB | 31 | 13 | 0 | 4E | 5B | E | 9 | 54 | 2F |
| Octal | 333 | 61 | 23 | 0 | 116 | 133 | 16 | 11 | 124 | 57 |
| Binary | 11011011 | 110001 | 10011 | 0 | 1001110 | 1011011 | 1110 | 1001 | 1010100 | 101111 |
Color Harmonies of #DB3113
Complementary color
Monochromatic Colors of #DB3113
Black with #DB3113
Text Example
Text Example
White with #DB3113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3113; }
p { color: rgb(219,49,19); }
H1.HeaderClassName
{
color: #DB3113;
}
.AnyTagClassName
{
color: #DB3113;
}
</style>
background-color css
<style>
a { background-color: #DB3113; }
a { background-color: rgb(219,49,19); }
div.DivClassName
{
background-color: #DB3113;
}
.BgClassName
{
background-color: #DB3113;
}
</style>
border-color css
<style>
span { border-color: #DB3113; }
span { border-color: rgb(219,49,19); }
td.TdClassName
{
border-color: #DB3113;
}
.TagClassName
{
border-color: #DB3113;
}
</style>