Html Css Color HEX #DB3C01 Harley Davidson Orange
📋 copy color: '#DB3C01'red 219 ◦ green 60 ◦ blue 1
Shades of Harley Davidson Orange #DB3C01
Tints of Harley Davidson Orange #DB3C01
RGB
CMYK
RGB Variations
Color information
#DB3C01 (or 0xDB3C01) is known color: Harley Davidson Orange. HEX triplet: DB, 3C and 01. RGB value is (219,60,1). Sum of RGB (Red+Green+Blue) = 219+60+1=280 (37% of max value = 765). Red value is 219 (85.94% from 255 or 78.21% from 280); Green value is 60 (23.83% from 255 or 21.43% from 280); Blue value is 1 (0.78% from 255 or 0.36% from 280); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3C01 is #24C3FE. Grayscale: #656565. Windows color (decimal): -2409471 or 81115. OLE color: 81115.
HSL color Cylindrical-coordinate representation of color #DB3C01: hue angle of 16.24º 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 #DB3C01 is Cyan = 0, Magento = 0.73, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 60 | 1 | - |
CMYK | 0 | 0.73 | 1.00 | 0.14 |
HSL | 16.24º | 0.99% | 0.43% | - |
HSV(B) | 16.24º | 1% | 0.86% | - |
XYZ | 30.83 | 18.29 | 1.93 | - |
YUV | 100.82 | 71.68 | 212.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 60 | 1 | 0 | 0.73 | 1.00 | 0.14 | 16.24 | 0.99 | 0.43 |
Hex | DB | 3C | 1 | 0 | 49 | 64 | E | 10 | 63 | 2B |
Octal | 333 | 74 | 1 | 0 | 111 | 144 | 16 | 20 | 143 | 53 |
Binary | 11011011 | 111100 | 1 | 0 | 1001001 | 1100100 | 1110 | 10000 | 1100011 | 101011 |
Color Harmonies of #DB3C01
Complementary color
Monochromatic Colors of #DB3C01
Black with #DB3C01
Text Example
Text Example
White with #DB3C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3C01; }
p { color: rgb(219,60,1); }
H1.HeaderClassName
{
color: #DB3C01;
}
.AnyTagClassName
{
color: #DB3C01;
}
</style>
background-color css
<style>
a { background-color: #DB3C01; }
a { background-color: rgb(219,60,1); }
div.DivClassName
{
background-color: #DB3C01;
}
.BgClassName
{
background-color: #DB3C01;
}
</style>
border-color css
<style>
span { border-color: #DB3C01; }
span { border-color: rgb(219,60,1); }
td.TdClassName
{
border-color: #DB3C01;
}
.TagClassName
{
border-color: #DB3C01;
}
</style>