Html Css Color HEX #DB271E Harley Davidson Orange
📋 copy color: '#DB271E'red 219 ◦ green 39 ◦ blue 30
Shades of Harley Davidson Orange #DB271E
Tints of Harley Davidson Orange #DB271E
RGB
CMYK
RGB Variations
Color information
#DB271E (or 0xDB271E) is known color: Harley Davidson Orange. HEX triplet: DB, 27 and 1E. RGB value is (219,39,30). Sum of RGB (Red+Green+Blue) = 219+39+30=288 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.04% from 288); Green value is 39 (15.62% from 255 or 13.54% from 288); Blue value is 30 (12.11% from 255 or 10.42% from 288); Max value from RGB is 219 - color contains mainly: red. Hex color #DB271E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB271E is #24D8E1. Grayscale: #5C5C5C. Windows color (decimal): -2414818 or 1976283. OLE color: 1976283.
HSL color Cylindrical-coordinate representation of color #DB271E: hue angle of 2.86º 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 #DB271E is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 39 | 30 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.14 |
| HSL | 2.86º | 0.76% | 0.49% | - |
| HSV(B) | 2.86º | 0.86% | 0.86% | - |
| XYZ | 30.17 | 16.6 | 2.84 | - |
| YUV | 91.79 | 93.13 | 218.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 39 | 30 | 0 | 0.82 | 0.86 | 0.14 | 2.86 | 0.76 | 0.49 |
| Hex | DB | 27 | 1E | 0 | 52 | 56 | E | 3 | 4C | 31 |
| Octal | 333 | 47 | 36 | 0 | 122 | 126 | 16 | 3 | 114 | 61 |
| Binary | 11011011 | 100111 | 11110 | 0 | 1010010 | 1010110 | 1110 | 11 | 1001100 | 110001 |
Color Harmonies of #DB271E
Complementary color
Monochromatic Colors of #DB271E
Black with #DB271E
Text Example
Text Example
White with #DB271E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB271E; }
p { color: rgb(219,39,30); }
H1.HeaderClassName
{
color: #DB271E;
}
.AnyTagClassName
{
color: #DB271E;
}
</style>
background-color css
<style>
a { background-color: #DB271E; }
a { background-color: rgb(219,39,30); }
div.DivClassName
{
background-color: #DB271E;
}
.BgClassName
{
background-color: #DB271E;
}
</style>
border-color css
<style>
span { border-color: #DB271E; }
span { border-color: rgb(219,39,30); }
td.TdClassName
{
border-color: #DB271E;
}
.TagClassName
{
border-color: #DB271E;
}
</style>