Html Css Color HEX #DC4219 Harley Davidson Orange
📋 copy color: '#DC4219'red 220 ◦ green 66 ◦ blue 25
Shades of Harley Davidson Orange #DC4219
Tints of Harley Davidson Orange #DC4219
RGB
CMYK
RGB Variations
Color information
#DC4219 (or 0xDC4219) is known color: Harley Davidson Orange. HEX triplet: DC, 42 and 19. RGB value is (220,66,25). Sum of RGB (Red+Green+Blue) = 220+66+25=311 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.74% from 311); Green value is 66 (26.17% from 255 or 21.22% from 311); Blue value is 25 (10.16% from 255 or 8.04% from 311); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4219 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4219 is #23BDE6. Grayscale: #6B6B6B. Windows color (decimal): -2342375 or 1655516. OLE color: 1655516.
HSL color Cylindrical-coordinate representation of color #DC4219: hue angle of 12.62º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC4219 is Cyan = 0, Magento = 0.7, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 66 | 25 | - |
| CMYK | 0 | 0.7 | 0.89 | 0.14 |
| HSL | 12.62º | 0.8% | 0.48% | - |
| HSV(B) | 12.62º | 0.89% | 0.86% | - |
| XYZ | 31.64 | 19.18 | 2.95 | - |
| YUV | 107.37 | 81.52 | 208.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 66 | 25 | 0 | 0.7 | 0.89 | 0.14 | 12.62 | 0.8 | 0.48 |
| Hex | DC | 42 | 19 | 0 | 46 | 59 | E | D | 50 | 30 |
| Octal | 334 | 102 | 31 | 0 | 106 | 131 | 16 | 15 | 120 | 60 |
| Binary | 11011100 | 1000010 | 11001 | 0 | 1000110 | 1011001 | 1110 | 1101 | 1010000 | 110000 |
Color Harmonies of #DC4219
Complementary color
Monochromatic Colors of #DC4219
Black with #DC4219
Text Example
Text Example
White with #DC4219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4219; }
p { color: rgb(220,66,25); }
H1.HeaderClassName
{
color: #DC4219;
}
.AnyTagClassName
{
color: #DC4219;
}
</style>
background-color css
<style>
a { background-color: #DC4219; }
a { background-color: rgb(220,66,25); }
div.DivClassName
{
background-color: #DC4219;
}
.BgClassName
{
background-color: #DC4219;
}
</style>
border-color css
<style>
span { border-color: #DC4219; }
span { border-color: rgb(220,66,25); }
td.TdClassName
{
border-color: #DC4219;
}
.TagClassName
{
border-color: #DC4219;
}
</style>