Html Css Color HEX #DB3812 Harley Davidson Orange
📋 copy color: '#DB3812'red 219 ◦ green 56 ◦ blue 18
Shades of Harley Davidson Orange #DB3812
Tints of Harley Davidson Orange #DB3812
RGB
CMYK
RGB Variations
Color information
#DB3812 (or 0xDB3812) is known color: Harley Davidson Orange. HEX triplet: DB, 38 and 12. RGB value is (219,56,18). Sum of RGB (Red+Green+Blue) = 219+56+18=293 (38% of max value = 765). Red value is 219 (85.94% from 255 or 74.74% from 293); Green value is 56 (22.27% from 255 or 19.11% from 293); Blue value is 18 (7.42% from 255 or 6.14% from 293); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3812 is #24C7ED. Grayscale: #646464. Windows color (decimal): -2410478 or 1194203. OLE color: 1194203.
HSL color Cylindrical-coordinate representation of color #DB3812: hue angle of 11.34º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB3812 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 56 | 18 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.14 |
| HSL | 11.34º | 0.85% | 0.46% | - |
| HSV(B) | 11.34º | 0.92% | 0.86% | - |
| XYZ | 30.74 | 17.93 | 2.41 | - |
| YUV | 100.41 | 81.5 | 212.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 18 | 0 | 0.74 | 0.92 | 0.14 | 11.34 | 0.85 | 0.46 |
| Hex | DB | 38 | 12 | 0 | 4A | 5C | E | B | 55 | 2E |
| Octal | 333 | 70 | 22 | 0 | 112 | 134 | 16 | 13 | 125 | 56 |
| Binary | 11011011 | 111000 | 10010 | 0 | 1001010 | 1011100 | 1110 | 1011 | 1010101 | 101110 |
Color Harmonies of #DB3812
Complementary color
Monochromatic Colors of #DB3812
Black with #DB3812
Text Example
Text Example
White with #DB3812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3812; }
p { color: rgb(219,56,18); }
H1.HeaderClassName
{
color: #DB3812;
}
.AnyTagClassName
{
color: #DB3812;
}
</style>
background-color css
<style>
a { background-color: #DB3812; }
a { background-color: rgb(219,56,18); }
div.DivClassName
{
background-color: #DB3812;
}
.BgClassName
{
background-color: #DB3812;
}
</style>
border-color css
<style>
span { border-color: #DB3812; }
span { border-color: rgb(219,56,18); }
td.TdClassName
{
border-color: #DB3812;
}
.TagClassName
{
border-color: #DB3812;
}
</style>