Html Css Color HEX #DB3816 Harley Davidson Orange
📋 copy color: '#DB3816'red 219 ◦ green 56 ◦ blue 22
Shades of Harley Davidson Orange #DB3816
Tints of Harley Davidson Orange #DB3816
RGB
CMYK
RGB Variations
Color information
#DB3816 (or 0xDB3816) is known color: Harley Davidson Orange. HEX triplet: DB, 38 and 16. RGB value is (219,56,22). Sum of RGB (Red+Green+Blue) = 219+56+22=297 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.74% from 297); Green value is 56 (22.27% from 255 or 18.86% from 297); Blue value is 22 (8.98% from 255 or 7.41% from 297); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3816 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3816 is #24C7E9. Grayscale: #656565. Windows color (decimal): -2410474 or 1456347. OLE color: 1456347.
HSL color Cylindrical-coordinate representation of color #DB3816: hue angle of 10.36º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB3816 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 56 | 22 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.14 |
| HSL | 10.36º | 0.82% | 0.47% | - |
| HSV(B) | 10.36º | 0.9% | 0.86% | - |
| XYZ | 30.77 | 17.95 | 2.6 | - |
| YUV | 100.86 | 83.5 | 212.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 22 | 0 | 0.74 | 0.90 | 0.14 | 10.36 | 0.82 | 0.47 |
| Hex | DB | 38 | 16 | 0 | 4A | 5A | E | A | 52 | 2F |
| Octal | 333 | 70 | 26 | 0 | 112 | 132 | 16 | 12 | 122 | 57 |
| Binary | 11011011 | 111000 | 10110 | 0 | 1001010 | 1011010 | 1110 | 1010 | 1010010 | 101111 |
Color Harmonies of #DB3816
Complementary color
Monochromatic Colors of #DB3816
Black with #DB3816
Text Example
Text Example
White with #DB3816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3816; }
p { color: rgb(219,56,22); }
H1.HeaderClassName
{
color: #DB3816;
}
.AnyTagClassName
{
color: #DB3816;
}
</style>
background-color css
<style>
a { background-color: #DB3816; }
a { background-color: rgb(219,56,22); }
div.DivClassName
{
background-color: #DB3816;
}
.BgClassName
{
background-color: #DB3816;
}
</style>
border-color css
<style>
span { border-color: #DB3816; }
span { border-color: rgb(219,56,22); }
td.TdClassName
{
border-color: #DB3816;
}
.TagClassName
{
border-color: #DB3816;
}
</style>