Html Css Color HEX #DC290E Harley Davidson Orange
📋 copy color: '#DC290E'red 220 ◦ green 41 ◦ blue 14
Shades of Harley Davidson Orange #DC290E
Tints of Harley Davidson Orange #DC290E
RGB
CMYK
RGB Variations
Color information
#DC290E (or 0xDC290E) is known color: Harley Davidson Orange. HEX triplet: DC, 29 and 0E. RGB value is (220,41,14). Sum of RGB (Red+Green+Blue) = 220+41+14=275 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80% from 275); Green value is 41 (16.41% from 255 or 14.91% from 275); Blue value is 14 (5.86% from 255 or 5.09% from 275); Max value from RGB is 220 - color contains mainly: red. Hex color #DC290E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC290E is #23D6F1. Grayscale: #5B5B5B. Windows color (decimal): -2348786 or 928220. OLE color: 928220.
HSL color Cylindrical-coordinate representation of color #DC290E: hue angle of 7.86º 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 #DC290E is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 41 | 14 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.14 |
| HSL | 7.86º | 0.88% | 0.46% | - |
| HSV(B) | 7.86º | 0.94% | 0.86% | - |
| XYZ | 30.39 | 16.83 | 2.06 | - |
| YUV | 91.44 | 84.3 | 219.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 14 | 0 | 0.81 | 0.94 | 0.14 | 7.86 | 0.88 | 0.46 |
| Hex | DC | 29 | E | 0 | 51 | 5E | E | 8 | 58 | 2E |
| Octal | 334 | 51 | 16 | 0 | 121 | 136 | 16 | 10 | 130 | 56 |
| Binary | 11011100 | 101001 | 1110 | 0 | 1010001 | 1011110 | 1110 | 1000 | 1011000 | 101110 |
Color Harmonies of #DC290E
Complementary color
Monochromatic Colors of #DC290E
Black with #DC290E
Text Example
Text Example
White with #DC290E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC290E; }
p { color: rgb(220,41,14); }
H1.HeaderClassName
{
color: #DC290E;
}
.AnyTagClassName
{
color: #DC290E;
}
</style>
background-color css
<style>
a { background-color: #DC290E; }
a { background-color: rgb(220,41,14); }
div.DivClassName
{
background-color: #DC290E;
}
.BgClassName
{
background-color: #DC290E;
}
</style>
border-color css
<style>
span { border-color: #DC290E; }
span { border-color: rgb(220,41,14); }
td.TdClassName
{
border-color: #DC290E;
}
.TagClassName
{
border-color: #DC290E;
}
</style>