Html Css Color HEX #DC3014 Harley Davidson Orange
📋 copy color: '#DC3014'red 220 ◦ green 48 ◦ blue 20
Shades of Harley Davidson Orange #DC3014
Tints of Harley Davidson Orange #DC3014
RGB
CMYK
RGB Variations
Color information
#DC3014 (or 0xDC3014) is known color: Harley Davidson Orange. HEX triplet: DC, 30 and 14. RGB value is (220,48,20). Sum of RGB (Red+Green+Blue) = 220+48+20=288 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.39% from 288); Green value is 48 (19.14% from 255 or 16.67% from 288); Blue value is 20 (8.20% from 255 or 6.94% from 288); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3014 is #23CFEB. Grayscale: #606060. Windows color (decimal): -2346988 or 1323228. OLE color: 1323228.
HSL color Cylindrical-coordinate representation of color #DC3014: hue angle of 8.4º 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 #DC3014 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 20 | - |
| CMYK | 0 | 0.78 | 0.91 | 0.14 |
| HSL | 8.4º | 0.83% | 0.47% | - |
| HSV(B) | 8.4º | 0.91% | 0.86% | - |
| XYZ | 30.7 | 17.38 | 2.4 | - |
| YUV | 96.24 | 84.98 | 216.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 20 | 0 | 0.78 | 0.91 | 0.14 | 8.4 | 0.83 | 0.47 |
| Hex | DC | 30 | 14 | 0 | 4E | 5B | E | 8 | 53 | 2F |
| Octal | 334 | 60 | 24 | 0 | 116 | 133 | 16 | 10 | 123 | 57 |
| Binary | 11011100 | 110000 | 10100 | 0 | 1001110 | 1011011 | 1110 | 1000 | 1010011 | 101111 |
Color Harmonies of #DC3014
Complementary color
Monochromatic Colors of #DC3014
Black with #DC3014
Text Example
Text Example
White with #DC3014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3014; }
p { color: rgb(220,48,20); }
H1.HeaderClassName
{
color: #DC3014;
}
.AnyTagClassName
{
color: #DC3014;
}
</style>
background-color css
<style>
a { background-color: #DC3014; }
a { background-color: rgb(220,48,20); }
div.DivClassName
{
background-color: #DC3014;
}
.BgClassName
{
background-color: #DC3014;
}
</style>
border-color css
<style>
span { border-color: #DC3014; }
span { border-color: rgb(220,48,20); }
td.TdClassName
{
border-color: #DC3014;
}
.TagClassName
{
border-color: #DC3014;
}
</style>