Html Css Color HEX #DB261C Harley Davidson Orange
📋 copy color: '#DB261C'red 219 ◦ green 38 ◦ blue 28
Shades of Harley Davidson Orange #DB261C
Tints of Harley Davidson Orange #DB261C
RGB
CMYK
RGB Variations
Color information
#DB261C (or 0xDB261C) is known color: Harley Davidson Orange. HEX triplet: DB, 26 and 1C. RGB value is (219,38,28). Sum of RGB (Red+Green+Blue) = 219+38+28=285 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.84% from 285); Green value is 38 (15.23% from 255 or 13.33% from 285); Blue value is 28 (11.33% from 255 or 9.82% from 285); Max value from RGB is 219 - color contains mainly: red. Hex color #DB261C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB261C is #24D9E3. Grayscale: #5B5B5B. Windows color (decimal): -2415076 or 1844955. OLE color: 1844955.
HSL color Cylindrical-coordinate representation of color #DB261C: hue angle of 3.14º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB261C is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 28 | - |
| CMYK | 0 | 0.83 | 0.87 | 0.14 |
| HSL | 3.14º | 0.77% | 0.48% | - |
| HSV(B) | 3.14º | 0.87% | 0.86% | - |
| XYZ | 30.12 | 16.53 | 2.7 | - |
| YUV | 90.98 | 92.47 | 219.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 28 | 0 | 0.83 | 0.87 | 0.14 | 3.14 | 0.77 | 0.48 |
| Hex | DB | 26 | 1C | 0 | 53 | 57 | E | 3 | 4D | 30 |
| Octal | 333 | 46 | 34 | 0 | 123 | 127 | 16 | 3 | 115 | 60 |
| Binary | 11011011 | 100110 | 11100 | 0 | 1010011 | 1010111 | 1110 | 11 | 1001101 | 110000 |
Color Harmonies of #DB261C
Complementary color
Monochromatic Colors of #DB261C
Black with #DB261C
Text Example
Text Example
White with #DB261C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB261C; }
p { color: rgb(219,38,28); }
H1.HeaderClassName
{
color: #DB261C;
}
.AnyTagClassName
{
color: #DB261C;
}
</style>
background-color css
<style>
a { background-color: #DB261C; }
a { background-color: rgb(219,38,28); }
div.DivClassName
{
background-color: #DB261C;
}
.BgClassName
{
background-color: #DB261C;
}
</style>
border-color css
<style>
span { border-color: #DB261C; }
span { border-color: rgb(219,38,28); }
td.TdClassName
{
border-color: #DB261C;
}
.TagClassName
{
border-color: #DB261C;
}
</style>