Html Css Color HEX #DD320F Harley Davidson Orange
📋 copy color: '#DD320F'red 221 ◦ green 50 ◦ blue 15
Shades of Harley Davidson Orange #DD320F
Tints of Harley Davidson Orange #DD320F
RGB
CMYK
RGB Variations
Color information
#DD320F (or 0xDD320F) is known color: Harley Davidson Orange. HEX triplet: DD, 32 and 0F. RGB value is (221,50,15). Sum of RGB (Red+Green+Blue) = 221+50+15=286 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.27% from 286); Green value is 50 (19.92% from 255 or 17.48% from 286); Blue value is 15 (6.25% from 255 or 5.24% from 286); Max value from RGB is 221 - color contains mainly: red. Hex color #DD320F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD320F is #22CDF0. Grayscale: #616161. Windows color (decimal): -2280945 or 996061. OLE color: 996061.
HSL color Cylindrical-coordinate representation of color #DD320F: hue angle of 10.19º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD320F is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 50 | 15 | - |
| CMYK | 0 | 0.77 | 0.93 | 0.13 |
| HSL | 10.19º | 0.87% | 0.46% | - |
| HSV(B) | 10.19º | 0.93% | 0.87% | - |
| XYZ | 31.05 | 17.69 | 2.23 | - |
| YUV | 97.14 | 81.65 | 216.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 50 | 15 | 0 | 0.77 | 0.93 | 0.13 | 10.19 | 0.87 | 0.46 |
| Hex | DD | 32 | F | 0 | 4D | 5D | D | A | 57 | 2E |
| Octal | 335 | 62 | 17 | 0 | 115 | 135 | 15 | 12 | 127 | 56 |
| Binary | 11011101 | 110010 | 1111 | 0 | 1001101 | 1011101 | 1101 | 1010 | 1010111 | 101110 |
Color Harmonies of #DD320F
Complementary color
Monochromatic Colors of #DD320F
Black with #DD320F
Text Example
Text Example
White with #DD320F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD320F; }
p { color: rgb(221,50,15); }
H1.HeaderClassName
{
color: #DD320F;
}
.AnyTagClassName
{
color: #DD320F;
}
</style>
background-color css
<style>
a { background-color: #DD320F; }
a { background-color: rgb(221,50,15); }
div.DivClassName
{
background-color: #DD320F;
}
.BgClassName
{
background-color: #DD320F;
}
</style>
border-color css
<style>
span { border-color: #DD320F; }
span { border-color: rgb(221,50,15); }
td.TdClassName
{
border-color: #DD320F;
}
.TagClassName
{
border-color: #DD320F;
}
</style>