Html Css Color HEX #DB1A03 Harley Davidson Orange
📋 copy color: '#DB1A03'red 219 ◦ green 26 ◦ blue 3
Shades of Harley Davidson Orange #DB1A03
Tints of Harley Davidson Orange #DB1A03
RGB
CMYK
RGB Variations
Color information
#DB1A03 (or 0xDB1A03) is known color: Harley Davidson Orange. HEX triplet: DB, 1A and 03. RGB value is (219,26,3). Sum of RGB (Red+Green+Blue) = 219+26+3=248 (32% of max value = 765). Red value is 219 (85.94% from 255 or 88.31% from 248); Green value is 26 (10.55% from 255 or 10.48% from 248); Blue value is 3 (1.56% from 255 or 1.21% from 248); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1A03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB1A03 is #24E5FC. Grayscale: #515151. Windows color (decimal): -2418173 or 203483. OLE color: 203483.
HSL color Cylindrical-coordinate representation of color #DB1A03: hue angle of 6.39º 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 #DB1A03 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 26 | 3 | - |
| CMYK | 0 | 0.88 | 0.99 | 0.14 |
| HSL | 6.39º | 0.97% | 0.44% | - |
| HSV(B) | 6.39º | 0.99% | 0.86% | - |
| XYZ | 29.6 | 15.81 | 1.58 | - |
| YUV | 81.09 | 83.94 | 226.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 26 | 3 | 0 | 0.88 | 0.99 | 0.14 | 6.39 | 0.97 | 0.44 |
| Hex | DB | 1A | 3 | 0 | 58 | 63 | E | 6 | 61 | 2C |
| Octal | 333 | 32 | 3 | 0 | 130 | 143 | 16 | 6 | 141 | 54 |
| Binary | 11011011 | 11010 | 11 | 0 | 1011000 | 1100011 | 1110 | 110 | 1100001 | 101100 |
Color Harmonies of #DB1A03
Complementary color
Monochromatic Colors of #DB1A03
Black with #DB1A03
Text Example
Text Example
White with #DB1A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1A03; }
p { color: rgb(219,26,3); }
H1.HeaderClassName
{
color: #DB1A03;
}
.AnyTagClassName
{
color: #DB1A03;
}
</style>
background-color css
<style>
a { background-color: #DB1A03; }
a { background-color: rgb(219,26,3); }
div.DivClassName
{
background-color: #DB1A03;
}
.BgClassName
{
background-color: #DB1A03;
}
</style>
border-color css
<style>
span { border-color: #DB1A03; }
span { border-color: rgb(219,26,3); }
td.TdClassName
{
border-color: #DB1A03;
}
.TagClassName
{
border-color: #DB1A03;
}
</style>