Html Css Color HEX #DC3217 Harley Davidson Orange
📋 copy color: '#DC3217'red 220 ◦ green 50 ◦ blue 23
Shades of Harley Davidson Orange #DC3217
Tints of Harley Davidson Orange #DC3217
RGB
CMYK
RGB Variations
Color information
#DC3217 (or 0xDC3217) is known color: Harley Davidson Orange. HEX triplet: DC, 32 and 17. RGB value is (220,50,23). Sum of RGB (Red+Green+Blue) = 220+50+23=293 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.09% from 293); Green value is 50 (19.92% from 255 or 17.06% from 293); Blue value is 23 (9.38% from 255 or 7.85% from 293); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3217 is #23CDE8. Grayscale: #626262. Windows color (decimal): -2346473 or 1520348. OLE color: 1520348.
HSL color Cylindrical-coordinate representation of color #DC3217: hue angle of 8.22º 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 #DC3217 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 50 | 23 | - |
| CMYK | 0 | 0.77 | 0.90 | 0.14 |
| HSL | 8.22º | 0.81% | 0.48% | - |
| HSV(B) | 8.22º | 0.9% | 0.86% | - |
| XYZ | 30.81 | 17.56 | 2.58 | - |
| YUV | 97.75 | 85.82 | 215.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 50 | 23 | 0 | 0.77 | 0.90 | 0.14 | 8.22 | 0.81 | 0.48 |
| Hex | DC | 32 | 17 | 0 | 4D | 5A | E | 8 | 51 | 30 |
| Octal | 334 | 62 | 27 | 0 | 115 | 132 | 16 | 10 | 121 | 60 |
| Binary | 11011100 | 110010 | 10111 | 0 | 1001101 | 1011010 | 1110 | 1000 | 1010001 | 110000 |
Color Harmonies of #DC3217
Complementary color
Monochromatic Colors of #DC3217
Black with #DC3217
Text Example
Text Example
White with #DC3217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3217; }
p { color: rgb(220,50,23); }
H1.HeaderClassName
{
color: #DC3217;
}
.AnyTagClassName
{
color: #DC3217;
}
</style>
background-color css
<style>
a { background-color: #DC3217; }
a { background-color: rgb(220,50,23); }
div.DivClassName
{
background-color: #DC3217;
}
.BgClassName
{
background-color: #DC3217;
}
</style>
border-color css
<style>
span { border-color: #DC3217; }
span { border-color: rgb(220,50,23); }
td.TdClassName
{
border-color: #DC3217;
}
.TagClassName
{
border-color: #DC3217;
}
</style>