Html Css Color HEX #DB1C18 Harley Davidson Orange
📋 copy color: '#DB1C18'red 219 ◦ green 28 ◦ blue 24
Shades of Harley Davidson Orange #DB1C18
Tints of Harley Davidson Orange #DB1C18
RGB
CMYK
RGB Variations
Color information
#DB1C18 (or 0xDB1C18) is known color: Harley Davidson Orange. HEX triplet: DB, 1C and 18. RGB value is (219,28,24). Sum of RGB (Red+Green+Blue) = 219+28+24=271 (35% of max value = 765). Red value is 219 (85.94% from 255 or 80.81% from 271); Green value is 28 (11.33% from 255 or 10.33% from 271); Blue value is 24 (9.77% from 255 or 8.86% from 271); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1C18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB1C18 is #24E3E7. Grayscale: #545454. Windows color (decimal): -2417640 or 1580251. OLE color: 1580251.
HSL color Cylindrical-coordinate representation of color #DB1C18: hue angle of 1.23º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB1C18 is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 28 | 24 | - |
| CMYK | 0 | 0.87 | 0.89 | 0.14 |
| HSL | 1.23º | 0.8% | 0.48% | - |
| HSV(B) | 1.23º | 0.89% | 0.86% | - |
| XYZ | 29.79 | 15.96 | 2.37 | - |
| YUV | 84.65 | 93.78 | 223.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 28 | 24 | 0 | 0.87 | 0.89 | 0.14 | 1.23 | 0.8 | 0.48 |
| Hex | DB | 1C | 18 | 0 | 57 | 59 | E | 1 | 50 | 30 |
| Octal | 333 | 34 | 30 | 0 | 127 | 131 | 16 | 1 | 120 | 60 |
| Binary | 11011011 | 11100 | 11000 | 0 | 1010111 | 1011001 | 1110 | 1 | 1010000 | 110000 |
Color Harmonies of #DB1C18
Complementary color
Monochromatic Colors of #DB1C18
Black with #DB1C18
Text Example
Text Example
White with #DB1C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1C18; }
p { color: rgb(219,28,24); }
H1.HeaderClassName
{
color: #DB1C18;
}
.AnyTagClassName
{
color: #DB1C18;
}
</style>
background-color css
<style>
a { background-color: #DB1C18; }
a { background-color: rgb(219,28,24); }
div.DivClassName
{
background-color: #DB1C18;
}
.BgClassName
{
background-color: #DB1C18;
}
</style>
border-color css
<style>
span { border-color: #DB1C18; }
span { border-color: rgb(219,28,24); }
td.TdClassName
{
border-color: #DB1C18;
}
.TagClassName
{
border-color: #DB1C18;
}
</style>