Html Css Color HEX #DC1904 Harley Davidson Orange
📋 copy color: '#DC1904'red 220 ◦ green 25 ◦ blue 4
Shades of Harley Davidson Orange #DC1904
Tints of Harley Davidson Orange #DC1904
RGB
CMYK
RGB Variations
Color information
#DC1904 (or 0xDC1904) is known color: Harley Davidson Orange. HEX triplet: DC, 19 and 04. RGB value is (220,25,4). Sum of RGB (Red+Green+Blue) = 220+25+4=249 (32% of max value = 765). Red value is 220 (86.33% from 255 or 88.35% from 249); Green value is 25 (10.16% from 255 or 10.04% from 249); Blue value is 4 (1.95% from 255 or 1.61% from 249); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1904 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1904 is #23E6FB. Grayscale: #515151. Windows color (decimal): -2352892 or 268764. OLE color: 268764.
HSL color Cylindrical-coordinate representation of color #DC1904: hue angle of 5.83º 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 #DC1904 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 25 | 4 | - |
| CMYK | 0 | 0.89 | 0.98 | 0.14 |
| HSL | 5.83º | 0.96% | 0.44% | - |
| HSV(B) | 5.83º | 0.98% | 0.86% | - |
| XYZ | 29.88 | 15.92 | 1.61 | - |
| YUV | 80.91 | 84.6 | 227.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 25 | 4 | 0 | 0.89 | 0.98 | 0.14 | 5.83 | 0.96 | 0.44 |
| Hex | DC | 19 | 4 | 0 | 59 | 62 | E | 6 | 60 | 2C |
| Octal | 334 | 31 | 4 | 0 | 131 | 142 | 16 | 6 | 140 | 54 |
| Binary | 11011100 | 11001 | 100 | 0 | 1011001 | 1100010 | 1110 | 110 | 1100000 | 101100 |
Color Harmonies of #DC1904
Complementary color
Monochromatic Colors of #DC1904
Black with #DC1904
Text Example
Text Example
White with #DC1904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1904; }
p { color: rgb(220,25,4); }
H1.HeaderClassName
{
color: #DC1904;
}
.AnyTagClassName
{
color: #DC1904;
}
</style>
background-color css
<style>
a { background-color: #DC1904; }
a { background-color: rgb(220,25,4); }
div.DivClassName
{
background-color: #DC1904;
}
.BgClassName
{
background-color: #DC1904;
}
</style>
border-color css
<style>
span { border-color: #DC1904; }
span { border-color: rgb(220,25,4); }
td.TdClassName
{
border-color: #DC1904;
}
.TagClassName
{
border-color: #DC1904;
}
</style>