Html Css Color HEX #DC3917 Harley Davidson Orange
📋 copy color: '#DC3917'red 220 ◦ green 57 ◦ blue 23
Shades of Harley Davidson Orange #DC3917
Tints of Harley Davidson Orange #DC3917
RGB
CMYK
RGB Variations
Color information
#DC3917 (or 0xDC3917) is known color: Harley Davidson Orange. HEX triplet: DC, 39 and 17. RGB value is (220,57,23). Sum of RGB (Red+Green+Blue) = 220+57+23=300 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.33% from 300); Green value is 57 (22.66% from 255 or 19% from 300); Blue value is 23 (9.38% from 255 or 7.67% from 300); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3917 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3917 is #23C6E8. Grayscale: #666666. Windows color (decimal): -2344681 or 1522140. OLE color: 1522140.
HSL color Cylindrical-coordinate representation of color #DC3917: hue angle of 10.36º 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 #DC3917 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 57 | 23 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.14 |
| HSL | 10.36º | 0.81% | 0.48% | - |
| HSV(B) | 10.36º | 0.9% | 0.86% | - |
| XYZ | 31.13 | 18.2 | 2.68 | - |
| YUV | 101.86 | 83.5 | 212.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 57 | 23 | 0 | 0.74 | 0.90 | 0.14 | 10.36 | 0.81 | 0.48 |
| Hex | DC | 39 | 17 | 0 | 4A | 5A | E | A | 51 | 30 |
| Octal | 334 | 71 | 27 | 0 | 112 | 132 | 16 | 12 | 121 | 60 |
| Binary | 11011100 | 111001 | 10111 | 0 | 1001010 | 1011010 | 1110 | 1010 | 1010001 | 110000 |
Color Harmonies of #DC3917
Complementary color
Monochromatic Colors of #DC3917
Black with #DC3917
Text Example
Text Example
White with #DC3917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3917; }
p { color: rgb(220,57,23); }
H1.HeaderClassName
{
color: #DC3917;
}
.AnyTagClassName
{
color: #DC3917;
}
</style>
background-color css
<style>
a { background-color: #DC3917; }
a { background-color: rgb(220,57,23); }
div.DivClassName
{
background-color: #DC3917;
}
.BgClassName
{
background-color: #DC3917;
}
</style>
border-color css
<style>
span { border-color: #DC3917; }
span { border-color: rgb(220,57,23); }
td.TdClassName
{
border-color: #DC3917;
}
.TagClassName
{
border-color: #DC3917;
}
</style>