Html Css Color HEX #DD3C10 Harley Davidson Orange
📋 copy color: '#DD3C10'red 221 ◦ green 60 ◦ blue 16
Shades of Harley Davidson Orange #DD3C10
Tints of Harley Davidson Orange #DD3C10
RGB
CMYK
RGB Variations
Color information
#DD3C10 (or 0xDD3C10) is known color: Harley Davidson Orange. HEX triplet: DD, 3C and 10. RGB value is (221,60,16). Sum of RGB (Red+Green+Blue) = 221+60+16=297 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.41% from 297); Green value is 60 (23.83% from 255 or 20.20% from 297); Blue value is 16 (6.64% from 255 or 5.39% from 297); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3C10 is #22C3EF. Grayscale: #676767. Windows color (decimal): -2278384 or 1064157. OLE color: 1064157.
HSL color Cylindrical-coordinate representation of color #DD3C10: hue angle of 12.88º degrees, saturation: 0.86, 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 #DD3C10 is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 60 | 16 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.13 |
| HSL | 12.88º | 0.86% | 0.46% | - |
| HSV(B) | 12.88º | 0.93% | 0.87% | - |
| XYZ | 31.53 | 18.64 | 2.43 | - |
| YUV | 103.12 | 78.84 | 212.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 60 | 16 | 0 | 0.73 | 0.93 | 0.13 | 12.88 | 0.86 | 0.46 |
| Hex | DD | 3C | 10 | 0 | 49 | 5D | D | D | 56 | 2E |
| Octal | 335 | 74 | 20 | 0 | 111 | 135 | 15 | 15 | 126 | 56 |
| Binary | 11011101 | 111100 | 10000 | 0 | 1001001 | 1011101 | 1101 | 1101 | 1010110 | 101110 |
Color Harmonies of #DD3C10
Complementary color
Monochromatic Colors of #DD3C10
Black with #DD3C10
Text Example
Text Example
White with #DD3C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3C10; }
p { color: rgb(221,60,16); }
H1.HeaderClassName
{
color: #DD3C10;
}
.AnyTagClassName
{
color: #DD3C10;
}
</style>
background-color css
<style>
a { background-color: #DD3C10; }
a { background-color: rgb(221,60,16); }
div.DivClassName
{
background-color: #DD3C10;
}
.BgClassName
{
background-color: #DD3C10;
}
</style>
border-color css
<style>
span { border-color: #DD3C10; }
span { border-color: rgb(221,60,16); }
td.TdClassName
{
border-color: #DD3C10;
}
.TagClassName
{
border-color: #DD3C10;
}
</style>