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