Html Css Color HEX #DB251C Harley Davidson Orange
📋 copy color: '#DB251C'red 219 ◦ green 37 ◦ blue 28
Shades of Harley Davidson Orange #DB251C
Tints of Harley Davidson Orange #DB251C
RGB
CMYK
RGB Variations
Color information
#DB251C (or 0xDB251C) is known color: Harley Davidson Orange. HEX triplet: DB, 25 and 1C. RGB value is (219,37,28). Sum of RGB (Red+Green+Blue) = 219+37+28=284 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.11% from 284); Green value is 37 (14.84% from 255 or 13.03% from 284); Blue value is 28 (11.33% from 255 or 9.86% from 284); Max value from RGB is 219 - color contains mainly: red. Hex color #DB251C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB251C is #24DAE3. Grayscale: #5A5A5A. Windows color (decimal): -2415332 or 1844699. OLE color: 1844699.
HSL color Cylindrical-coordinate representation of color #DB251C: hue angle of 2.83º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB251C is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 37 | 28 | - |
| CMYK | 0 | 0.83 | 0.87 | 0.14 |
| HSL | 2.83º | 0.77% | 0.48% | - |
| HSV(B) | 2.83º | 0.87% | 0.86% | - |
| XYZ | 30.08 | 16.47 | 2.69 | - |
| YUV | 90.39 | 92.8 | 219.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 28 | 0 | 0.83 | 0.87 | 0.14 | 2.83 | 0.77 | 0.48 |
| Hex | DB | 25 | 1C | 0 | 53 | 57 | E | 3 | 4D | 30 |
| Octal | 333 | 45 | 34 | 0 | 123 | 127 | 16 | 3 | 115 | 60 |
| Binary | 11011011 | 100101 | 11100 | 0 | 1010011 | 1010111 | 1110 | 11 | 1001101 | 110000 |
Color Harmonies of #DB251C
Complementary color
Monochromatic Colors of #DB251C
Black with #DB251C
Text Example
Text Example
White with #DB251C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB251C; }
p { color: rgb(219,37,28); }
H1.HeaderClassName
{
color: #DB251C;
}
.AnyTagClassName
{
color: #DB251C;
}
</style>
background-color css
<style>
a { background-color: #DB251C; }
a { background-color: rgb(219,37,28); }
div.DivClassName
{
background-color: #DB251C;
}
.BgClassName
{
background-color: #DB251C;
}
</style>
border-color css
<style>
span { border-color: #DB251C; }
span { border-color: rgb(219,37,28); }
td.TdClassName
{
border-color: #DB251C;
}
.TagClassName
{
border-color: #DB251C;
}
</style>