Html Css Color HEX #DB3402 Harley Davidson Orange
📋 copy color: '#DB3402'red 219 ◦ green 52 ◦ blue 2
Shades of Harley Davidson Orange #DB3402
Tints of Harley Davidson Orange #DB3402
RGB
CMYK
RGB Variations
Color information
#DB3402 (or 0xDB3402) is known color: Harley Davidson Orange. HEX triplet: DB, 34 and 02. RGB value is (219,52,2). Sum of RGB (Red+Green+Blue) = 219+52+2=273 (36% of max value = 765). Red value is 219 (85.94% from 255 or 80.22% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3402 is #24CBFD. Grayscale: #606060. Windows color (decimal): -2411518 or 144603. OLE color: 144603.
HSL color Cylindrical-coordinate representation of color #DB3402: hue angle of 13.82º 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 #DB3402 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 52 | 2 | - |
| CMYK | 0 | 0.76 | 0.99 | 0.14 |
| HSL | 13.82º | 0.98% | 0.43% | - |
| HSV(B) | 13.82º | 0.99% | 0.86% | - |
| XYZ | 30.45 | 17.52 | 1.83 | - |
| YUV | 96.23 | 74.83 | 215.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 52 | 2 | 0 | 0.76 | 0.99 | 0.14 | 13.82 | 0.98 | 0.43 |
| Hex | DB | 34 | 2 | 0 | 4C | 63 | E | E | 62 | 2B |
| Octal | 333 | 64 | 2 | 0 | 114 | 143 | 16 | 16 | 142 | 53 |
| Binary | 11011011 | 110100 | 10 | 0 | 1001100 | 1100011 | 1110 | 1110 | 1100010 | 101011 |
Color Harmonies of #DB3402
Complementary color
Monochromatic Colors of #DB3402
Black with #DB3402
Text Example
Text Example
White with #DB3402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3402; }
p { color: rgb(219,52,2); }
H1.HeaderClassName
{
color: #DB3402;
}
.AnyTagClassName
{
color: #DB3402;
}
</style>
background-color css
<style>
a { background-color: #DB3402; }
a { background-color: rgb(219,52,2); }
div.DivClassName
{
background-color: #DB3402;
}
.BgClassName
{
background-color: #DB3402;
}
</style>
border-color css
<style>
span { border-color: #DB3402; }
span { border-color: rgb(219,52,2); }
td.TdClassName
{
border-color: #DB3402;
}
.TagClassName
{
border-color: #DB3402;
}
</style>