Html Css Color HEX #DC320D Harley Davidson Orange
📋 copy color: '#DC320D'red 220 ◦ green 50 ◦ blue 13
Shades of Harley Davidson Orange #DC320D
Tints of Harley Davidson Orange #DC320D
RGB
CMYK
RGB Variations
Color information
#DC320D (or 0xDC320D) is known color: Harley Davidson Orange. HEX triplet: DC, 32 and 0D. RGB value is (220,50,13). Sum of RGB (Red+Green+Blue) = 220+50+13=283 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.74% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 13 (5.47% from 255 or 4.59% from 283); Max value from RGB is 220 - color contains mainly: red. Hex color #DC320D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC320D is #23CDF2. Grayscale: #606060. Windows color (decimal): -2346483 or 864988. OLE color: 864988.
HSL color Cylindrical-coordinate representation of color #DC320D: hue angle of 10.72º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC320D is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 50 | 13 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.14 |
| HSL | 10.72º | 0.89% | 0.46% | - |
| HSV(B) | 10.72º | 0.94% | 0.86% | - |
| XYZ | 30.73 | 17.53 | 2.14 | - |
| YUV | 96.61 | 80.82 | 216.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 50 | 13 | 0 | 0.77 | 0.94 | 0.14 | 10.72 | 0.89 | 0.46 |
| Hex | DC | 32 | D | 0 | 4D | 5E | E | B | 59 | 2E |
| Octal | 334 | 62 | 15 | 0 | 115 | 136 | 16 | 13 | 131 | 56 |
| Binary | 11011100 | 110010 | 1101 | 0 | 1001101 | 1011110 | 1110 | 1011 | 1011001 | 101110 |
Color Harmonies of #DC320D
Complementary color
Monochromatic Colors of #DC320D
Black with #DC320D
Text Example
Text Example
White with #DC320D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC320D; }
p { color: rgb(220,50,13); }
H1.HeaderClassName
{
color: #DC320D;
}
.AnyTagClassName
{
color: #DC320D;
}
</style>
background-color css
<style>
a { background-color: #DC320D; }
a { background-color: rgb(220,50,13); }
div.DivClassName
{
background-color: #DC320D;
}
.BgClassName
{
background-color: #DC320D;
}
</style>
border-color css
<style>
span { border-color: #DC320D; }
span { border-color: rgb(220,50,13); }
td.TdClassName
{
border-color: #DC320D;
}
.TagClassName
{
border-color: #DC320D;
}
</style>