Html Css Color HEX #DC291E Harley Davidson Orange
📋 copy color: '#DC291E'red 220 ◦ green 41 ◦ blue 30
Shades of Harley Davidson Orange #DC291E
Tints of Harley Davidson Orange #DC291E
RGB
CMYK
RGB Variations
Color information
#DC291E (or 0xDC291E) is known color: Harley Davidson Orange. HEX triplet: DC, 29 and 1E. RGB value is (220,41,30). Sum of RGB (Red+Green+Blue) = 220+41+30=291 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.60% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 30 (12.11% from 255 or 10.31% from 291); Max value from RGB is 220 - color contains mainly: red. Hex color #DC291E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC291E is #23D6E1. Grayscale: #5D5D5D. Windows color (decimal): -2348770 or 1976796. OLE color: 1976796.
HSL color Cylindrical-coordinate representation of color #DC291E: hue angle of 3.47º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC291E is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 41 | 30 | - |
| CMYK | 0 | 0.81 | 0.86 | 0.14 |
| HSL | 3.47º | 0.76% | 0.49% | - |
| HSV(B) | 3.47º | 0.86% | 0.86% | - |
| XYZ | 30.54 | 16.9 | 2.88 | - |
| YUV | 93.27 | 92.3 | 218.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 30 | 0 | 0.81 | 0.86 | 0.14 | 3.47 | 0.76 | 0.49 |
| Hex | DC | 29 | 1E | 0 | 51 | 56 | E | 3 | 4C | 31 |
| Octal | 334 | 51 | 36 | 0 | 121 | 126 | 16 | 3 | 114 | 61 |
| Binary | 11011100 | 101001 | 11110 | 0 | 1010001 | 1010110 | 1110 | 11 | 1001100 | 110001 |
Color Harmonies of #DC291E
Complementary color
Monochromatic Colors of #DC291E
Black with #DC291E
Text Example
Text Example
White with #DC291E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC291E; }
p { color: rgb(220,41,30); }
H1.HeaderClassName
{
color: #DC291E;
}
.AnyTagClassName
{
color: #DC291E;
}
</style>
background-color css
<style>
a { background-color: #DC291E; }
a { background-color: rgb(220,41,30); }
div.DivClassName
{
background-color: #DC291E;
}
.BgClassName
{
background-color: #DC291E;
}
</style>
border-color css
<style>
span { border-color: #DC291E; }
span { border-color: rgb(220,41,30); }
td.TdClassName
{
border-color: #DC291E;
}
.TagClassName
{
border-color: #DC291E;
}
</style>