Html Css Color HEX #DC4518 Harley Davidson Orange
📋 copy color: '#DC4518'red 220 ◦ green 69 ◦ blue 24
Shades of Harley Davidson Orange #DC4518
Tints of Harley Davidson Orange #DC4518
RGB
CMYK
RGB Variations
Color information
#DC4518 (or 0xDC4518) is known color: Harley Davidson Orange. HEX triplet: DC, 45 and 18. RGB value is (220,69,24). Sum of RGB (Red+Green+Blue) = 220+69+24=313 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.29% from 313); Green value is 69 (27.34% from 255 or 22.04% from 313); Blue value is 24 (9.77% from 255 or 7.67% from 313); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4518 is #23BAE7. Grayscale: #6D6D6D. Windows color (decimal): -2341608 or 1590748. OLE color: 1590748.
HSL color Cylindrical-coordinate representation of color #DC4518: hue angle of 13.78º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC4518 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 69 | 24 | - |
| CMYK | 0 | 0.69 | 0.89 | 0.14 |
| HSL | 13.78º | 0.8% | 0.48% | - |
| HSV(B) | 13.78º | 0.89% | 0.86% | - |
| XYZ | 31.81 | 19.54 | 2.96 | - |
| YUV | 109.02 | 80.03 | 207.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 69 | 24 | 0 | 0.69 | 0.89 | 0.14 | 13.78 | 0.8 | 0.48 |
| Hex | DC | 45 | 18 | 0 | 45 | 59 | E | E | 50 | 30 |
| Octal | 334 | 105 | 30 | 0 | 105 | 131 | 16 | 16 | 120 | 60 |
| Binary | 11011100 | 1000101 | 11000 | 0 | 1000101 | 1011001 | 1110 | 1110 | 1010000 | 110000 |
Color Harmonies of #DC4518
Complementary color
Monochromatic Colors of #DC4518
Black with #DC4518
Text Example
Text Example
White with #DC4518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4518; }
p { color: rgb(220,69,24); }
H1.HeaderClassName
{
color: #DC4518;
}
.AnyTagClassName
{
color: #DC4518;
}
</style>
background-color css
<style>
a { background-color: #DC4518; }
a { background-color: rgb(220,69,24); }
div.DivClassName
{
background-color: #DC4518;
}
.BgClassName
{
background-color: #DC4518;
}
</style>
border-color css
<style>
span { border-color: #DC4518; }
span { border-color: rgb(220,69,24); }
td.TdClassName
{
border-color: #DC4518;
}
.TagClassName
{
border-color: #DC4518;
}
</style>