Html Css Color HEX #DC3114 Harley Davidson Orange
📋 copy color: '#DC3114'red 220 ◦ green 49 ◦ blue 20
Shades of Harley Davidson Orange #DC3114
Tints of Harley Davidson Orange #DC3114
RGB
CMYK
RGB Variations
Color information
#DC3114 (or 0xDC3114) is known color: Harley Davidson Orange. HEX triplet: DC, 31 and 14. RGB value is (220,49,20). Sum of RGB (Red+Green+Blue) = 220+49+20=289 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.12% from 289); Green value is 49 (19.53% from 255 or 16.96% from 289); Blue value is 20 (8.20% from 255 or 6.92% from 289); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3114 is #23CEEB. Grayscale: #616161. Windows color (decimal): -2346732 or 1323484. OLE color: 1323484.
HSL color Cylindrical-coordinate representation of color #DC3114: hue angle of 8.7º 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 #DC3114 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 20 | - |
| CMYK | 0 | 0.78 | 0.91 | 0.14 |
| HSL | 8.7º | 0.83% | 0.47% | - |
| HSV(B) | 8.7º | 0.91% | 0.86% | - |
| XYZ | 30.74 | 17.46 | 2.41 | - |
| YUV | 96.82 | 84.65 | 215.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 20 | 0 | 0.78 | 0.91 | 0.14 | 8.7 | 0.83 | 0.47 |
| Hex | DC | 31 | 14 | 0 | 4E | 5B | E | 9 | 53 | 2F |
| Octal | 334 | 61 | 24 | 0 | 116 | 133 | 16 | 11 | 123 | 57 |
| Binary | 11011100 | 110001 | 10100 | 0 | 1001110 | 1011011 | 1110 | 1001 | 1010011 | 101111 |
Color Harmonies of #DC3114
Complementary color
Monochromatic Colors of #DC3114
Black with #DC3114
Text Example
Text Example
White with #DC3114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3114; }
p { color: rgb(220,49,20); }
H1.HeaderClassName
{
color: #DC3114;
}
.AnyTagClassName
{
color: #DC3114;
}
</style>
background-color css
<style>
a { background-color: #DC3114; }
a { background-color: rgb(220,49,20); }
div.DivClassName
{
background-color: #DC3114;
}
.BgClassName
{
background-color: #DC3114;
}
</style>
border-color css
<style>
span { border-color: #DC3114; }
span { border-color: rgb(220,49,20); }
td.TdClassName
{
border-color: #DC3114;
}
.TagClassName
{
border-color: #DC3114;
}
</style>