Html Css Color HEX #DC4614 Harley Davidson Orange
📋 copy color: '#DC4614'red 220 ◦ green 70 ◦ blue 20
Shades of Harley Davidson Orange #DC4614
Tints of Harley Davidson Orange #DC4614
RGB
CMYK
RGB Variations
Color information
#DC4614 (or 0xDC4614) is known color: Harley Davidson Orange. HEX triplet: DC, 46 and 14. RGB value is (220,70,20). Sum of RGB (Red+Green+Blue) = 220+70+20=310 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.97% from 310); Green value is 70 (27.73% from 255 or 22.58% from 310); Blue value is 20 (8.20% from 255 or 6.45% from 310); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4614 is #23B9EB. Grayscale: #6D6D6D. Windows color (decimal): -2341356 or 1328860. OLE color: 1328860.
HSL color Cylindrical-coordinate representation of color #DC4614: hue angle of 15º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC4614 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 70 | 20 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.14 |
| HSL | 15º | 0.83% | 0.47% | - |
| HSV(B) | 15º | 0.91% | 0.86% | - |
| XYZ | 31.83 | 19.65 | 2.78 | - |
| YUV | 109.15 | 77.7 | 207.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 70 | 20 | 0 | 0.68 | 0.91 | 0.14 | 15 | 0.83 | 0.47 |
| Hex | DC | 46 | 14 | 0 | 44 | 5B | E | F | 53 | 2F |
| Octal | 334 | 106 | 24 | 0 | 104 | 133 | 16 | 17 | 123 | 57 |
| Binary | 11011100 | 1000110 | 10100 | 0 | 1000100 | 1011011 | 1110 | 1111 | 1010011 | 101111 |
Color Harmonies of #DC4614
Complementary color
Monochromatic Colors of #DC4614
Black with #DC4614
Text Example
Text Example
White with #DC4614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4614; }
p { color: rgb(220,70,20); }
H1.HeaderClassName
{
color: #DC4614;
}
.AnyTagClassName
{
color: #DC4614;
}
</style>
background-color css
<style>
a { background-color: #DC4614; }
a { background-color: rgb(220,70,20); }
div.DivClassName
{
background-color: #DC4614;
}
.BgClassName
{
background-color: #DC4614;
}
</style>
border-color css
<style>
span { border-color: #DC4614; }
span { border-color: rgb(220,70,20); }
td.TdClassName
{
border-color: #DC4614;
}
.TagClassName
{
border-color: #DC4614;
}
</style>