Html Css Color HEX #DC390E Harley Davidson Orange
📋 copy color: '#DC390E'red 220 ◦ green 57 ◦ blue 14
Shades of Harley Davidson Orange #DC390E
Tints of Harley Davidson Orange #DC390E
RGB
CMYK
RGB Variations
Color information
#DC390E (or 0xDC390E) is known color: Harley Davidson Orange. HEX triplet: DC, 39 and 0E. RGB value is (220,57,14). Sum of RGB (Red+Green+Blue) = 220+57+14=291 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.60% from 291); Green value is 57 (22.66% from 255 or 19.59% from 291); Blue value is 14 (5.86% from 255 or 4.81% from 291); Max value from RGB is 220 - color contains mainly: red. Hex color #DC390E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC390E is #23C6F1. Grayscale: #656565. Windows color (decimal): -2344690 or 932316. OLE color: 932316.
HSL color Cylindrical-coordinate representation of color #DC390E: hue angle of 12.52º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC390E is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 57 | 14 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.14 |
| HSL | 12.52º | 0.88% | 0.46% | - |
| HSV(B) | 12.52º | 0.94% | 0.86% | - |
| XYZ | 31.06 | 18.17 | 2.29 | - |
| YUV | 100.84 | 79 | 213 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 57 | 14 | 0 | 0.74 | 0.94 | 0.14 | 12.52 | 0.88 | 0.46 |
| Hex | DC | 39 | E | 0 | 4A | 5E | E | D | 58 | 2E |
| Octal | 334 | 71 | 16 | 0 | 112 | 136 | 16 | 15 | 130 | 56 |
| Binary | 11011100 | 111001 | 1110 | 0 | 1001010 | 1011110 | 1110 | 1101 | 1011000 | 101110 |
Color Harmonies of #DC390E
Complementary color
Monochromatic Colors of #DC390E
Black with #DC390E
Text Example
Text Example
White with #DC390E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC390E; }
p { color: rgb(220,57,14); }
H1.HeaderClassName
{
color: #DC390E;
}
.AnyTagClassName
{
color: #DC390E;
}
</style>
background-color css
<style>
a { background-color: #DC390E; }
a { background-color: rgb(220,57,14); }
div.DivClassName
{
background-color: #DC390E;
}
.BgClassName
{
background-color: #DC390E;
}
</style>
border-color css
<style>
span { border-color: #DC390E; }
span { border-color: rgb(220,57,14); }
td.TdClassName
{
border-color: #DC390E;
}
.TagClassName
{
border-color: #DC390E;
}
</style>