Html Css Color HEX #DC3517 Harley Davidson Orange
📋 copy color: '#DC3517'red 220 ◦ green 53 ◦ blue 23
Shades of Harley Davidson Orange #DC3517
Tints of Harley Davidson Orange #DC3517
RGB
CMYK
RGB Variations
Color information
#DC3517 (or 0xDC3517) is known color: Harley Davidson Orange. HEX triplet: DC, 35 and 17. RGB value is (220,53,23). Sum of RGB (Red+Green+Blue) = 220+53+23=296 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.32% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 23 (9.38% from 255 or 7.77% from 296); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3517 is #23CAE8. Grayscale: #636363. Windows color (decimal): -2345705 or 1521116. OLE color: 1521116.
HSL color Cylindrical-coordinate representation of color #DC3517: hue angle of 9.14º 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 #DC3517 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 53 | 23 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.14 |
| HSL | 9.14º | 0.81% | 0.48% | - |
| HSV(B) | 9.14º | 0.9% | 0.86% | - |
| XYZ | 30.94 | 17.82 | 2.62 | - |
| YUV | 99.51 | 84.83 | 213.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 53 | 23 | 0 | 0.76 | 0.90 | 0.14 | 9.14 | 0.81 | 0.48 |
| Hex | DC | 35 | 17 | 0 | 4C | 5A | E | 9 | 51 | 30 |
| Octal | 334 | 65 | 27 | 0 | 114 | 132 | 16 | 11 | 121 | 60 |
| Binary | 11011100 | 110101 | 10111 | 0 | 1001100 | 1011010 | 1110 | 1001 | 1010001 | 110000 |
Color Harmonies of #DC3517
Complementary color
Monochromatic Colors of #DC3517
Black with #DC3517
Text Example
Text Example
White with #DC3517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3517; }
p { color: rgb(220,53,23); }
H1.HeaderClassName
{
color: #DC3517;
}
.AnyTagClassName
{
color: #DC3517;
}
</style>
background-color css
<style>
a { background-color: #DC3517; }
a { background-color: rgb(220,53,23); }
div.DivClassName
{
background-color: #DC3517;
}
.BgClassName
{
background-color: #DC3517;
}
</style>
border-color css
<style>
span { border-color: #DC3517; }
span { border-color: rgb(220,53,23); }
td.TdClassName
{
border-color: #DC3517;
}
.TagClassName
{
border-color: #DC3517;
}
</style>