Html Css Color HEX #DD3607 Harley Davidson Orange
📋 copy color: '#DD3607'red 221 ◦ green 54 ◦ blue 7
Shades of Harley Davidson Orange #DD3607
Tints of Harley Davidson Orange #DD3607
RGB
CMYK
RGB Variations
Color information
#DD3607 (or 0xDD3607) is known color: Harley Davidson Orange. HEX triplet: DD, 36 and 07. RGB value is (221,54,7). Sum of RGB (Red+Green+Blue) = 221+54+7=282 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.37% from 282); Green value is 54 (21.48% from 255 or 19.15% from 282); Blue value is 7 (3.12% from 255 or 2.48% from 282); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3607 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3607 is #22C9F8. Grayscale: #626262. Windows color (decimal): -2279929 or 472797. OLE color: 472797.
HSL color Cylindrical-coordinate representation of color #DD3607: hue angle of 13.18º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD3607 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 54 | 7 | - |
| CMYK | 0 | 0.76 | 0.97 | 0.13 |
| HSL | 13.18º | 0.94% | 0.45% | - |
| HSV(B) | 13.18º | 0.97% | 0.87% | - |
| XYZ | 31.18 | 18.03 | 2.04 | - |
| YUV | 98.58 | 76.33 | 215.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 54 | 7 | 0 | 0.76 | 0.97 | 0.13 | 13.18 | 0.94 | 0.45 |
| Hex | DD | 36 | 7 | 0 | 4C | 61 | D | D | 5E | 2D |
| Octal | 335 | 66 | 7 | 0 | 114 | 141 | 15 | 15 | 136 | 55 |
| Binary | 11011101 | 110110 | 111 | 0 | 1001100 | 1100001 | 1101 | 1101 | 1011110 | 101101 |
Color Harmonies of #DD3607
Complementary color
Monochromatic Colors of #DD3607
Black with #DD3607
Text Example
Text Example
White with #DD3607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3607; }
p { color: rgb(221,54,7); }
H1.HeaderClassName
{
color: #DD3607;
}
.AnyTagClassName
{
color: #DD3607;
}
</style>
background-color css
<style>
a { background-color: #DD3607; }
a { background-color: rgb(221,54,7); }
div.DivClassName
{
background-color: #DD3607;
}
.BgClassName
{
background-color: #DD3607;
}
</style>
border-color css
<style>
span { border-color: #DD3607; }
span { border-color: rgb(221,54,7); }
td.TdClassName
{
border-color: #DD3607;
}
.TagClassName
{
border-color: #DD3607;
}
</style>