Html Css Color HEX #DC4319 Harley Davidson Orange
📋 copy color: '#DC4319'red 220 ◦ green 67 ◦ blue 25
Shades of Harley Davidson Orange #DC4319
Tints of Harley Davidson Orange #DC4319
RGB
CMYK
RGB Variations
Color information
#DC4319 (or 0xDC4319) is known color: Harley Davidson Orange. HEX triplet: DC, 43 and 19. RGB value is (220,67,25). Sum of RGB (Red+Green+Blue) = 220+67+25=312 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.51% from 312); Green value is 67 (26.56% from 255 or 21.47% from 312); Blue value is 25 (10.16% from 255 or 8.01% from 312); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4319 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4319 is #23BCE6. Grayscale: #6C6C6C. Windows color (decimal): -2342119 or 1655772. OLE color: 1655772.
HSL color Cylindrical-coordinate representation of color #DC4319: hue angle of 12.92º 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 #DC4319 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 25 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.14 |
| HSL | 12.92º | 0.8% | 0.48% | - |
| HSV(B) | 12.92º | 0.89% | 0.86% | - |
| XYZ | 31.7 | 19.3 | 2.97 | - |
| YUV | 107.96 | 81.19 | 207.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 25 | 0 | 0.70 | 0.89 | 0.14 | 12.92 | 0.8 | 0.48 |
| Hex | DC | 43 | 19 | 0 | 46 | 59 | E | D | 50 | 30 |
| Octal | 334 | 103 | 31 | 0 | 106 | 131 | 16 | 15 | 120 | 60 |
| Binary | 11011100 | 1000011 | 11001 | 0 | 1000110 | 1011001 | 1110 | 1101 | 1010000 | 110000 |
Color Harmonies of #DC4319
Complementary color
Monochromatic Colors of #DC4319
Black with #DC4319
Text Example
Text Example
White with #DC4319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4319; }
p { color: rgb(220,67,25); }
H1.HeaderClassName
{
color: #DC4319;
}
.AnyTagClassName
{
color: #DC4319;
}
</style>
background-color css
<style>
a { background-color: #DC4319; }
a { background-color: rgb(220,67,25); }
div.DivClassName
{
background-color: #DC4319;
}
.BgClassName
{
background-color: #DC4319;
}
</style>
border-color css
<style>
span { border-color: #DC4319; }
span { border-color: rgb(220,67,25); }
td.TdClassName
{
border-color: #DC4319;
}
.TagClassName
{
border-color: #DC4319;
}
</style>