Html Css Color HEX #DD3C1C Harley Davidson Orange
📋 copy color: '#DD3C1C'red 221 ◦ green 60 ◦ blue 28
Shades of Harley Davidson Orange #DD3C1C
Tints of Harley Davidson Orange #DD3C1C
RGB
CMYK
RGB Variations
Color information
#DD3C1C (or 0xDD3C1C) is known color: Harley Davidson Orange. HEX triplet: DD, 3C and 1C. RGB value is (221,60,28). Sum of RGB (Red+Green+Blue) = 221+60+28=309 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.52% from 309); Green value is 60 (23.83% from 255 or 19.42% from 309); Blue value is 28 (11.33% from 255 or 9.06% from 309); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3C1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3C1C is #22C3E3. Grayscale: #686868. Windows color (decimal): -2278372 or 1850589. OLE color: 1850589.
HSL color Cylindrical-coordinate representation of color #DD3C1C: hue angle of 9.95º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD3C1C is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 60 | 28 | - |
| CMYK | 0 | 0.73 | 0.87 | 0.13 |
| HSL | 9.95º | 0.78% | 0.49% | - |
| HSV(B) | 9.95º | 0.87% | 0.87% | - |
| XYZ | 31.64 | 18.69 | 3.04 | - |
| YUV | 104.49 | 84.84 | 211.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 60 | 28 | 0 | 0.73 | 0.87 | 0.13 | 9.95 | 0.78 | 0.49 |
| Hex | DD | 3C | 1C | 0 | 49 | 57 | D | A | 4E | 31 |
| Octal | 335 | 74 | 34 | 0 | 111 | 127 | 15 | 12 | 116 | 61 |
| Binary | 11011101 | 111100 | 11100 | 0 | 1001001 | 1010111 | 1101 | 1010 | 1001110 | 110001 |
Color Harmonies of #DD3C1C
Complementary color
Monochromatic Colors of #DD3C1C
Black with #DD3C1C
Text Example
Text Example
White with #DD3C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3C1C; }
p { color: rgb(221,60,28); }
H1.HeaderClassName
{
color: #DD3C1C;
}
.AnyTagClassName
{
color: #DD3C1C;
}
</style>
background-color css
<style>
a { background-color: #DD3C1C; }
a { background-color: rgb(221,60,28); }
div.DivClassName
{
background-color: #DD3C1C;
}
.BgClassName
{
background-color: #DD3C1C;
}
</style>
border-color css
<style>
span { border-color: #DD3C1C; }
span { border-color: rgb(221,60,28); }
td.TdClassName
{
border-color: #DD3C1C;
}
.TagClassName
{
border-color: #DD3C1C;
}
</style>