Html Css Color HEX #DB1F00 Harley Davidson Orange
📋 copy color: '#DB1F00'red 219 ◦ green 31 ◦ blue 0
Shades of Harley Davidson Orange #DB1F00
Tints of Harley Davidson Orange #DB1F00
RGB
CMYK
RGB Variations
Color information
#DB1F00 (or 0xDB1F00) is known color: Harley Davidson Orange. HEX triplet: DB, 1F and 00. RGB value is (219,31,0). Sum of RGB (Red+Green+Blue) = 219+31+0=250 (33% of max value = 765). Red value is 219 (85.94% from 255 or 87.6% from 250); Green value is 31 (12.5% from 255 or 12.4% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1F00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB1F00 is #24E0FF. Grayscale: #535353. Windows color (decimal): -2416896 or 8155. OLE color: 8155.
HSL color Cylindrical-coordinate representation of color #DB1F00: hue angle of 8.49º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB1F00 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 31 | 0 | - |
| CMYK | 0 | 0.86 | 1 | 0.14 |
| HSL | 8.49º | 1% | 0.43% | - |
| HSV(B) | 8.49º | 1% | 0.86% | - |
| XYZ | 29.7 | 16.04 | 1.53 | - |
| YUV | 83.68 | 80.78 | 224.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 31 | 0 | 0 | 0.86 | 1 | 0.14 | 8.49 | 1 | 0.43 |
| Hex | DB | 1F | 0 | 0 | 56 | 64 | E | 8 | 64 | 2B |
| Octal | 333 | 37 | 0 | 0 | 126 | 144 | 16 | 10 | 144 | 53 |
| Binary | 11011011 | 11111 | 0 | 0 | 1010110 | 1100100 | 1110 | 1000 | 1100100 | 101011 |
Color Harmonies of #DB1F00
Complementary color
Monochromatic Colors of #DB1F00
Black with #DB1F00
Text Example
Text Example
White with #DB1F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1F00; }
p { color: rgb(219,31,0); }
H1.HeaderClassName
{
color: #DB1F00;
}
.AnyTagClassName
{
color: #DB1F00;
}
</style>
background-color css
<style>
a { background-color: #DB1F00; }
a { background-color: rgb(219,31,0); }
div.DivClassName
{
background-color: #DB1F00;
}
.BgClassName
{
background-color: #DB1F00;
}
</style>
border-color css
<style>
span { border-color: #DB1F00; }
span { border-color: rgb(219,31,0); }
td.TdClassName
{
border-color: #DB1F00;
}
.TagClassName
{
border-color: #DB1F00;
}
</style>