Html Css Color HEX #DC3319 Harley Davidson Orange
📋 copy color: '#DC3319'red 220 ◦ green 51 ◦ blue 25
Shades of Harley Davidson Orange #DC3319
Tints of Harley Davidson Orange #DC3319
RGB
CMYK
RGB Variations
Color information
#DC3319 (or 0xDC3319) is known color: Harley Davidson Orange. HEX triplet: DC, 33 and 19. RGB value is (220,51,25). Sum of RGB (Red+Green+Blue) = 220+51+25=296 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.32% from 296); Green value is 51 (20.31% from 255 or 17.23% from 296); Blue value is 25 (10.16% from 255 or 8.45% from 296); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3319 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3319 is #23CCE6. Grayscale: #626262. Windows color (decimal): -2346215 or 1651676. OLE color: 1651676.
HSL color Cylindrical-coordinate representation of color #DC3319: hue angle of 8º 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 #DC3319 is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 51 | 25 | - |
| CMYK | 0 | 0.77 | 0.89 | 0.14 |
| HSL | 8º | 0.8% | 0.48% | - |
| HSV(B) | 8º | 0.89% | 0.86% | - |
| XYZ | 30.87 | 17.65 | 2.7 | - |
| YUV | 98.57 | 86.49 | 214.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 51 | 25 | 0 | 0.77 | 0.89 | 0.14 | 8 | 0.8 | 0.48 |
| Hex | DC | 33 | 19 | 0 | 4D | 59 | E | 8 | 50 | 30 |
| Octal | 334 | 63 | 31 | 0 | 115 | 131 | 16 | 10 | 120 | 60 |
| Binary | 11011100 | 110011 | 11001 | 0 | 1001101 | 1011001 | 1110 | 1000 | 1010000 | 110000 |
Color Harmonies of #DC3319
Complementary color
Monochromatic Colors of #DC3319
Black with #DC3319
Text Example
Text Example
White with #DC3319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3319; }
p { color: rgb(220,51,25); }
H1.HeaderClassName
{
color: #DC3319;
}
.AnyTagClassName
{
color: #DC3319;
}
</style>
background-color css
<style>
a { background-color: #DC3319; }
a { background-color: rgb(220,51,25); }
div.DivClassName
{
background-color: #DC3319;
}
.BgClassName
{
background-color: #DC3319;
}
</style>
border-color css
<style>
span { border-color: #DC3319; }
span { border-color: rgb(220,51,25); }
td.TdClassName
{
border-color: #DC3319;
}
.TagClassName
{
border-color: #DC3319;
}
</style>