Html Css Color HEX #DB1F03 Harley Davidson Orange
📋 copy color: '#DB1F03'red 219 ◦ green 31 ◦ blue 3
Shades of Harley Davidson Orange #DB1F03
Tints of Harley Davidson Orange #DB1F03
RGB
CMYK
RGB Variations
Color information
#DB1F03 (or 0xDB1F03) is known color: Harley Davidson Orange. HEX triplet: DB, 1F and 03. RGB value is (219,31,3). Sum of RGB (Red+Green+Blue) = 219+31+3=253 (33% of max value = 765). Red value is 219 (85.94% from 255 or 86.56% from 253); Green value is 31 (12.5% from 255 or 12.25% from 253); Blue value is 3 (1.56% from 255 or 1.19% from 253); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1F03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB1F03 is #24E0FC. Grayscale: #545454. Windows color (decimal): -2416893 or 204763. OLE color: 204763.
HSL color Cylindrical-coordinate representation of color #DB1F03: hue angle of 7.78º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB1F03 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 31 | 3 | - |
| CMYK | 0 | 0.86 | 0.99 | 0.14 |
| HSL | 7.78º | 0.97% | 0.44% | - |
| HSV(B) | 7.78º | 0.99% | 0.86% | - |
| XYZ | 29.72 | 16.05 | 1.62 | - |
| YUV | 84.02 | 82.28 | 224.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 31 | 3 | 0 | 0.86 | 0.99 | 0.14 | 7.78 | 0.97 | 0.44 |
| Hex | DB | 1F | 3 | 0 | 56 | 63 | E | 8 | 61 | 2C |
| Octal | 333 | 37 | 3 | 0 | 126 | 143 | 16 | 10 | 141 | 54 |
| Binary | 11011011 | 11111 | 11 | 0 | 1010110 | 1100011 | 1110 | 1000 | 1100001 | 101100 |
Color Harmonies of #DB1F03
Complementary color
Monochromatic Colors of #DB1F03
Black with #DB1F03
Text Example
Text Example
White with #DB1F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1F03; }
p { color: rgb(219,31,3); }
H1.HeaderClassName
{
color: #DB1F03;
}
.AnyTagClassName
{
color: #DB1F03;
}
</style>
background-color css
<style>
a { background-color: #DB1F03; }
a { background-color: rgb(219,31,3); }
div.DivClassName
{
background-color: #DB1F03;
}
.BgClassName
{
background-color: #DB1F03;
}
</style>
border-color css
<style>
span { border-color: #DB1F03; }
span { border-color: rgb(219,31,3); }
td.TdClassName
{
border-color: #DB1F03;
}
.TagClassName
{
border-color: #DB1F03;
}
</style>