Html Css Color HEX #DD380D Harley Davidson Orange
📋 copy color: '#DD380D'red 221 ◦ green 56 ◦ blue 13
Shades of Harley Davidson Orange #DD380D
Tints of Harley Davidson Orange #DD380D
RGB
CMYK
RGB Variations
Color information
#DD380D (or 0xDD380D) is known color: Harley Davidson Orange. HEX triplet: DD, 38 and 0D. RGB value is (221,56,13). Sum of RGB (Red+Green+Blue) = 221+56+13=290 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.21% from 290); Green value is 56 (22.27% from 255 or 19.31% from 290); Blue value is 13 (5.47% from 255 or 4.48% from 290); Max value from RGB is 221 - color contains mainly: red. Hex color #DD380D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD380D is #22C7F2. Grayscale: #646464. Windows color (decimal): -2279411 or 866525. OLE color: 866525.
HSL color Cylindrical-coordinate representation of color #DD380D: hue angle of 12.4º 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 #DD380D is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 56 | 13 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.13 |
| HSL | 12.4º | 0.89% | 0.46% | - |
| HSV(B) | 12.4º | 0.94% | 0.87% | - |
| XYZ | 31.31 | 18.23 | 2.25 | - |
| YUV | 100.43 | 78.66 | 214 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 56 | 13 | 0 | 0.75 | 0.94 | 0.13 | 12.4 | 0.89 | 0.46 |
| Hex | DD | 38 | D | 0 | 4B | 5E | D | C | 59 | 2E |
| Octal | 335 | 70 | 15 | 0 | 113 | 136 | 15 | 14 | 131 | 56 |
| Binary | 11011101 | 111000 | 1101 | 0 | 1001011 | 1011110 | 1101 | 1100 | 1011001 | 101110 |
Color Harmonies of #DD380D
Complementary color
Monochromatic Colors of #DD380D
Black with #DD380D
Text Example
Text Example
White with #DD380D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD380D; }
p { color: rgb(221,56,13); }
H1.HeaderClassName
{
color: #DD380D;
}
.AnyTagClassName
{
color: #DD380D;
}
</style>
background-color css
<style>
a { background-color: #DD380D; }
a { background-color: rgb(221,56,13); }
div.DivClassName
{
background-color: #DD380D;
}
.BgClassName
{
background-color: #DD380D;
}
</style>
border-color css
<style>
span { border-color: #DD380D; }
span { border-color: rgb(221,56,13); }
td.TdClassName
{
border-color: #DD380D;
}
.TagClassName
{
border-color: #DD380D;
}
</style>