Html Css Color HEX #DD3E07 Harley Davidson Orange
📋 copy color: '#DD3E07'red 221 ◦ green 62 ◦ blue 7
Shades of Harley Davidson Orange #DD3E07
Tints of Harley Davidson Orange #DD3E07
RGB
CMYK
RGB Variations
Color information
#DD3E07 (or 0xDD3E07) is known color: Harley Davidson Orange. HEX triplet: DD, 3E and 07. RGB value is (221,62,7). Sum of RGB (Red+Green+Blue) = 221+62+7=290 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.21% from 290); Green value is 62 (24.61% from 255 or 21.38% from 290); Blue value is 7 (3.12% from 255 or 2.41% from 290); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3E07 is #22C1F8. Grayscale: #676767. Windows color (decimal): -2277881 or 474845. OLE color: 474845.
HSL color Cylindrical-coordinate representation of color #DD3E07: hue angle of 15.42º 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 #DD3E07 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 62 | 7 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.13 |
| HSL | 15.42º | 0.94% | 0.45% | - |
| HSV(B) | 15.42º | 0.97% | 0.87% | - |
| XYZ | 31.58 | 18.83 | 2.17 | - |
| YUV | 103.27 | 73.68 | 211.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 62 | 7 | 0 | 0.72 | 0.97 | 0.13 | 15.42 | 0.94 | 0.45 |
| Hex | DD | 3E | 7 | 0 | 48 | 61 | D | F | 5E | 2D |
| Octal | 335 | 76 | 7 | 0 | 110 | 141 | 15 | 17 | 136 | 55 |
| Binary | 11011101 | 111110 | 111 | 0 | 1001000 | 1100001 | 1101 | 1111 | 1011110 | 101101 |
Color Harmonies of #DD3E07
Complementary color
Monochromatic Colors of #DD3E07
Black with #DD3E07
Text Example
Text Example
White with #DD3E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3E07; }
p { color: rgb(221,62,7); }
H1.HeaderClassName
{
color: #DD3E07;
}
.AnyTagClassName
{
color: #DD3E07;
}
</style>
background-color css
<style>
a { background-color: #DD3E07; }
a { background-color: rgb(221,62,7); }
div.DivClassName
{
background-color: #DD3E07;
}
.BgClassName
{
background-color: #DD3E07;
}
</style>
border-color css
<style>
span { border-color: #DD3E07; }
span { border-color: rgb(221,62,7); }
td.TdClassName
{
border-color: #DD3E07;
}
.TagClassName
{
border-color: #DD3E07;
}
</style>