Html Css Color HEX #DC3E0E Harley Davidson Orange
📋 copy color: '#DC3E0E'red 220 ◦ green 62 ◦ blue 14
Shades of Harley Davidson Orange #DC3E0E
Tints of Harley Davidson Orange #DC3E0E
RGB
CMYK
RGB Variations
Color information
#DC3E0E (or 0xDC3E0E) is known color: Harley Davidson Orange. HEX triplet: DC, 3E and 0E. RGB value is (220,62,14). Sum of RGB (Red+Green+Blue) = 220+62+14=296 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.32% from 296); Green value is 62 (24.61% from 255 or 20.95% from 296); Blue value is 14 (5.86% from 255 or 4.73% from 296); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3E0E is #23C1F1. Grayscale: #686868. Windows color (decimal): -2343410 or 933596. OLE color: 933596.
HSL color Cylindrical-coordinate representation of color #DC3E0E: hue angle of 13.98º 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 #DC3E0E is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 62 | 14 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.14 |
| HSL | 13.98º | 0.88% | 0.46% | - |
| HSV(B) | 13.98º | 0.94% | 0.86% | - |
| XYZ | 31.32 | 18.69 | 2.37 | - |
| YUV | 103.77 | 77.35 | 210.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 62 | 14 | 0 | 0.72 | 0.94 | 0.14 | 13.98 | 0.88 | 0.46 |
| Hex | DC | 3E | E | 0 | 48 | 5E | E | E | 58 | 2E |
| Octal | 334 | 76 | 16 | 0 | 110 | 136 | 16 | 16 | 130 | 56 |
| Binary | 11011100 | 111110 | 1110 | 0 | 1001000 | 1011110 | 1110 | 1110 | 1011000 | 101110 |
Color Harmonies of #DC3E0E
Complementary color
Monochromatic Colors of #DC3E0E
Black with #DC3E0E
Text Example
Text Example
White with #DC3E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3E0E; }
p { color: rgb(220,62,14); }
H1.HeaderClassName
{
color: #DC3E0E;
}
.AnyTagClassName
{
color: #DC3E0E;
}
</style>
background-color css
<style>
a { background-color: #DC3E0E; }
a { background-color: rgb(220,62,14); }
div.DivClassName
{
background-color: #DC3E0E;
}
.BgClassName
{
background-color: #DC3E0E;
}
</style>
border-color css
<style>
span { border-color: #DC3E0E; }
span { border-color: rgb(220,62,14); }
td.TdClassName
{
border-color: #DC3E0E;
}
.TagClassName
{
border-color: #DC3E0E;
}
</style>