Html Css Color HEX #DC2804 Harley Davidson Orange
📋 copy color: '#DC2804'red 220 ◦ green 40 ◦ blue 4
Shades of Harley Davidson Orange #DC2804
Tints of Harley Davidson Orange #DC2804
RGB
CMYK
RGB Variations
Color information
#DC2804 (or 0xDC2804) is known color: Harley Davidson Orange. HEX triplet: DC, 28 and 04. RGB value is (220,40,4). Sum of RGB (Red+Green+Blue) = 220+40+4=264 (34% of max value = 765). Red value is 220 (86.33% from 255 or 83.33% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 4 (1.95% from 255 or 1.52% from 264); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2804 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2804 is #23D7FB. Grayscale: #5A5A5A. Windows color (decimal): -2349052 or 272604. OLE color: 272604.
HSL color Cylindrical-coordinate representation of color #DC2804: hue angle of 10º 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 #DC2804 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 40 | 4 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.14 |
| HSL | 10º | 0.96% | 0.44% | - |
| HSV(B) | 10º | 0.98% | 0.86% | - |
| XYZ | 30.3 | 16.74 | 1.75 | - |
| YUV | 89.72 | 79.63 | 220.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 4 | 0 | 0.82 | 0.98 | 0.14 | 10 | 0.96 | 0.44 |
| Hex | DC | 28 | 4 | 0 | 52 | 62 | E | A | 60 | 2C |
| Octal | 334 | 50 | 4 | 0 | 122 | 142 | 16 | 12 | 140 | 54 |
| Binary | 11011100 | 101000 | 100 | 0 | 1010010 | 1100010 | 1110 | 1010 | 1100000 | 101100 |
Color Harmonies of #DC2804
Complementary color
Monochromatic Colors of #DC2804
Black with #DC2804
Text Example
Text Example
White with #DC2804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2804; }
p { color: rgb(220,40,4); }
H1.HeaderClassName
{
color: #DC2804;
}
.AnyTagClassName
{
color: #DC2804;
}
</style>
background-color css
<style>
a { background-color: #DC2804; }
a { background-color: rgb(220,40,4); }
div.DivClassName
{
background-color: #DC2804;
}
.BgClassName
{
background-color: #DC2804;
}
</style>
border-color css
<style>
span { border-color: #DC2804; }
span { border-color: rgb(220,40,4); }
td.TdClassName
{
border-color: #DC2804;
}
.TagClassName
{
border-color: #DC2804;
}
</style>