Html Css Color HEX #DB3802 Harley Davidson Orange
📋 copy color: '#DB3802'red 219 ◦ green 56 ◦ blue 2
Shades of Harley Davidson Orange #DB3802
Tints of Harley Davidson Orange #DB3802
RGB
CMYK
RGB Variations
Color information
#DB3802 (or 0xDB3802) is known color: Harley Davidson Orange. HEX triplet: DB, 38 and 02. RGB value is (219,56,2). Sum of RGB (Red+Green+Blue) = 219+56+2=277 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.06% from 277); Green value is 56 (22.27% from 255 or 20.22% from 277); Blue value is 2 (1.17% from 255 or 0.72% from 277); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3802 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3802 is #24C7FD. Grayscale: #626262. Windows color (decimal): -2410494 or 145627. OLE color: 145627.
HSL color Cylindrical-coordinate representation of color #DB3802: hue angle of 14.93º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB3802 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 56 | 2 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.14 |
| HSL | 14.93º | 0.98% | 0.43% | - |
| HSV(B) | 14.93º | 0.99% | 0.86% | - |
| XYZ | 30.64 | 17.89 | 1.9 | - |
| YUV | 98.58 | 73.5 | 213.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 2 | 0 | 0.74 | 0.99 | 0.14 | 14.93 | 0.98 | 0.43 |
| Hex | DB | 38 | 2 | 0 | 4A | 63 | E | F | 62 | 2B |
| Octal | 333 | 70 | 2 | 0 | 112 | 143 | 16 | 17 | 142 | 53 |
| Binary | 11011011 | 111000 | 10 | 0 | 1001010 | 1100011 | 1110 | 1111 | 1100010 | 101011 |
Color Harmonies of #DB3802
Complementary color
Monochromatic Colors of #DB3802
Black with #DB3802
Text Example
Text Example
White with #DB3802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3802; }
p { color: rgb(219,56,2); }
H1.HeaderClassName
{
color: #DB3802;
}
.AnyTagClassName
{
color: #DB3802;
}
</style>
background-color css
<style>
a { background-color: #DB3802; }
a { background-color: rgb(219,56,2); }
div.DivClassName
{
background-color: #DB3802;
}
.BgClassName
{
background-color: #DB3802;
}
</style>
border-color css
<style>
span { border-color: #DB3802; }
span { border-color: rgb(219,56,2); }
td.TdClassName
{
border-color: #DB3802;
}
.TagClassName
{
border-color: #DB3802;
}
</style>