Html Css Color HEX #DD3C1E Harley Davidson Orange
📋 copy color: '#DD3C1E'red 221 ◦ green 60 ◦ blue 30
Shades of Harley Davidson Orange #DD3C1E
Tints of Harley Davidson Orange #DD3C1E
RGB
CMYK
RGB Variations
Color information
#DD3C1E (or 0xDD3C1E) is known color: Harley Davidson Orange. HEX triplet: DD, 3C and 1E. RGB value is (221,60,30). Sum of RGB (Red+Green+Blue) = 221+60+30=311 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.06% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 30 (12.11% from 255 or 9.65% from 311); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3C1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3C1E is #22C3E1. Grayscale: #686868. Windows color (decimal): -2278370 or 1981661. OLE color: 1981661.
HSL color Cylindrical-coordinate representation of color #DD3C1E: hue angle of 9.42º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD3C1E is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 60 | 30 | - |
| CMYK | 0 | 0.73 | 0.86 | 0.13 |
| HSL | 9.42º | 0.76% | 0.49% | - |
| HSV(B) | 9.42º | 0.86% | 0.87% | - |
| XYZ | 31.67 | 18.7 | 3.17 | - |
| YUV | 104.72 | 85.84 | 210.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 60 | 30 | 0 | 0.73 | 0.86 | 0.13 | 9.42 | 0.76 | 0.49 |
| Hex | DD | 3C | 1E | 0 | 49 | 56 | D | 9 | 4C | 31 |
| Octal | 335 | 74 | 36 | 0 | 111 | 126 | 15 | 11 | 114 | 61 |
| Binary | 11011101 | 111100 | 11110 | 0 | 1001001 | 1010110 | 1101 | 1001 | 1001100 | 110001 |
Color Harmonies of #DD3C1E
Complementary color
Monochromatic Colors of #DD3C1E
Black with #DD3C1E
Text Example
Text Example
White with #DD3C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3C1E; }
p { color: rgb(221,60,30); }
H1.HeaderClassName
{
color: #DD3C1E;
}
.AnyTagClassName
{
color: #DD3C1E;
}
</style>
background-color css
<style>
a { background-color: #DD3C1E; }
a { background-color: rgb(221,60,30); }
div.DivClassName
{
background-color: #DD3C1E;
}
.BgClassName
{
background-color: #DD3C1E;
}
</style>
border-color css
<style>
span { border-color: #DD3C1E; }
span { border-color: rgb(221,60,30); }
td.TdClassName
{
border-color: #DD3C1E;
}
.TagClassName
{
border-color: #DD3C1E;
}
</style>