Html Css Color HEX #DB271F Harley Davidson Orange
📋 copy color: '#DB271F'red 219 ◦ green 39 ◦ blue 31
Shades of Harley Davidson Orange #DB271F
Tints of Harley Davidson Orange #DB271F
RGB
CMYK
RGB Variations
Color information
#DB271F (or 0xDB271F) is known color: Harley Davidson Orange. HEX triplet: DB, 27 and 1F. RGB value is (219,39,31). Sum of RGB (Red+Green+Blue) = 219+39+31=289 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.78% from 289); Green value is 39 (15.62% from 255 or 13.49% from 289); Blue value is 31 (12.5% from 255 or 10.73% from 289); Max value from RGB is 219 - color contains mainly: red. Hex color #DB271F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB271F is #24D8E0. Grayscale: #5C5C5C. Windows color (decimal): -2414817 or 2041819. OLE color: 2041819.
HSL color Cylindrical-coordinate representation of color #DB271F: hue angle of 2.55º degrees, saturation: 0.75, 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 #DB271F is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 39 | 31 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.14 |
| HSL | 2.55º | 0.75% | 0.49% | - |
| HSV(B) | 2.55º | 0.86% | 0.86% | - |
| XYZ | 30.19 | 16.61 | 2.91 | - |
| YUV | 91.91 | 93.63 | 218.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 39 | 31 | 0 | 0.82 | 0.86 | 0.14 | 2.55 | 0.75 | 0.49 |
| Hex | DB | 27 | 1F | 0 | 52 | 56 | E | 3 | 4B | 31 |
| Octal | 333 | 47 | 37 | 0 | 122 | 126 | 16 | 3 | 113 | 61 |
| Binary | 11011011 | 100111 | 11111 | 0 | 1010010 | 1010110 | 1110 | 11 | 1001011 | 110001 |
Color Harmonies of #DB271F
Complementary color
Monochromatic Colors of #DB271F
Black with #DB271F
Text Example
Text Example
White with #DB271F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB271F; }
p { color: rgb(219,39,31); }
H1.HeaderClassName
{
color: #DB271F;
}
.AnyTagClassName
{
color: #DB271F;
}
</style>
background-color css
<style>
a { background-color: #DB271F; }
a { background-color: rgb(219,39,31); }
div.DivClassName
{
background-color: #DB271F;
}
.BgClassName
{
background-color: #DB271F;
}
</style>
border-color css
<style>
span { border-color: #DB271F; }
span { border-color: rgb(219,39,31); }
td.TdClassName
{
border-color: #DB271F;
}
.TagClassName
{
border-color: #DB271F;
}
</style>