Html Css Color HEX #DB271B Harley Davidson Orange
📋 copy color: '#DB271B'red 219 ◦ green 39 ◦ blue 27
Shades of Harley Davidson Orange #DB271B
Tints of Harley Davidson Orange #DB271B
RGB
CMYK
RGB Variations
Color information
#DB271B (or 0xDB271B) is known color: Harley Davidson Orange. HEX triplet: DB, 27 and 1B. RGB value is (219,39,27). Sum of RGB (Red+Green+Blue) = 219+39+27=285 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.84% from 285); Green value is 39 (15.62% from 255 or 13.68% from 285); Blue value is 27 (10.94% from 255 or 9.47% from 285); Max value from RGB is 219 - color contains mainly: red. Hex color #DB271B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB271B is #24D8E4. Grayscale: #5B5B5B. Windows color (decimal): -2414821 or 1779675. OLE color: 1779675.
HSL color Cylindrical-coordinate representation of color #DB271B: hue angle of 3.75º degrees, saturation: 0.78, 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 #DB271B is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 39 | 27 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.14 |
| HSL | 3.75º | 0.78% | 0.48% | - |
| HSV(B) | 3.75º | 0.88% | 0.86% | - |
| XYZ | 30.14 | 16.59 | 2.65 | - |
| YUV | 91.45 | 91.63 | 218.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 39 | 27 | 0 | 0.82 | 0.88 | 0.14 | 3.75 | 0.78 | 0.48 |
| Hex | DB | 27 | 1B | 0 | 52 | 58 | E | 4 | 4E | 30 |
| Octal | 333 | 47 | 33 | 0 | 122 | 130 | 16 | 4 | 116 | 60 |
| Binary | 11011011 | 100111 | 11011 | 0 | 1010010 | 1011000 | 1110 | 100 | 1001110 | 110000 |
Color Harmonies of #DB271B
Complementary color
Monochromatic Colors of #DB271B
Black with #DB271B
Text Example
Text Example
White with #DB271B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB271B; }
p { color: rgb(219,39,27); }
H1.HeaderClassName
{
color: #DB271B;
}
.AnyTagClassName
{
color: #DB271B;
}
</style>
background-color css
<style>
a { background-color: #DB271B; }
a { background-color: rgb(219,39,27); }
div.DivClassName
{
background-color: #DB271B;
}
.BgClassName
{
background-color: #DB271B;
}
</style>
border-color css
<style>
span { border-color: #DB271B; }
span { border-color: rgb(219,39,27); }
td.TdClassName
{
border-color: #DB271B;
}
.TagClassName
{
border-color: #DB271B;
}
</style>