Html Css Color HEX #DC4713 Harley Davidson Orange
📋 copy color: '#DC4713'red 220 ◦ green 71 ◦ blue 19
Shades of Harley Davidson Orange #DC4713
Tints of Harley Davidson Orange #DC4713
RGB
CMYK
RGB Variations
Color information
#DC4713 (or 0xDC4713) is known color: Harley Davidson Orange. HEX triplet: DC, 47 and 13. RGB value is (220,71,19). Sum of RGB (Red+Green+Blue) = 220+71+19=310 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.97% from 310); Green value is 71 (28.12% from 255 or 22.90% from 310); Blue value is 19 (7.81% from 255 or 6.13% from 310); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4713 is #23B8EC. Grayscale: #6D6D6D. Windows color (decimal): -2341101 or 1263580. OLE color: 1263580.
HSL color Cylindrical-coordinate representation of color #DC4713: hue angle of 15.52º degrees, saturation: 0.84, 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 #DC4713 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 71 | 19 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.14 |
| HSL | 15.52º | 0.84% | 0.47% | - |
| HSV(B) | 15.52º | 0.91% | 0.86% | - |
| XYZ | 31.89 | 19.77 | 2.75 | - |
| YUV | 109.62 | 76.86 | 206.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 71 | 19 | 0 | 0.68 | 0.91 | 0.14 | 15.52 | 0.84 | 0.47 |
| Hex | DC | 47 | 13 | 0 | 44 | 5B | E | 10 | 54 | 2F |
| Octal | 334 | 107 | 23 | 0 | 104 | 133 | 16 | 20 | 124 | 57 |
| Binary | 11011100 | 1000111 | 10011 | 0 | 1000100 | 1011011 | 1110 | 10000 | 1010100 | 101111 |
Color Harmonies of #DC4713
Complementary color
Monochromatic Colors of #DC4713
Black with #DC4713
Text Example
Text Example
White with #DC4713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4713; }
p { color: rgb(220,71,19); }
H1.HeaderClassName
{
color: #DC4713;
}
.AnyTagClassName
{
color: #DC4713;
}
</style>
background-color css
<style>
a { background-color: #DC4713; }
a { background-color: rgb(220,71,19); }
div.DivClassName
{
background-color: #DC4713;
}
.BgClassName
{
background-color: #DC4713;
}
</style>
border-color css
<style>
span { border-color: #DC4713; }
span { border-color: rgb(220,71,19); }
td.TdClassName
{
border-color: #DC4713;
}
.TagClassName
{
border-color: #DC4713;
}
</style>