Html Css Color HEX #DD3C1B Harley Davidson Orange
📋 copy color: '#DD3C1B'red 221 ◦ green 60 ◦ blue 27
Shades of Harley Davidson Orange #DD3C1B
Tints of Harley Davidson Orange #DD3C1B
RGB
CMYK
RGB Variations
Color information
#DD3C1B (or 0xDD3C1B) is known color: Harley Davidson Orange. HEX triplet: DD, 3C and 1B. RGB value is (221,60,27). Sum of RGB (Red+Green+Blue) = 221+60+27=308 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.75% from 308); Green value is 60 (23.83% from 255 or 19.48% from 308); Blue value is 27 (10.94% from 255 or 8.77% from 308); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3C1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3C1B is #22C3E4. Grayscale: #686868. Windows color (decimal): -2278373 or 1785053. OLE color: 1785053.
HSL color Cylindrical-coordinate representation of color #DD3C1B: hue angle of 10.21º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD3C1B is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 60 | 27 | - |
| CMYK | 0 | 0.73 | 0.88 | 0.13 |
| HSL | 10.21º | 0.78% | 0.49% | - |
| HSV(B) | 10.21º | 0.88% | 0.87% | - |
| XYZ | 31.63 | 18.68 | 2.98 | - |
| YUV | 104.38 | 84.34 | 211.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 60 | 27 | 0 | 0.73 | 0.88 | 0.13 | 10.21 | 0.78 | 0.49 |
| Hex | DD | 3C | 1B | 0 | 49 | 58 | D | A | 4E | 31 |
| Octal | 335 | 74 | 33 | 0 | 111 | 130 | 15 | 12 | 116 | 61 |
| Binary | 11011101 | 111100 | 11011 | 0 | 1001001 | 1011000 | 1101 | 1010 | 1001110 | 110001 |
Color Harmonies of #DD3C1B
Complementary color
Monochromatic Colors of #DD3C1B
Black with #DD3C1B
Text Example
Text Example
White with #DD3C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3C1B; }
p { color: rgb(221,60,27); }
H1.HeaderClassName
{
color: #DD3C1B;
}
.AnyTagClassName
{
color: #DD3C1B;
}
</style>
background-color css
<style>
a { background-color: #DD3C1B; }
a { background-color: rgb(221,60,27); }
div.DivClassName
{
background-color: #DD3C1B;
}
.BgClassName
{
background-color: #DD3C1B;
}
</style>
border-color css
<style>
span { border-color: #DD3C1B; }
span { border-color: rgb(221,60,27); }
td.TdClassName
{
border-color: #DD3C1B;
}
.TagClassName
{
border-color: #DD3C1B;
}
</style>