Html Css Color HEX #DB3C0C Harley Davidson Orange
📋 copy color: '#DB3C0C'red 219 ◦ green 60 ◦ blue 12
Shades of Harley Davidson Orange #DB3C0C
Tints of Harley Davidson Orange #DB3C0C
RGB
CMYK
RGB Variations
Color information
#DB3C0C (or 0xDB3C0C) is known color: Harley Davidson Orange. HEX triplet: DB, 3C and 0C. RGB value is (219,60,12). Sum of RGB (Red+Green+Blue) = 219+60+12=291 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.26% from 291); Green value is 60 (23.83% from 255 or 20.62% from 291); Blue value is 12 (5.08% from 255 or 4.12% from 291); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3C0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3C0C is #24C3F3. Grayscale: #666666. Windows color (decimal): -2409460 or 802011. OLE color: 802011.
HSL color Cylindrical-coordinate representation of color #DB3C0C: hue angle of 13.91º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB3C0C is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 60 | 12 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.14 |
| HSL | 13.91º | 0.9% | 0.45% | - |
| HSV(B) | 13.91º | 0.95% | 0.86% | - |
| XYZ | 30.9 | 18.32 | 2.26 | - |
| YUV | 102.07 | 77.18 | 211.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 60 | 12 | 0 | 0.73 | 0.95 | 0.14 | 13.91 | 0.9 | 0.45 |
| Hex | DB | 3C | C | 0 | 49 | 5F | E | E | 5A | 2D |
| Octal | 333 | 74 | 14 | 0 | 111 | 137 | 16 | 16 | 132 | 55 |
| Binary | 11011011 | 111100 | 1100 | 0 | 1001001 | 1011111 | 1110 | 1110 | 1011010 | 101101 |
Color Harmonies of #DB3C0C
Complementary color
Monochromatic Colors of #DB3C0C
Black with #DB3C0C
Text Example
Text Example
White with #DB3C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3C0C; }
p { color: rgb(219,60,12); }
H1.HeaderClassName
{
color: #DB3C0C;
}
.AnyTagClassName
{
color: #DB3C0C;
}
</style>
background-color css
<style>
a { background-color: #DB3C0C; }
a { background-color: rgb(219,60,12); }
div.DivClassName
{
background-color: #DB3C0C;
}
.BgClassName
{
background-color: #DB3C0C;
}
</style>
border-color css
<style>
span { border-color: #DB3C0C; }
span { border-color: rgb(219,60,12); }
td.TdClassName
{
border-color: #DB3C0C;
}
.TagClassName
{
border-color: #DB3C0C;
}
</style>