Html Css Color HEX #DB331B Harley Davidson Orange
📋 copy color: '#DB331B'red 219 ◦ green 51 ◦ blue 27
Shades of Harley Davidson Orange #DB331B
Tints of Harley Davidson Orange #DB331B
RGB
CMYK
RGB Variations
Color information
#DB331B (or 0xDB331B) is known color: Harley Davidson Orange. HEX triplet: DB, 33 and 1B. RGB value is (219,51,27). Sum of RGB (Red+Green+Blue) = 219+51+27=297 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.74% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 27 (10.94% from 255 or 9.09% from 297); Max value from RGB is 219 - color contains mainly: red. Hex color #DB331B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB331B is #24CCE4. Grayscale: #626262. Windows color (decimal): -2411749 or 1782747. OLE color: 1782747.
HSL color Cylindrical-coordinate representation of color #DB331B: hue angle of 7.5º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB331B is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 51 | 27 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.14 |
| HSL | 7.5º | 0.78% | 0.48% | - |
| HSV(B) | 7.5º | 0.88% | 0.86% | - |
| XYZ | 30.6 | 17.51 | 2.8 | - |
| YUV | 98.5 | 87.66 | 213.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 51 | 27 | 0 | 0.77 | 0.88 | 0.14 | 7.5 | 0.78 | 0.48 |
| Hex | DB | 33 | 1B | 0 | 4D | 58 | E | 8 | 4E | 30 |
| Octal | 333 | 63 | 33 | 0 | 115 | 130 | 16 | 10 | 116 | 60 |
| Binary | 11011011 | 110011 | 11011 | 0 | 1001101 | 1011000 | 1110 | 1000 | 1001110 | 110000 |
Color Harmonies of #DB331B
Complementary color
Monochromatic Colors of #DB331B
Black with #DB331B
Text Example
Text Example
White with #DB331B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB331B; }
p { color: rgb(219,51,27); }
H1.HeaderClassName
{
color: #DB331B;
}
.AnyTagClassName
{
color: #DB331B;
}
</style>
background-color css
<style>
a { background-color: #DB331B; }
a { background-color: rgb(219,51,27); }
div.DivClassName
{
background-color: #DB331B;
}
.BgClassName
{
background-color: #DB331B;
}
</style>
border-color css
<style>
span { border-color: #DB331B; }
span { border-color: rgb(219,51,27); }
td.TdClassName
{
border-color: #DB331B;
}
.TagClassName
{
border-color: #DB331B;
}
</style>