Html Css Color HEX #DC3E17 Harley Davidson Orange
📋 copy color: '#DC3E17'red 220 ◦ green 62 ◦ blue 23
Shades of Harley Davidson Orange #DC3E17
Tints of Harley Davidson Orange #DC3E17
RGB
CMYK
RGB Variations
Color information
#DC3E17 (or 0xDC3E17) is known color: Harley Davidson Orange. HEX triplet: DC, 3E and 17. RGB value is (220,62,23). Sum of RGB (Red+Green+Blue) = 220+62+23=305 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.13% from 305); Green value is 62 (24.61% from 255 or 20.33% from 305); Blue value is 23 (9.38% from 255 or 7.54% from 305); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3E17 is #23C1E8. Grayscale: #696969. Windows color (decimal): -2343401 or 1523420. OLE color: 1523420.
HSL color Cylindrical-coordinate representation of color #DC3E17: hue angle of 11.88º 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 #DC3E17 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 62 | 23 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.14 |
| HSL | 11.88º | 0.81% | 0.48% | - |
| HSV(B) | 11.88º | 0.9% | 0.86% | - |
| XYZ | 31.39 | 18.72 | 2.77 | - |
| YUV | 104.8 | 81.85 | 210.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 62 | 23 | 0 | 0.72 | 0.90 | 0.14 | 11.88 | 0.81 | 0.48 |
| Hex | DC | 3E | 17 | 0 | 48 | 5A | E | C | 51 | 30 |
| Octal | 334 | 76 | 27 | 0 | 110 | 132 | 16 | 14 | 121 | 60 |
| Binary | 11011100 | 111110 | 10111 | 0 | 1001000 | 1011010 | 1110 | 1100 | 1010001 | 110000 |
Color Harmonies of #DC3E17
Complementary color
Monochromatic Colors of #DC3E17
Black with #DC3E17
Text Example
Text Example
White with #DC3E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3E17; }
p { color: rgb(220,62,23); }
H1.HeaderClassName
{
color: #DC3E17;
}
.AnyTagClassName
{
color: #DC3E17;
}
</style>
background-color css
<style>
a { background-color: #DC3E17; }
a { background-color: rgb(220,62,23); }
div.DivClassName
{
background-color: #DC3E17;
}
.BgClassName
{
background-color: #DC3E17;
}
</style>
border-color css
<style>
span { border-color: #DC3E17; }
span { border-color: rgb(220,62,23); }
td.TdClassName
{
border-color: #DC3E17;
}
.TagClassName
{
border-color: #DC3E17;
}
</style>