Html Css Color HEX #DC291D Harley Davidson Orange
📋 copy color: '#DC291D'red 220 ◦ green 41 ◦ blue 29
Shades of Harley Davidson Orange #DC291D
Tints of Harley Davidson Orange #DC291D
RGB
CMYK
RGB Variations
Color information
#DC291D (or 0xDC291D) is known color: Harley Davidson Orange. HEX triplet: DC, 29 and 1D. RGB value is (220,41,29). Sum of RGB (Red+Green+Blue) = 220+41+29=290 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.86% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 29 (11.72% from 255 or 10% from 290); Max value from RGB is 220 - color contains mainly: red. Hex color #DC291D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC291D is #23D6E2. Grayscale: #5D5D5D. Windows color (decimal): -2348771 or 1911260. OLE color: 1911260.
HSL color Cylindrical-coordinate representation of color #DC291D: hue angle of 3.77º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC291D is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 41 | 29 | - |
| CMYK | 0 | 0.81 | 0.87 | 0.14 |
| HSL | 3.77º | 0.77% | 0.49% | - |
| HSV(B) | 3.77º | 0.87% | 0.86% | - |
| XYZ | 30.53 | 16.89 | 2.81 | - |
| YUV | 93.15 | 91.8 | 218.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 29 | 0 | 0.81 | 0.87 | 0.14 | 3.77 | 0.77 | 0.49 |
| Hex | DC | 29 | 1D | 0 | 51 | 57 | E | 4 | 4D | 31 |
| Octal | 334 | 51 | 35 | 0 | 121 | 127 | 16 | 4 | 115 | 61 |
| Binary | 11011100 | 101001 | 11101 | 0 | 1010001 | 1010111 | 1110 | 100 | 1001101 | 110001 |
Color Harmonies of #DC291D
Complementary color
Monochromatic Colors of #DC291D
Black with #DC291D
Text Example
Text Example
White with #DC291D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC291D; }
p { color: rgb(220,41,29); }
H1.HeaderClassName
{
color: #DC291D;
}
.AnyTagClassName
{
color: #DC291D;
}
</style>
background-color css
<style>
a { background-color: #DC291D; }
a { background-color: rgb(220,41,29); }
div.DivClassName
{
background-color: #DC291D;
}
.BgClassName
{
background-color: #DC291D;
}
</style>
border-color css
<style>
span { border-color: #DC291D; }
span { border-color: rgb(220,41,29); }
td.TdClassName
{
border-color: #DC291D;
}
.TagClassName
{
border-color: #DC291D;
}
</style>