Html Css Color HEX #DB1D05 Harley Davidson Orange
📋 copy color: '#DB1D05'red 219 ◦ green 29 ◦ blue 5
Shades of Harley Davidson Orange #DB1D05
Tints of Harley Davidson Orange #DB1D05
RGB
CMYK
RGB Variations
Color information
#DB1D05 (or 0xDB1D05) is known color: Harley Davidson Orange. HEX triplet: DB, 1D and 05. RGB value is (219,29,5). Sum of RGB (Red+Green+Blue) = 219+29+5=253 (33% of max value = 765). Red value is 219 (85.94% from 255 or 86.56% from 253); Green value is 29 (11.72% from 255 or 11.46% from 253); Blue value is 5 (2.34% from 255 or 1.98% from 253); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1D05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB1D05 is #24E2FA. Grayscale: #535353. Windows color (decimal): -2417403 or 335323. OLE color: 335323.
HSL color Cylindrical-coordinate representation of color #DB1D05: hue angle of 6.73º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB1D05 is Cyan = 0, Magento = 0.87, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 29 | 5 | - |
| CMYK | 0 | 0.87 | 0.98 | 0.14 |
| HSL | 6.73º | 0.96% | 0.44% | - |
| HSV(B) | 6.73º | 0.98% | 0.86% | - |
| XYZ | 29.68 | 15.95 | 1.66 | - |
| YUV | 83.07 | 83.95 | 224.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 29 | 5 | 0 | 0.87 | 0.98 | 0.14 | 6.73 | 0.96 | 0.44 |
| Hex | DB | 1D | 5 | 0 | 57 | 62 | E | 7 | 60 | 2C |
| Octal | 333 | 35 | 5 | 0 | 127 | 142 | 16 | 7 | 140 | 54 |
| Binary | 11011011 | 11101 | 101 | 0 | 1010111 | 1100010 | 1110 | 111 | 1100000 | 101100 |
Color Harmonies of #DB1D05
Complementary color
Monochromatic Colors of #DB1D05
Black with #DB1D05
Text Example
Text Example
White with #DB1D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1D05; }
p { color: rgb(219,29,5); }
H1.HeaderClassName
{
color: #DB1D05;
}
.AnyTagClassName
{
color: #DB1D05;
}
</style>
background-color css
<style>
a { background-color: #DB1D05; }
a { background-color: rgb(219,29,5); }
div.DivClassName
{
background-color: #DB1D05;
}
.BgClassName
{
background-color: #DB1D05;
}
</style>
border-color css
<style>
span { border-color: #DB1D05; }
span { border-color: rgb(219,29,5); }
td.TdClassName
{
border-color: #DB1D05;
}
.TagClassName
{
border-color: #DB1D05;
}
</style>