Html Css Color HEX #DB3800 Harley Davidson Orange
📋 copy color: '#DB3800'red 219 ◦ green 56 ◦ blue 0
Shades of Harley Davidson Orange #DB3800
Tints of Harley Davidson Orange #DB3800
RGB
CMYK
RGB Variations
Color information
#DB3800 (or 0xDB3800) is known color: Harley Davidson Orange. HEX triplet: DB, 38 and 00. RGB value is (219,56,0). Sum of RGB (Red+Green+Blue) = 219+56+0=275 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.64% from 275); Green value is 56 (22.27% from 255 or 20.36% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3800 is #24C7FF. Grayscale: #626262. Windows color (decimal): -2410496 or 14555. OLE color: 14555.
HSL color Cylindrical-coordinate representation of color #DB3800: hue angle of 15.34º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB3800 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 56 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.14 |
| HSL | 15.34º | 1% | 0.43% | - |
| HSV(B) | 15.34º | 1% | 0.86% | - |
| XYZ | 30.63 | 17.89 | 1.84 | - |
| YUV | 98.35 | 72.5 | 214.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 0 | 0 | 0.74 | 1 | 0.14 | 15.34 | 1 | 0.43 |
| Hex | DB | 38 | 0 | 0 | 4A | 64 | E | F | 64 | 2B |
| Octal | 333 | 70 | 0 | 0 | 112 | 144 | 16 | 17 | 144 | 53 |
| Binary | 11011011 | 111000 | 0 | 0 | 1001010 | 1100100 | 1110 | 1111 | 1100100 | 101011 |
Color Harmonies of #DB3800
Complementary color
Monochromatic Colors of #DB3800
Black with #DB3800
Text Example
Text Example
White with #DB3800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3800; }
p { color: rgb(219,56,0); }
H1.HeaderClassName
{
color: #DB3800;
}
.AnyTagClassName
{
color: #DB3800;
}
</style>
background-color css
<style>
a { background-color: #DB3800; }
a { background-color: rgb(219,56,0); }
div.DivClassName
{
background-color: #DB3800;
}
.BgClassName
{
background-color: #DB3800;
}
</style>
border-color css
<style>
span { border-color: #DB3800; }
span { border-color: rgb(219,56,0); }
td.TdClassName
{
border-color: #DB3800;
}
.TagClassName
{
border-color: #DB3800;
}
</style>