Html Css Color HEX #DD390D Harley Davidson Orange
📋 copy color: '#DD390D'red 221 ◦ green 57 ◦ blue 13
Shades of Harley Davidson Orange #DD390D
Tints of Harley Davidson Orange #DD390D
RGB
CMYK
RGB Variations
Color information
#DD390D (or 0xDD390D) is known color: Harley Davidson Orange. HEX triplet: DD, 39 and 0D. RGB value is (221,57,13). Sum of RGB (Red+Green+Blue) = 221+57+13=291 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.95% from 291); Green value is 57 (22.66% from 255 or 19.59% from 291); Blue value is 13 (5.47% from 255 or 4.47% from 291); Max value from RGB is 221 - color contains mainly: red. Hex color #DD390D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD390D is #22C6F2. Grayscale: #656565. Windows color (decimal): -2279155 or 866781. OLE color: 866781.
HSL color Cylindrical-coordinate representation of color #DD390D: hue angle of 12.69º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD390D is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 57 | 13 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.13 |
| HSL | 12.69º | 0.89% | 0.46% | - |
| HSV(B) | 12.69º | 0.94% | 0.87% | - |
| XYZ | 31.35 | 18.33 | 2.27 | - |
| YUV | 101.02 | 78.33 | 213.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 57 | 13 | 0 | 0.74 | 0.94 | 0.13 | 12.69 | 0.89 | 0.46 |
| Hex | DD | 39 | D | 0 | 4A | 5E | D | D | 59 | 2E |
| Octal | 335 | 71 | 15 | 0 | 112 | 136 | 15 | 15 | 131 | 56 |
| Binary | 11011101 | 111001 | 1101 | 0 | 1001010 | 1011110 | 1101 | 1101 | 1011001 | 101110 |
Color Harmonies of #DD390D
Complementary color
Monochromatic Colors of #DD390D
Black with #DD390D
Text Example
Text Example
White with #DD390D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD390D; }
p { color: rgb(221,57,13); }
H1.HeaderClassName
{
color: #DD390D;
}
.AnyTagClassName
{
color: #DD390D;
}
</style>
background-color css
<style>
a { background-color: #DD390D; }
a { background-color: rgb(221,57,13); }
div.DivClassName
{
background-color: #DD390D;
}
.BgClassName
{
background-color: #DD390D;
}
</style>
border-color css
<style>
span { border-color: #DD390D; }
span { border-color: rgb(221,57,13); }
td.TdClassName
{
border-color: #DD390D;
}
.TagClassName
{
border-color: #DD390D;
}
</style>