Html Css Color HEX #DB3D02 Harley Davidson Orange
📋 copy color: '#DB3D02'red 219 ◦ green 61 ◦ blue 2
Shades of Harley Davidson Orange #DB3D02
Tints of Harley Davidson Orange #DB3D02
RGB
CMYK
RGB Variations
Color information
#DB3D02 (or 0xDB3D02) is known color: Harley Davidson Orange. HEX triplet: DB, 3D and 02. RGB value is (219,61,2). Sum of RGB (Red+Green+Blue) = 219+61+2=282 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.66% from 282); Green value is 61 (24.22% from 255 or 21.63% from 282); Blue value is 2 (1.17% from 255 or 0.71% from 282); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3D02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3D02 is #24C2FD. Grayscale: #656565. Windows color (decimal): -2409214 or 146907. OLE color: 146907.
HSL color Cylindrical-coordinate representation of color #DB3D02: hue angle of 16.31º 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 #DB3D02 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 61 | 2 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.14 |
| HSL | 16.31º | 0.98% | 0.43% | - |
| HSV(B) | 16.31º | 0.99% | 0.86% | - |
| XYZ | 30.89 | 18.4 | 1.98 | - |
| YUV | 101.52 | 71.85 | 211.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 61 | 2 | 0 | 0.72 | 0.99 | 0.14 | 16.31 | 0.98 | 0.43 |
| Hex | DB | 3D | 2 | 0 | 48 | 63 | E | 10 | 62 | 2B |
| Octal | 333 | 75 | 2 | 0 | 110 | 143 | 16 | 20 | 142 | 53 |
| Binary | 11011011 | 111101 | 10 | 0 | 1001000 | 1100011 | 1110 | 10000 | 1100010 | 101011 |
Color Harmonies of #DB3D02
Complementary color
Monochromatic Colors of #DB3D02
Black with #DB3D02
Text Example
Text Example
White with #DB3D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3D02; }
p { color: rgb(219,61,2); }
H1.HeaderClassName
{
color: #DB3D02;
}
.AnyTagClassName
{
color: #DB3D02;
}
</style>
background-color css
<style>
a { background-color: #DB3D02; }
a { background-color: rgb(219,61,2); }
div.DivClassName
{
background-color: #DB3D02;
}
.BgClassName
{
background-color: #DB3D02;
}
</style>
border-color css
<style>
span { border-color: #DB3D02; }
span { border-color: rgb(219,61,2); }
td.TdClassName
{
border-color: #DB3D02;
}
.TagClassName
{
border-color: #DB3D02;
}
</style>