Html Css Color HEX #DD320C Harley Davidson Orange
📋 copy color: '#DD320C'red 221 ◦ green 50 ◦ blue 12
Shades of Harley Davidson Orange #DD320C
Tints of Harley Davidson Orange #DD320C
RGB
CMYK
RGB Variations
Color information
#DD320C (or 0xDD320C) is known color: Harley Davidson Orange. HEX triplet: DD, 32 and 0C. RGB value is (221,50,12). Sum of RGB (Red+Green+Blue) = 221+50+12=283 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.09% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 12 (5.08% from 255 or 4.24% from 283); Max value from RGB is 221 - color contains mainly: red. Hex color #DD320C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD320C is #22CDF3. Grayscale: #616161. Windows color (decimal): -2280948 or 799453. OLE color: 799453.
HSL color Cylindrical-coordinate representation of color #DD320C: hue angle of 10.91º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD320C is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 50 | 12 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.13 |
| HSL | 10.91º | 0.9% | 0.46% | - |
| HSV(B) | 10.91º | 0.95% | 0.87% | - |
| XYZ | 31.03 | 17.68 | 2.13 | - |
| YUV | 96.8 | 80.15 | 216.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 50 | 12 | 0 | 0.77 | 0.95 | 0.13 | 10.91 | 0.9 | 0.46 |
| Hex | DD | 32 | C | 0 | 4D | 5F | D | B | 5A | 2E |
| Octal | 335 | 62 | 14 | 0 | 115 | 137 | 15 | 13 | 132 | 56 |
| Binary | 11011101 | 110010 | 1100 | 0 | 1001101 | 1011111 | 1101 | 1011 | 1011010 | 101110 |
Color Harmonies of #DD320C
Complementary color
Monochromatic Colors of #DD320C
Black with #DD320C
Text Example
Text Example
White with #DD320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD320C; }
p { color: rgb(221,50,12); }
H1.HeaderClassName
{
color: #DD320C;
}
.AnyTagClassName
{
color: #DD320C;
}
</style>
background-color css
<style>
a { background-color: #DD320C; }
a { background-color: rgb(221,50,12); }
div.DivClassName
{
background-color: #DD320C;
}
.BgClassName
{
background-color: #DD320C;
}
</style>
border-color css
<style>
span { border-color: #DD320C; }
span { border-color: rgb(221,50,12); }
td.TdClassName
{
border-color: #DD320C;
}
.TagClassName
{
border-color: #DD320C;
}
</style>