Html Css Color HEX #DC3117 Harley Davidson Orange
📋 copy color: '#DC3117'red 220 ◦ green 49 ◦ blue 23
Shades of Harley Davidson Orange #DC3117
Tints of Harley Davidson Orange #DC3117
RGB
CMYK
RGB Variations
Color information
#DC3117 (or 0xDC3117) is known color: Harley Davidson Orange. HEX triplet: DC, 31 and 17. RGB value is (220,49,23). Sum of RGB (Red+Green+Blue) = 220+49+23=292 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.34% from 292); Green value is 49 (19.53% from 255 or 16.78% from 292); Blue value is 23 (9.38% from 255 or 7.88% from 292); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3117 is #23CEE8. Grayscale: #616161. Windows color (decimal): -2346729 or 1520092. OLE color: 1520092.
HSL color Cylindrical-coordinate representation of color #DC3117: hue angle of 7.92º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC3117 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 23 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.14 |
| HSL | 7.92º | 0.81% | 0.48% | - |
| HSV(B) | 7.92º | 0.9% | 0.86% | - |
| XYZ | 30.77 | 17.47 | 2.56 | - |
| YUV | 97.17 | 86.15 | 215.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 23 | 0 | 0.78 | 0.90 | 0.14 | 7.92 | 0.81 | 0.48 |
| Hex | DC | 31 | 17 | 0 | 4E | 5A | E | 8 | 51 | 30 |
| Octal | 334 | 61 | 27 | 0 | 116 | 132 | 16 | 10 | 121 | 60 |
| Binary | 11011100 | 110001 | 10111 | 0 | 1001110 | 1011010 | 1110 | 1000 | 1010001 | 110000 |
Color Harmonies of #DC3117
Complementary color
Monochromatic Colors of #DC3117
Black with #DC3117
Text Example
Text Example
White with #DC3117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3117; }
p { color: rgb(220,49,23); }
H1.HeaderClassName
{
color: #DC3117;
}
.AnyTagClassName
{
color: #DC3117;
}
</style>
background-color css
<style>
a { background-color: #DC3117; }
a { background-color: rgb(220,49,23); }
div.DivClassName
{
background-color: #DC3117;
}
.BgClassName
{
background-color: #DC3117;
}
</style>
border-color css
<style>
span { border-color: #DC3117; }
span { border-color: rgb(220,49,23); }
td.TdClassName
{
border-color: #DC3117;
}
.TagClassName
{
border-color: #DC3117;
}
</style>