Html Css Color HEX #DB3D00 Harley Davidson Orange
📋 copy color: '#DB3D00'red 219 ◦ green 61 ◦ blue 0
Shades of Harley Davidson Orange #DB3D00
Tints of Harley Davidson Orange #DB3D00
RGB
CMYK
RGB Variations
Color information
#DB3D00 (or 0xDB3D00) is known color: Harley Davidson Orange. HEX triplet: DB, 3D and 00. RGB value is (219,61,0). Sum of RGB (Red+Green+Blue) = 219+61+0=280 (37% of max value = 765). Red value is 219 (85.94% from 255 or 78.21% from 280); Green value is 61 (24.22% from 255 or 21.79% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3D00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3D00 is #24C2FF. Grayscale: #656565. Windows color (decimal): -2409216 or 15835. OLE color: 15835.
HSL color Cylindrical-coordinate representation of color #DB3D00: hue angle of 16.71º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB3D00 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 61 | 0 | - |
| CMYK | 0 | 0.72 | 1 | 0.14 |
| HSL | 16.71º | 1% | 0.43% | - |
| HSV(B) | 16.71º | 1% | 0.86% | - |
| XYZ | 30.88 | 18.4 | 1.92 | - |
| YUV | 101.29 | 70.85 | 211.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 61 | 0 | 0 | 0.72 | 1 | 0.14 | 16.71 | 1 | 0.43 |
| Hex | DB | 3D | 0 | 0 | 48 | 64 | E | 11 | 64 | 2B |
| Octal | 333 | 75 | 0 | 0 | 110 | 144 | 16 | 21 | 144 | 53 |
| Binary | 11011011 | 111101 | 0 | 0 | 1001000 | 1100100 | 1110 | 10001 | 1100100 | 101011 |
Color Harmonies of #DB3D00
Complementary color
Monochromatic Colors of #DB3D00
Black with #DB3D00
Text Example
Text Example
White with #DB3D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3D00; }
p { color: rgb(219,61,0); }
H1.HeaderClassName
{
color: #DB3D00;
}
.AnyTagClassName
{
color: #DB3D00;
}
</style>
background-color css
<style>
a { background-color: #DB3D00; }
a { background-color: rgb(219,61,0); }
div.DivClassName
{
background-color: #DB3D00;
}
.BgClassName
{
background-color: #DB3D00;
}
</style>
border-color css
<style>
span { border-color: #DB3D00; }
span { border-color: rgb(219,61,0); }
td.TdClassName
{
border-color: #DB3D00;
}
.TagClassName
{
border-color: #DB3D00;
}
</style>