Html Css Color HEX #DB3F01 Harley Davidson Orange
📋 copy color: '#DB3F01'red 219 ◦ green 63 ◦ blue 1
Shades of Harley Davidson Orange #DB3F01
Tints of Harley Davidson Orange #DB3F01
RGB
CMYK
RGB Variations
Color information
#DB3F01 (or 0xDB3F01) is known color: Harley Davidson Orange. HEX triplet: DB, 3F and 01. RGB value is (219,63,1). Sum of RGB (Red+Green+Blue) = 219+63+1=283 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.39% from 283); Green value is 63 (25% from 255 or 22.26% from 283); Blue value is 1 (0.78% from 255 or 0.35% from 283); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3F01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3F01 is #24C0FE. Grayscale: #666666. Windows color (decimal): -2408703 or 81883. OLE color: 81883.
HSL color Cylindrical-coordinate representation of color #DB3F01: hue angle of 17.06º 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 #DB3F01 is Cyan = 0, Magento = 0.71, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 63 | 1 | - |
| CMYK | 0 | 0.71 | 1.00 | 0.14 |
| HSL | 17.06º | 0.99% | 0.43% | - |
| HSV(B) | 17.06º | 1% | 0.86% | - |
| XYZ | 31 | 18.62 | 1.99 | - |
| YUV | 102.58 | 70.68 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 63 | 1 | 0 | 0.71 | 1.00 | 0.14 | 17.06 | 0.99 | 0.43 |
| Hex | DB | 3F | 1 | 0 | 47 | 64 | E | 11 | 63 | 2B |
| Octal | 333 | 77 | 1 | 0 | 107 | 144 | 16 | 21 | 143 | 53 |
| Binary | 11011011 | 111111 | 1 | 0 | 1000111 | 1100100 | 1110 | 10001 | 1100011 | 101011 |
Color Harmonies of #DB3F01
Complementary color
Monochromatic Colors of #DB3F01
Black with #DB3F01
Text Example
Text Example
White with #DB3F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3F01; }
p { color: rgb(219,63,1); }
H1.HeaderClassName
{
color: #DB3F01;
}
.AnyTagClassName
{
color: #DB3F01;
}
</style>
background-color css
<style>
a { background-color: #DB3F01; }
a { background-color: rgb(219,63,1); }
div.DivClassName
{
background-color: #DB3F01;
}
.BgClassName
{
background-color: #DB3F01;
}
</style>
border-color css
<style>
span { border-color: #DB3F01; }
span { border-color: rgb(219,63,1); }
td.TdClassName
{
border-color: #DB3F01;
}
.TagClassName
{
border-color: #DB3F01;
}
</style>