Html Css Color HEX #DC2017 Harley Davidson Orange
📋 copy color: '#DC2017'red 220 ◦ green 32 ◦ blue 23
Shades of Harley Davidson Orange #DC2017
Tints of Harley Davidson Orange #DC2017
RGB
CMYK
RGB Variations
Color information
#DC2017 (or 0xDC2017) is known color: Harley Davidson Orange. HEX triplet: DC, 20 and 17. RGB value is (220,32,23). Sum of RGB (Red+Green+Blue) = 220+32+23=275 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 23 (9.38% from 255 or 8.36% from 275); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2017 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2017 is #23DFE8. Grayscale: #575757. Windows color (decimal): -2351081 or 1515740. OLE color: 1515740.
HSL color Cylindrical-coordinate representation of color #DC2017: hue angle of 2.74º 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 #DC2017 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 32 | 23 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.14 |
| HSL | 2.74º | 0.81% | 0.48% | - |
| HSV(B) | 2.74º | 0.9% | 0.86% | - |
| XYZ | 30.19 | 16.31 | 2.37 | - |
| YUV | 87.19 | 91.78 | 222.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 23 | 0 | 0.85 | 0.90 | 0.14 | 2.74 | 0.81 | 0.48 |
| Hex | DC | 20 | 17 | 0 | 55 | 5A | E | 3 | 51 | 30 |
| Octal | 334 | 40 | 27 | 0 | 125 | 132 | 16 | 3 | 121 | 60 |
| Binary | 11011100 | 100000 | 10111 | 0 | 1010101 | 1011010 | 1110 | 11 | 1010001 | 110000 |
Color Harmonies of #DC2017
Complementary color
Monochromatic Colors of #DC2017
Black with #DC2017
Text Example
Text Example
White with #DC2017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2017; }
p { color: rgb(220,32,23); }
H1.HeaderClassName
{
color: #DC2017;
}
.AnyTagClassName
{
color: #DC2017;
}
</style>
background-color css
<style>
a { background-color: #DC2017; }
a { background-color: rgb(220,32,23); }
div.DivClassName
{
background-color: #DC2017;
}
.BgClassName
{
background-color: #DC2017;
}
</style>
border-color css
<style>
span { border-color: #DC2017; }
span { border-color: rgb(220,32,23); }
td.TdClassName
{
border-color: #DC2017;
}
.TagClassName
{
border-color: #DC2017;
}
</style>