Html Css Color HEX #DC4613 Harley Davidson Orange
📋 copy color: '#DC4613'red 220 ◦ green 70 ◦ blue 19
Shades of Harley Davidson Orange #DC4613
Tints of Harley Davidson Orange #DC4613
RGB
CMYK
RGB Variations
Color information
#DC4613 (or 0xDC4613) is known color: Harley Davidson Orange. HEX triplet: DC, 46 and 13. RGB value is (220,70,19). Sum of RGB (Red+Green+Blue) = 220+70+19=309 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.20% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 19 (7.81% from 255 or 6.15% from 309); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4613 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4613 is #23B9EC. Grayscale: #6D6D6D. Windows color (decimal): -2341357 or 1263324. OLE color: 1263324.
HSL color Cylindrical-coordinate representation of color #DC4613: hue angle of 15.22º 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 #DC4613 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 70 | 19 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.14 |
| HSL | 15.22º | 0.84% | 0.47% | - |
| HSV(B) | 15.22º | 0.91% | 0.86% | - |
| XYZ | 31.82 | 19.64 | 2.73 | - |
| YUV | 109.04 | 77.2 | 207.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 70 | 19 | 0 | 0.68 | 0.91 | 0.14 | 15.22 | 0.84 | 0.47 |
| Hex | DC | 46 | 13 | 0 | 44 | 5B | E | F | 54 | 2F |
| Octal | 334 | 106 | 23 | 0 | 104 | 133 | 16 | 17 | 124 | 57 |
| Binary | 11011100 | 1000110 | 10011 | 0 | 1000100 | 1011011 | 1110 | 1111 | 1010100 | 101111 |
Color Harmonies of #DC4613
Complementary color
Monochromatic Colors of #DC4613
Black with #DC4613
Text Example
Text Example
White with #DC4613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4613; }
p { color: rgb(220,70,19); }
H1.HeaderClassName
{
color: #DC4613;
}
.AnyTagClassName
{
color: #DC4613;
}
</style>
background-color css
<style>
a { background-color: #DC4613; }
a { background-color: rgb(220,70,19); }
div.DivClassName
{
background-color: #DC4613;
}
.BgClassName
{
background-color: #DC4613;
}
</style>
border-color css
<style>
span { border-color: #DC4613; }
span { border-color: rgb(220,70,19); }
td.TdClassName
{
border-color: #DC4613;
}
.TagClassName
{
border-color: #DC4613;
}
</style>