Html Css Color HEX #DC3715 Harley Davidson Orange
📋 copy color: '#DC3715'red 220 ◦ green 55 ◦ blue 21
Shades of Harley Davidson Orange #DC3715
Tints of Harley Davidson Orange #DC3715
RGB
CMYK
RGB Variations
Color information
#DC3715 (or 0xDC3715) is known color: Harley Davidson Orange. HEX triplet: DC, 37 and 15. RGB value is (220,55,21). Sum of RGB (Red+Green+Blue) = 220+55+21=296 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.32% from 296); Green value is 55 (21.88% from 255 or 18.58% from 296); Blue value is 21 (8.59% from 255 or 7.09% from 296); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3715 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3715 is #23C8EA. Grayscale: #646464. Windows color (decimal): -2345195 or 1390556. OLE color: 1390556.
HSL color Cylindrical-coordinate representation of color #DC3715: hue angle of 10.25º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC3715 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 55 | 21 | - |
| CMYK | 0 | 0.75 | 0.90 | 0.14 |
| HSL | 10.25º | 0.83% | 0.47% | - |
| HSV(B) | 10.25º | 0.9% | 0.86% | - |
| XYZ | 31.02 | 18 | 2.55 | - |
| YUV | 100.46 | 83.16 | 213.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 55 | 21 | 0 | 0.75 | 0.90 | 0.14 | 10.25 | 0.83 | 0.47 |
| Hex | DC | 37 | 15 | 0 | 4B | 5A | E | A | 53 | 2F |
| Octal | 334 | 67 | 25 | 0 | 113 | 132 | 16 | 12 | 123 | 57 |
| Binary | 11011100 | 110111 | 10101 | 0 | 1001011 | 1011010 | 1110 | 1010 | 1010011 | 101111 |
Color Harmonies of #DC3715
Complementary color
Monochromatic Colors of #DC3715
Black with #DC3715
Text Example
Text Example
White with #DC3715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3715; }
p { color: rgb(220,55,21); }
H1.HeaderClassName
{
color: #DC3715;
}
.AnyTagClassName
{
color: #DC3715;
}
</style>
background-color css
<style>
a { background-color: #DC3715; }
a { background-color: rgb(220,55,21); }
div.DivClassName
{
background-color: #DC3715;
}
.BgClassName
{
background-color: #DC3715;
}
</style>
border-color css
<style>
span { border-color: #DC3715; }
span { border-color: rgb(220,55,21); }
td.TdClassName
{
border-color: #DC3715;
}
.TagClassName
{
border-color: #DC3715;
}
</style>