Html Css Color HEX #DC291C Harley Davidson Orange
📋 copy color: '#DC291C'red 220 ◦ green 41 ◦ blue 28
Shades of Harley Davidson Orange #DC291C
Tints of Harley Davidson Orange #DC291C
RGB
CMYK
RGB Variations
Color information
#DC291C (or 0xDC291C) is known color: Harley Davidson Orange. HEX triplet: DC, 29 and 1C. RGB value is (220,41,28). Sum of RGB (Red+Green+Blue) = 220+41+28=289 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.12% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 28 (11.33% from 255 or 9.69% from 289); Max value from RGB is 220 - color contains mainly: red. Hex color #DC291C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC291C is #23D6E3. Grayscale: #5D5D5D. Windows color (decimal): -2348772 or 1845724. OLE color: 1845724.
HSL color Cylindrical-coordinate representation of color #DC291C: hue angle of 4.06º 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 #DC291C is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 41 | 28 | - |
| CMYK | 0 | 0.81 | 0.87 | 0.14 |
| HSL | 4.06º | 0.77% | 0.49% | - |
| HSV(B) | 4.06º | 0.87% | 0.86% | - |
| XYZ | 30.52 | 16.89 | 2.75 | - |
| YUV | 93.04 | 91.3 | 218.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 28 | 0 | 0.81 | 0.87 | 0.14 | 4.06 | 0.77 | 0.49 |
| Hex | DC | 29 | 1C | 0 | 51 | 57 | E | 4 | 4D | 31 |
| Octal | 334 | 51 | 34 | 0 | 121 | 127 | 16 | 4 | 115 | 61 |
| Binary | 11011100 | 101001 | 11100 | 0 | 1010001 | 1010111 | 1110 | 100 | 1001101 | 110001 |
Color Harmonies of #DC291C
Complementary color
Monochromatic Colors of #DC291C
Black with #DC291C
Text Example
Text Example
White with #DC291C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC291C; }
p { color: rgb(220,41,28); }
H1.HeaderClassName
{
color: #DC291C;
}
.AnyTagClassName
{
color: #DC291C;
}
</style>
background-color css
<style>
a { background-color: #DC291C; }
a { background-color: rgb(220,41,28); }
div.DivClassName
{
background-color: #DC291C;
}
.BgClassName
{
background-color: #DC291C;
}
</style>
border-color css
<style>
span { border-color: #DC291C; }
span { border-color: rgb(220,41,28); }
td.TdClassName
{
border-color: #DC291C;
}
.TagClassName
{
border-color: #DC291C;
}
</style>