Html Css Color HEX #DC4814 Harley Davidson Orange
📋 copy color: '#DC4814'red 220 ◦ green 72 ◦ blue 20
Shades of Harley Davidson Orange #DC4814
Tints of Harley Davidson Orange #DC4814
RGB
CMYK
RGB Variations
Color information
#DC4814 (or 0xDC4814) is known color: Harley Davidson Orange. HEX triplet: DC, 48 and 14. RGB value is (220,72,20). Sum of RGB (Red+Green+Blue) = 220+72+20=312 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.51% from 312); Green value is 72 (28.52% from 255 or 23.08% from 312); Blue value is 20 (8.20% from 255 or 6.41% from 312); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4814 is #23B7EB. Grayscale: #6E6E6E. Windows color (decimal): -2340844 or 1329372. OLE color: 1329372.
HSL color Cylindrical-coordinate representation of color #DC4814: hue angle of 15.6º 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 #DC4814 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 72 | 20 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.14 |
| HSL | 15.6º | 0.83% | 0.47% | - |
| HSV(B) | 15.6º | 0.91% | 0.86% | - |
| XYZ | 31.96 | 19.9 | 2.82 | - |
| YUV | 110.32 | 77.03 | 206.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 72 | 20 | 0 | 0.67 | 0.91 | 0.14 | 15.6 | 0.83 | 0.47 |
| Hex | DC | 48 | 14 | 0 | 43 | 5B | E | 10 | 53 | 2F |
| Octal | 334 | 110 | 24 | 0 | 103 | 133 | 16 | 20 | 123 | 57 |
| Binary | 11011100 | 1001000 | 10100 | 0 | 1000011 | 1011011 | 1110 | 10000 | 1010011 | 101111 |
Color Harmonies of #DC4814
Complementary color
Monochromatic Colors of #DC4814
Black with #DC4814
Text Example
Text Example
White with #DC4814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4814; }
p { color: rgb(220,72,20); }
H1.HeaderClassName
{
color: #DC4814;
}
.AnyTagClassName
{
color: #DC4814;
}
</style>
background-color css
<style>
a { background-color: #DC4814; }
a { background-color: rgb(220,72,20); }
div.DivClassName
{
background-color: #DC4814;
}
.BgClassName
{
background-color: #DC4814;
}
</style>
border-color css
<style>
span { border-color: #DC4814; }
span { border-color: rgb(220,72,20); }
td.TdClassName
{
border-color: #DC4814;
}
.TagClassName
{
border-color: #DC4814;
}
</style>