Html Css Color HEX #DB3A02 Harley Davidson Orange
📋 copy color: '#DB3A02'red 219 ◦ green 58 ◦ blue 2
Shades of Harley Davidson Orange #DB3A02
Tints of Harley Davidson Orange #DB3A02
RGB
CMYK
RGB Variations
Color information
#DB3A02 (or 0xDB3A02) is known color: Harley Davidson Orange. HEX triplet: DB, 3A and 02. RGB value is (219,58,2). Sum of RGB (Red+Green+Blue) = 219+58+2=279 (36% of max value = 765). Red value is 219 (85.94% from 255 or 78.49% from 279); Green value is 58 (23.05% from 255 or 20.79% from 279); Blue value is 2 (1.17% from 255 or 0.72% from 279); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3A02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3A02 is #24C5FD. Grayscale: #646464. Windows color (decimal): -2409982 or 146139. OLE color: 146139.
HSL color Cylindrical-coordinate representation of color #DB3A02: hue angle of 15.48º 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 #DB3A02 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 58 | 2 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.14 |
| HSL | 15.48º | 0.98% | 0.43% | - |
| HSV(B) | 15.48º | 0.99% | 0.86% | - |
| XYZ | 30.74 | 18.09 | 1.93 | - |
| YUV | 99.76 | 72.84 | 213.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 58 | 2 | 0 | 0.74 | 0.99 | 0.14 | 15.48 | 0.98 | 0.43 |
| Hex | DB | 3A | 2 | 0 | 4A | 63 | E | F | 62 | 2B |
| Octal | 333 | 72 | 2 | 0 | 112 | 143 | 16 | 17 | 142 | 53 |
| Binary | 11011011 | 111010 | 10 | 0 | 1001010 | 1100011 | 1110 | 1111 | 1100010 | 101011 |
Color Harmonies of #DB3A02
Complementary color
Monochromatic Colors of #DB3A02
Black with #DB3A02
Text Example
Text Example
White with #DB3A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3A02; }
p { color: rgb(219,58,2); }
H1.HeaderClassName
{
color: #DB3A02;
}
.AnyTagClassName
{
color: #DB3A02;
}
</style>
background-color css
<style>
a { background-color: #DB3A02; }
a { background-color: rgb(219,58,2); }
div.DivClassName
{
background-color: #DB3A02;
}
.BgClassName
{
background-color: #DB3A02;
}
</style>
border-color css
<style>
span { border-color: #DB3A02; }
span { border-color: rgb(219,58,2); }
td.TdClassName
{
border-color: #DB3A02;
}
.TagClassName
{
border-color: #DB3A02;
}
</style>