Html Css Color HEX #DD381D Harley Davidson Orange
📋 copy color: '#DD381D'red 221 ◦ green 56 ◦ blue 29
Shades of Harley Davidson Orange #DD381D
Tints of Harley Davidson Orange #DD381D
RGB
CMYK
RGB Variations
Color information
#DD381D (or 0xDD381D) is known color: Harley Davidson Orange. HEX triplet: DD, 38 and 1D. RGB value is (221,56,29). Sum of RGB (Red+Green+Blue) = 221+56+29=306 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.22% from 306); Green value is 56 (22.27% from 255 or 18.30% from 306); Blue value is 29 (11.72% from 255 or 9.48% from 306); Max value from RGB is 221 - color contains mainly: red. Hex color #DD381D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD381D is #22C7E2. Grayscale: #666666. Windows color (decimal): -2279395 or 1915101. OLE color: 1915101.
HSL color Cylindrical-coordinate representation of color #DD381D: hue angle of 8.44º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD381D is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 56 | 29 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.13 |
| HSL | 8.44º | 0.77% | 0.49% | - |
| HSV(B) | 8.44º | 0.87% | 0.87% | - |
| XYZ | 31.45 | 18.29 | 3.03 | - |
| YUV | 102.26 | 86.66 | 212.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 56 | 29 | 0 | 0.75 | 0.87 | 0.13 | 8.44 | 0.77 | 0.49 |
| Hex | DD | 38 | 1D | 0 | 4B | 57 | D | 8 | 4D | 31 |
| Octal | 335 | 70 | 35 | 0 | 113 | 127 | 15 | 10 | 115 | 61 |
| Binary | 11011101 | 111000 | 11101 | 0 | 1001011 | 1010111 | 1101 | 1000 | 1001101 | 110001 |
Color Harmonies of #DD381D
Complementary color
Monochromatic Colors of #DD381D
Black with #DD381D
Text Example
Text Example
White with #DD381D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD381D; }
p { color: rgb(221,56,29); }
H1.HeaderClassName
{
color: #DD381D;
}
.AnyTagClassName
{
color: #DD381D;
}
</style>
background-color css
<style>
a { background-color: #DD381D; }
a { background-color: rgb(221,56,29); }
div.DivClassName
{
background-color: #DD381D;
}
.BgClassName
{
background-color: #DD381D;
}
</style>
border-color css
<style>
span { border-color: #DD381D; }
span { border-color: rgb(221,56,29); }
td.TdClassName
{
border-color: #DD381D;
}
.TagClassName
{
border-color: #DD381D;
}
</style>