Html Css Color HEX #DC3104 Harley Davidson Orange
📋 copy color: '#DC3104'red 220 ◦ green 49 ◦ blue 4
Shades of Harley Davidson Orange #DC3104
Tints of Harley Davidson Orange #DC3104
RGB
CMYK
RGB Variations
Color information
#DC3104 (or 0xDC3104) is known color: Harley Davidson Orange. HEX triplet: DC, 31 and 04. RGB value is (220,49,4). Sum of RGB (Red+Green+Blue) = 220+49+4=273 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.59% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 4 (1.95% from 255 or 1.47% from 273); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3104 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3104 is #23CEFB. Grayscale: #5F5F5F. Windows color (decimal): -2346748 or 274908. OLE color: 274908.
HSL color Cylindrical-coordinate representation of color #DC3104: hue angle of 12.5º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC3104 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 4 | - |
| CMYK | 0 | 0.78 | 0.98 | 0.14 |
| HSL | 12.5º | 0.96% | 0.44% | - |
| HSV(B) | 12.5º | 0.98% | 0.86% | - |
| XYZ | 30.64 | 17.42 | 1.86 | - |
| YUV | 95 | 76.65 | 217.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 4 | 0 | 0.78 | 0.98 | 0.14 | 12.5 | 0.96 | 0.44 |
| Hex | DC | 31 | 4 | 0 | 4E | 62 | E | C | 60 | 2C |
| Octal | 334 | 61 | 4 | 0 | 116 | 142 | 16 | 14 | 140 | 54 |
| Binary | 11011100 | 110001 | 100 | 0 | 1001110 | 1100010 | 1110 | 1100 | 1100000 | 101100 |
Color Harmonies of #DC3104
Complementary color
Monochromatic Colors of #DC3104
Black with #DC3104
Text Example
Text Example
White with #DC3104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3104; }
p { color: rgb(220,49,4); }
H1.HeaderClassName
{
color: #DC3104;
}
.AnyTagClassName
{
color: #DC3104;
}
</style>
background-color css
<style>
a { background-color: #DC3104; }
a { background-color: rgb(220,49,4); }
div.DivClassName
{
background-color: #DC3104;
}
.BgClassName
{
background-color: #DC3104;
}
</style>
border-color css
<style>
span { border-color: #DC3104; }
span { border-color: rgb(220,49,4); }
td.TdClassName
{
border-color: #DC3104;
}
.TagClassName
{
border-color: #DC3104;
}
</style>