Html Css Color HEX #DB261A Harley Davidson Orange
📋 copy color: '#DB261A'red 219 ◦ green 38 ◦ blue 26
Shades of Harley Davidson Orange #DB261A
Tints of Harley Davidson Orange #DB261A
RGB
CMYK
RGB Variations
Color information
#DB261A (or 0xDB261A) is known color: Harley Davidson Orange. HEX triplet: DB, 26 and 1A. RGB value is (219,38,26). Sum of RGB (Red+Green+Blue) = 219+38+26=283 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.39% from 283); Green value is 38 (15.23% from 255 or 13.43% from 283); Blue value is 26 (10.55% from 255 or 9.19% from 283); Max value from RGB is 219 - color contains mainly: red. Hex color #DB261A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB261A is #24D9E5. Grayscale: #5A5A5A. Windows color (decimal): -2415078 or 1713883. OLE color: 1713883.
HSL color Cylindrical-coordinate representation of color #DB261A: hue angle of 3.73º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB261A is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 26 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.14 |
| HSL | 3.73º | 0.79% | 0.48% | - |
| HSV(B) | 3.73º | 0.88% | 0.86% | - |
| XYZ | 30.09 | 16.52 | 2.58 | - |
| YUV | 90.75 | 91.47 | 219.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 26 | 0 | 0.83 | 0.88 | 0.14 | 3.73 | 0.79 | 0.48 |
| Hex | DB | 26 | 1A | 0 | 53 | 58 | E | 4 | 4F | 30 |
| Octal | 333 | 46 | 32 | 0 | 123 | 130 | 16 | 4 | 117 | 60 |
| Binary | 11011011 | 100110 | 11010 | 0 | 1010011 | 1011000 | 1110 | 100 | 1001111 | 110000 |
Color Harmonies of #DB261A
Complementary color
Monochromatic Colors of #DB261A
Black with #DB261A
Text Example
Text Example
White with #DB261A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB261A; }
p { color: rgb(219,38,26); }
H1.HeaderClassName
{
color: #DB261A;
}
.AnyTagClassName
{
color: #DB261A;
}
</style>
background-color css
<style>
a { background-color: #DB261A; }
a { background-color: rgb(219,38,26); }
div.DivClassName
{
background-color: #DB261A;
}
.BgClassName
{
background-color: #DB261A;
}
</style>
border-color css
<style>
span { border-color: #DB261A; }
span { border-color: rgb(219,38,26); }
td.TdClassName
{
border-color: #DB261A;
}
.TagClassName
{
border-color: #DB261A;
}
</style>