Html Css Color HEX #DB2317 Harley Davidson Orange
📋 copy color: '#DB2317'red 219 ◦ green 35 ◦ blue 23
Shades of Harley Davidson Orange #DB2317
Tints of Harley Davidson Orange #DB2317
RGB
CMYK
RGB Variations
Color information
#DB2317 (or 0xDB2317) is known color: Harley Davidson Orange. HEX triplet: DB, 23 and 17. RGB value is (219,35,23). Sum of RGB (Red+Green+Blue) = 219+35+23=277 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.06% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 23 (9.38% from 255 or 8.30% from 277); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2317 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2317 is #24DCE8. Grayscale: #585858. Windows color (decimal): -2415849 or 1516507. OLE color: 1516507.
HSL color Cylindrical-coordinate representation of color #DB2317: hue angle of 3.67º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB2317 is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 35 | 23 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.14 |
| HSL | 3.67º | 0.81% | 0.47% | - |
| HSV(B) | 3.67º | 0.89% | 0.86% | - |
| XYZ | 29.97 | 16.32 | 2.38 | - |
| YUV | 88.65 | 90.96 | 220.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 35 | 23 | 0 | 0.84 | 0.89 | 0.14 | 3.67 | 0.81 | 0.47 |
| Hex | DB | 23 | 17 | 0 | 54 | 59 | E | 4 | 51 | 2F |
| Octal | 333 | 43 | 27 | 0 | 124 | 131 | 16 | 4 | 121 | 57 |
| Binary | 11011011 | 100011 | 10111 | 0 | 1010100 | 1011001 | 1110 | 100 | 1010001 | 101111 |
Color Harmonies of #DB2317
Complementary color
Monochromatic Colors of #DB2317
Black with #DB2317
Text Example
Text Example
White with #DB2317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2317; }
p { color: rgb(219,35,23); }
H1.HeaderClassName
{
color: #DB2317;
}
.AnyTagClassName
{
color: #DB2317;
}
</style>
background-color css
<style>
a { background-color: #DB2317; }
a { background-color: rgb(219,35,23); }
div.DivClassName
{
background-color: #DB2317;
}
.BgClassName
{
background-color: #DB2317;
}
</style>
border-color css
<style>
span { border-color: #DB2317; }
span { border-color: rgb(219,35,23); }
td.TdClassName
{
border-color: #DB2317;
}
.TagClassName
{
border-color: #DB2317;
}
</style>