Html Css Color HEX #DB3602 Harley Davidson Orange
📋 copy color: '#DB3602'red 219 ◦ green 54 ◦ blue 2
Shades of Harley Davidson Orange #DB3602
Tints of Harley Davidson Orange #DB3602
RGB
CMYK
RGB Variations
Color information
#DB3602 (or 0xDB3602) is known color: Harley Davidson Orange. HEX triplet: DB, 36 and 02. RGB value is (219,54,2). Sum of RGB (Red+Green+Blue) = 219+54+2=275 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.64% from 275); Green value is 54 (21.48% from 255 or 19.64% from 275); Blue value is 2 (1.17% from 255 or 0.73% from 275); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3602 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3602 is #24C9FD. Grayscale: #616161. Windows color (decimal): -2411006 or 145115. OLE color: 145115.
HSL color Cylindrical-coordinate representation of color #DB3602: hue angle of 14.38º 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 #DB3602 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 2 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.14 |
| HSL | 14.38º | 0.98% | 0.43% | - |
| HSV(B) | 14.38º | 0.99% | 0.86% | - |
| XYZ | 30.54 | 17.7 | 1.86 | - |
| YUV | 97.41 | 74.16 | 214.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 2 | 0 | 0.75 | 0.99 | 0.14 | 14.38 | 0.98 | 0.43 |
| Hex | DB | 36 | 2 | 0 | 4B | 63 | E | E | 62 | 2B |
| Octal | 333 | 66 | 2 | 0 | 113 | 143 | 16 | 16 | 142 | 53 |
| Binary | 11011011 | 110110 | 10 | 0 | 1001011 | 1100011 | 1110 | 1110 | 1100010 | 101011 |
Color Harmonies of #DB3602
Complementary color
Monochromatic Colors of #DB3602
Black with #DB3602
Text Example
Text Example
White with #DB3602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3602; }
p { color: rgb(219,54,2); }
H1.HeaderClassName
{
color: #DB3602;
}
.AnyTagClassName
{
color: #DB3602;
}
</style>
background-color css
<style>
a { background-color: #DB3602; }
a { background-color: rgb(219,54,2); }
div.DivClassName
{
background-color: #DB3602;
}
.BgClassName
{
background-color: #DB3602;
}
</style>
border-color css
<style>
span { border-color: #DB3602; }
span { border-color: rgb(219,54,2); }
td.TdClassName
{
border-color: #DB3602;
}
.TagClassName
{
border-color: #DB3602;
}
</style>