Html Css Color HEX #DB2713 Harley Davidson Orange
📋 copy color: '#DB2713'red 219 ◦ green 39 ◦ blue 19
Shades of Harley Davidson Orange #DB2713
Tints of Harley Davidson Orange #DB2713
RGB
CMYK
RGB Variations
Color information
#DB2713 (or 0xDB2713) is known color: Harley Davidson Orange. HEX triplet: DB, 27 and 13. RGB value is (219,39,19). Sum of RGB (Red+Green+Blue) = 219+39+19=277 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.06% from 277); Green value is 39 (15.62% from 255 or 14.08% from 277); Blue value is 19 (7.81% from 255 or 6.86% from 277); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2713 is #24D8EC. Grayscale: #5A5A5A. Windows color (decimal): -2414829 or 1255387. OLE color: 1255387.
HSL color Cylindrical-coordinate representation of color #DB2713: hue angle of 6º 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 #DB2713 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 39 | 19 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.14 |
| HSL | 6º | 0.84% | 0.47% | - |
| HSV(B) | 6º | 0.91% | 0.86% | - |
| XYZ | 30.06 | 16.56 | 2.23 | - |
| YUV | 90.54 | 87.63 | 219.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 39 | 19 | 0 | 0.82 | 0.91 | 0.14 | 6 | 0.84 | 0.47 |
| Hex | DB | 27 | 13 | 0 | 52 | 5B | E | 6 | 54 | 2F |
| Octal | 333 | 47 | 23 | 0 | 122 | 133 | 16 | 6 | 124 | 57 |
| Binary | 11011011 | 100111 | 10011 | 0 | 1010010 | 1011011 | 1110 | 110 | 1010100 | 101111 |
Color Harmonies of #DB2713
Complementary color
Monochromatic Colors of #DB2713
Black with #DB2713
Text Example
Text Example
White with #DB2713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2713; }
p { color: rgb(219,39,19); }
H1.HeaderClassName
{
color: #DB2713;
}
.AnyTagClassName
{
color: #DB2713;
}
</style>
background-color css
<style>
a { background-color: #DB2713; }
a { background-color: rgb(219,39,19); }
div.DivClassName
{
background-color: #DB2713;
}
.BgClassName
{
background-color: #DB2713;
}
</style>
border-color css
<style>
span { border-color: #DB2713; }
span { border-color: rgb(219,39,19); }
td.TdClassName
{
border-color: #DB2713;
}
.TagClassName
{
border-color: #DB2713;
}
</style>