Html Css Color HEX #DB261E Harley Davidson Orange
📋 copy color: '#DB261E'red 219 ◦ green 38 ◦ blue 30
Shades of Harley Davidson Orange #DB261E
Tints of Harley Davidson Orange #DB261E
RGB
CMYK
RGB Variations
Color information
#DB261E (or 0xDB261E) is known color: Harley Davidson Orange. HEX triplet: DB, 26 and 1E. RGB value is (219,38,30). Sum of RGB (Red+Green+Blue) = 219+38+30=287 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.31% from 287); Green value is 38 (15.23% from 255 or 13.24% from 287); Blue value is 30 (12.11% from 255 or 10.45% from 287); Max value from RGB is 219 - color contains mainly: red. Hex color #DB261E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB261E is #24D9E1. Grayscale: #5B5B5B. Windows color (decimal): -2415074 or 1976027. OLE color: 1976027.
HSL color Cylindrical-coordinate representation of color #DB261E: hue angle of 2.54º degrees, saturation: 0.76, 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 #DB261E is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 30 | - |
| CMYK | 0 | 0.83 | 0.86 | 0.14 |
| HSL | 2.54º | 0.76% | 0.49% | - |
| HSV(B) | 2.54º | 0.86% | 0.86% | - |
| XYZ | 30.14 | 16.54 | 2.83 | - |
| YUV | 91.21 | 93.47 | 219.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 30 | 0 | 0.83 | 0.86 | 0.14 | 2.54 | 0.76 | 0.49 |
| Hex | DB | 26 | 1E | 0 | 53 | 56 | E | 3 | 4C | 31 |
| Octal | 333 | 46 | 36 | 0 | 123 | 126 | 16 | 3 | 114 | 61 |
| Binary | 11011011 | 100110 | 11110 | 0 | 1010011 | 1010110 | 1110 | 11 | 1001100 | 110001 |
Color Harmonies of #DB261E
Complementary color
Monochromatic Colors of #DB261E
Black with #DB261E
Text Example
Text Example
White with #DB261E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB261E; }
p { color: rgb(219,38,30); }
H1.HeaderClassName
{
color: #DB261E;
}
.AnyTagClassName
{
color: #DB261E;
}
</style>
background-color css
<style>
a { background-color: #DB261E; }
a { background-color: rgb(219,38,30); }
div.DivClassName
{
background-color: #DB261E;
}
.BgClassName
{
background-color: #DB261E;
}
</style>
border-color css
<style>
span { border-color: #DB261E; }
span { border-color: rgb(219,38,30); }
td.TdClassName
{
border-color: #DB261E;
}
.TagClassName
{
border-color: #DB261E;
}
</style>