Html Css Color HEX #DD4207 Harley Davidson Orange
📋 copy color: '#DD4207'red 221 ◦ green 66 ◦ blue 7
Shades of Harley Davidson Orange #DD4207
Tints of Harley Davidson Orange #DD4207
RGB
CMYK
RGB Variations
Color information
#DD4207 (or 0xDD4207) is known color: Harley Davidson Orange. HEX triplet: DD, 42 and 07. RGB value is (221,66,7). Sum of RGB (Red+Green+Blue) = 221+66+7=294 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.17% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 7 (3.12% from 255 or 2.38% from 294); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4207 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4207 is #22BDF8. Grayscale: #6A6A6A. Windows color (decimal): -2276857 or 475869. OLE color: 475869.
HSL color Cylindrical-coordinate representation of color #DD4207: hue angle of 16.54º 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 #DD4207 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 7 | - |
| CMYK | 0 | 0.70 | 0.97 | 0.13 |
| HSL | 16.54º | 0.94% | 0.45% | - |
| HSV(B) | 16.54º | 0.97% | 0.87% | - |
| XYZ | 31.81 | 19.28 | 2.25 | - |
| YUV | 105.62 | 72.35 | 210.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 7 | 0 | 0.70 | 0.97 | 0.13 | 16.54 | 0.94 | 0.45 |
| Hex | DD | 42 | 7 | 0 | 46 | 61 | D | 11 | 5E | 2D |
| Octal | 335 | 102 | 7 | 0 | 106 | 141 | 15 | 21 | 136 | 55 |
| Binary | 11011101 | 1000010 | 111 | 0 | 1000110 | 1100001 | 1101 | 10001 | 1011110 | 101101 |
Color Harmonies of #DD4207
Complementary color
Monochromatic Colors of #DD4207
Black with #DD4207
Text Example
Text Example
White with #DD4207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4207; }
p { color: rgb(221,66,7); }
H1.HeaderClassName
{
color: #DD4207;
}
.AnyTagClassName
{
color: #DD4207;
}
</style>
background-color css
<style>
a { background-color: #DD4207; }
a { background-color: rgb(221,66,7); }
div.DivClassName
{
background-color: #DD4207;
}
.BgClassName
{
background-color: #DD4207;
}
</style>
border-color css
<style>
span { border-color: #DD4207; }
span { border-color: rgb(221,66,7); }
td.TdClassName
{
border-color: #DD4207;
}
.TagClassName
{
border-color: #DD4207;
}
</style>