Html Css Color HEX #DB3E0C Harley Davidson Orange
📋 copy color: '#DB3E0C'red 219 ◦ green 62 ◦ blue 12
Shades of Harley Davidson Orange #DB3E0C
Tints of Harley Davidson Orange #DB3E0C
RGB
CMYK
RGB Variations
Color information
#DB3E0C (or 0xDB3E0C) is known color: Harley Davidson Orange. HEX triplet: DB, 3E and 0C. RGB value is (219,62,12). Sum of RGB (Red+Green+Blue) = 219+62+12=293 (38% of max value = 765). Red value is 219 (85.94% from 255 or 74.74% from 293); Green value is 62 (24.61% from 255 or 21.16% from 293); Blue value is 12 (5.08% from 255 or 4.10% from 293); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3E0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3E0C is #24C1F3. Grayscale: #676767. Windows color (decimal): -2408948 or 802523. OLE color: 802523.
HSL color Cylindrical-coordinate representation of color #DB3E0C: hue angle of 14.49º 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 #DB3E0C is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 62 | 12 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.14 |
| HSL | 14.49º | 0.9% | 0.45% | - |
| HSV(B) | 14.49º | 0.95% | 0.86% | - |
| XYZ | 31 | 18.53 | 2.29 | - |
| YUV | 103.24 | 76.51 | 210.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 62 | 12 | 0 | 0.72 | 0.95 | 0.14 | 14.49 | 0.9 | 0.45 |
| Hex | DB | 3E | C | 0 | 48 | 5F | E | E | 5A | 2D |
| Octal | 333 | 76 | 14 | 0 | 110 | 137 | 16 | 16 | 132 | 55 |
| Binary | 11011011 | 111110 | 1100 | 0 | 1001000 | 1011111 | 1110 | 1110 | 1011010 | 101101 |
Color Harmonies of #DB3E0C
Complementary color
Monochromatic Colors of #DB3E0C
Black with #DB3E0C
Text Example
Text Example
White with #DB3E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3E0C; }
p { color: rgb(219,62,12); }
H1.HeaderClassName
{
color: #DB3E0C;
}
.AnyTagClassName
{
color: #DB3E0C;
}
</style>
background-color css
<style>
a { background-color: #DB3E0C; }
a { background-color: rgb(219,62,12); }
div.DivClassName
{
background-color: #DB3E0C;
}
.BgClassName
{
background-color: #DB3E0C;
}
</style>
border-color css
<style>
span { border-color: #DB3E0C; }
span { border-color: rgb(219,62,12); }
td.TdClassName
{
border-color: #DB3E0C;
}
.TagClassName
{
border-color: #DB3E0C;
}
</style>