Html Css Color HEX #DB3E02 Harley Davidson Orange
📋 copy color: '#DB3E02'red 219 ◦ green 62 ◦ blue 2
Shades of Harley Davidson Orange #DB3E02
Tints of Harley Davidson Orange #DB3E02
RGB
CMYK
RGB Variations
Color information
#DB3E02 (or 0xDB3E02) is known color: Harley Davidson Orange. HEX triplet: DB, 3E and 02. RGB value is (219,62,2). Sum of RGB (Red+Green+Blue) = 219+62+2=283 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.39% from 283); Green value is 62 (24.61% from 255 or 21.91% from 283); Blue value is 2 (1.17% from 255 or 0.71% from 283); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3E02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3E02 is #24C1FD. Grayscale: #666666. Windows color (decimal): -2408958 or 147163. OLE color: 147163.
HSL color Cylindrical-coordinate representation of color #DB3E02: hue angle of 16.59º 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 #DB3E02 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 62 | 2 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.14 |
| HSL | 16.59º | 0.98% | 0.43% | - |
| HSV(B) | 16.59º | 0.99% | 0.86% | - |
| XYZ | 30.95 | 18.51 | 2 | - |
| YUV | 102.1 | 71.51 | 211.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 62 | 2 | 0 | 0.72 | 0.99 | 0.14 | 16.59 | 0.98 | 0.43 |
| Hex | DB | 3E | 2 | 0 | 48 | 63 | E | 11 | 62 | 2B |
| Octal | 333 | 76 | 2 | 0 | 110 | 143 | 16 | 21 | 142 | 53 |
| Binary | 11011011 | 111110 | 10 | 0 | 1001000 | 1100011 | 1110 | 10001 | 1100010 | 101011 |
Color Harmonies of #DB3E02
Complementary color
Monochromatic Colors of #DB3E02
Black with #DB3E02
Text Example
Text Example
White with #DB3E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3E02; }
p { color: rgb(219,62,2); }
H1.HeaderClassName
{
color: #DB3E02;
}
.AnyTagClassName
{
color: #DB3E02;
}
</style>
background-color css
<style>
a { background-color: #DB3E02; }
a { background-color: rgb(219,62,2); }
div.DivClassName
{
background-color: #DB3E02;
}
.BgClassName
{
background-color: #DB3E02;
}
</style>
border-color css
<style>
span { border-color: #DB3E02; }
span { border-color: rgb(219,62,2); }
td.TdClassName
{
border-color: #DB3E02;
}
.TagClassName
{
border-color: #DB3E02;
}
</style>