Html Css Color HEX #DC4418 Harley Davidson Orange
📋 copy color: '#DC4418'red 220 ◦ green 68 ◦ blue 24
Shades of Harley Davidson Orange #DC4418
Tints of Harley Davidson Orange #DC4418
RGB
CMYK
RGB Variations
Color information
#DC4418 (or 0xDC4418) is known color: Harley Davidson Orange. HEX triplet: DC, 44 and 18. RGB value is (220,68,24). Sum of RGB (Red+Green+Blue) = 220+68+24=312 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.51% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 24 (9.77% from 255 or 7.69% from 312); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4418 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4418 is #23BBE7. Grayscale: #6C6C6C. Windows color (decimal): -2341864 or 1590492. OLE color: 1590492.
HSL color Cylindrical-coordinate representation of color #DC4418: hue angle of 13.47º 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 #DC4418 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 68 | 24 | - |
| CMYK | 0 | 0.69 | 0.89 | 0.14 |
| HSL | 13.47º | 0.8% | 0.48% | - |
| HSV(B) | 13.47º | 0.89% | 0.86% | - |
| XYZ | 31.75 | 19.42 | 2.94 | - |
| YUV | 108.43 | 80.36 | 207.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 68 | 24 | 0 | 0.69 | 0.89 | 0.14 | 13.47 | 0.8 | 0.48 |
| Hex | DC | 44 | 18 | 0 | 45 | 59 | E | D | 50 | 30 |
| Octal | 334 | 104 | 30 | 0 | 105 | 131 | 16 | 15 | 120 | 60 |
| Binary | 11011100 | 1000100 | 11000 | 0 | 1000101 | 1011001 | 1110 | 1101 | 1010000 | 110000 |
Color Harmonies of #DC4418
Complementary color
Monochromatic Colors of #DC4418
Black with #DC4418
Text Example
Text Example
White with #DC4418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4418; }
p { color: rgb(220,68,24); }
H1.HeaderClassName
{
color: #DC4418;
}
.AnyTagClassName
{
color: #DC4418;
}
</style>
background-color css
<style>
a { background-color: #DC4418; }
a { background-color: rgb(220,68,24); }
div.DivClassName
{
background-color: #DC4418;
}
.BgClassName
{
background-color: #DC4418;
}
</style>
border-color css
<style>
span { border-color: #DC4418; }
span { border-color: rgb(220,68,24); }
td.TdClassName
{
border-color: #DC4418;
}
.TagClassName
{
border-color: #DC4418;
}
</style>