Html Css Color HEX #DB1A08 Harley Davidson Orange
📋 copy color: '#DB1A08'red 219 ◦ green 26 ◦ blue 8
Shades of Harley Davidson Orange #DB1A08
Tints of Harley Davidson Orange #DB1A08
RGB
CMYK
RGB Variations
Color information
#DB1A08 (or 0xDB1A08) is known color: Harley Davidson Orange. HEX triplet: DB, 1A and 08. RGB value is (219,26,8). Sum of RGB (Red+Green+Blue) = 219+26+8=253 (33% of max value = 765). Red value is 219 (85.94% from 255 or 86.56% from 253); Green value is 26 (10.55% from 255 or 10.28% from 253); Blue value is 8 (3.52% from 255 or 3.16% from 253); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1A08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB1A08 is #24E5F7. Grayscale: #515151. Windows color (decimal): -2418168 or 531163. OLE color: 531163.
HSL color Cylindrical-coordinate representation of color #DB1A08: hue angle of 5.12º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB1A08 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 26 | 8 | - |
| CMYK | 0 | 0.88 | 0.96 | 0.14 |
| HSL | 5.12º | 0.93% | 0.45% | - |
| HSV(B) | 5.12º | 0.96% | 0.86% | - |
| XYZ | 29.63 | 15.82 | 1.72 | - |
| YUV | 81.66 | 86.44 | 225.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 26 | 8 | 0 | 0.88 | 0.96 | 0.14 | 5.12 | 0.93 | 0.45 |
| Hex | DB | 1A | 8 | 0 | 58 | 60 | E | 5 | 5D | 2D |
| Octal | 333 | 32 | 10 | 0 | 130 | 140 | 16 | 5 | 135 | 55 |
| Binary | 11011011 | 11010 | 1000 | 0 | 1011000 | 1100000 | 1110 | 101 | 1011101 | 101101 |
Color Harmonies of #DB1A08
Complementary color
Monochromatic Colors of #DB1A08
Black with #DB1A08
Text Example
Text Example
White with #DB1A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1A08; }
p { color: rgb(219,26,8); }
H1.HeaderClassName
{
color: #DB1A08;
}
.AnyTagClassName
{
color: #DB1A08;
}
</style>
background-color css
<style>
a { background-color: #DB1A08; }
a { background-color: rgb(219,26,8); }
div.DivClassName
{
background-color: #DB1A08;
}
.BgClassName
{
background-color: #DB1A08;
}
</style>
border-color css
<style>
span { border-color: #DB1A08; }
span { border-color: rgb(219,26,8); }
td.TdClassName
{
border-color: #DB1A08;
}
.TagClassName
{
border-color: #DB1A08;
}
</style>