Html Css Color HEX #DC3904 Harley Davidson Orange
📋 copy color: '#DC3904'red 220 ◦ green 57 ◦ blue 4
Shades of Harley Davidson Orange #DC3904
Tints of Harley Davidson Orange #DC3904
RGB
CMYK
RGB Variations
Color information
#DC3904 (or 0xDC3904) is known color: Harley Davidson Orange. HEX triplet: DC, 39 and 04. RGB value is (220,57,4). Sum of RGB (Red+Green+Blue) = 220+57+4=281 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.29% from 281); Green value is 57 (22.66% from 255 or 20.28% from 281); Blue value is 4 (1.95% from 255 or 1.42% from 281); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3904 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3904 is #23C6FB. Grayscale: #646464. Windows color (decimal): -2344700 or 276956. OLE color: 276956.
HSL color Cylindrical-coordinate representation of color #DC3904: hue angle of 14.72º 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 #DC3904 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 57 | 4 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.14 |
| HSL | 14.72º | 0.96% | 0.44% | - |
| HSV(B) | 14.72º | 0.98% | 0.86% | - |
| XYZ | 31 | 18.15 | 1.98 | - |
| YUV | 99.7 | 74 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 57 | 4 | 0 | 0.74 | 0.98 | 0.14 | 14.72 | 0.96 | 0.44 |
| Hex | DC | 39 | 4 | 0 | 4A | 62 | E | F | 60 | 2C |
| Octal | 334 | 71 | 4 | 0 | 112 | 142 | 16 | 17 | 140 | 54 |
| Binary | 11011100 | 111001 | 100 | 0 | 1001010 | 1100010 | 1110 | 1111 | 1100000 | 101100 |
Color Harmonies of #DC3904
Complementary color
Monochromatic Colors of #DC3904
Black with #DC3904
Text Example
Text Example
White with #DC3904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3904; }
p { color: rgb(220,57,4); }
H1.HeaderClassName
{
color: #DC3904;
}
.AnyTagClassName
{
color: #DC3904;
}
</style>
background-color css
<style>
a { background-color: #DC3904; }
a { background-color: rgb(220,57,4); }
div.DivClassName
{
background-color: #DC3904;
}
.BgClassName
{
background-color: #DC3904;
}
</style>
border-color css
<style>
span { border-color: #DC3904; }
span { border-color: rgb(220,57,4); }
td.TdClassName
{
border-color: #DC3904;
}
.TagClassName
{
border-color: #DC3904;
}
</style>