Html Css Color HEX #DD361D Harley Davidson Orange
📋 copy color: '#DD361D'red 221 ◦ green 54 ◦ blue 29
Shades of Harley Davidson Orange #DD361D
Tints of Harley Davidson Orange #DD361D
RGB
CMYK
RGB Variations
Color information
#DD361D (or 0xDD361D) is known color: Harley Davidson Orange. HEX triplet: DD, 36 and 1D. RGB value is (221,54,29). Sum of RGB (Red+Green+Blue) = 221+54+29=304 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.70% from 304); Green value is 54 (21.48% from 255 or 17.76% from 304); Blue value is 29 (11.72% from 255 or 9.54% from 304); Max value from RGB is 221 - color contains mainly: red. Hex color #DD361D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD361D is #22C9E2. Grayscale: #656565. Windows color (decimal): -2279907 or 1914589. OLE color: 1914589.
HSL color Cylindrical-coordinate representation of color #DD361D: hue angle of 7.81º 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 #DD361D is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 54 | 29 | - |
| CMYK | 0 | 0.76 | 0.87 | 0.13 |
| HSL | 7.81º | 0.77% | 0.49% | - |
| HSV(B) | 7.81º | 0.87% | 0.87% | - |
| XYZ | 31.36 | 18.1 | 3 | - |
| YUV | 101.08 | 87.33 | 213.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 54 | 29 | 0 | 0.76 | 0.87 | 0.13 | 7.81 | 0.77 | 0.49 |
| Hex | DD | 36 | 1D | 0 | 4C | 57 | D | 8 | 4D | 31 |
| Octal | 335 | 66 | 35 | 0 | 114 | 127 | 15 | 10 | 115 | 61 |
| Binary | 11011101 | 110110 | 11101 | 0 | 1001100 | 1010111 | 1101 | 1000 | 1001101 | 110001 |
Color Harmonies of #DD361D
Complementary color
Monochromatic Colors of #DD361D
Black with #DD361D
Text Example
Text Example
White with #DD361D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD361D; }
p { color: rgb(221,54,29); }
H1.HeaderClassName
{
color: #DD361D;
}
.AnyTagClassName
{
color: #DD361D;
}
</style>
background-color css
<style>
a { background-color: #DD361D; }
a { background-color: rgb(221,54,29); }
div.DivClassName
{
background-color: #DD361D;
}
.BgClassName
{
background-color: #DD361D;
}
</style>
border-color css
<style>
span { border-color: #DD361D; }
span { border-color: rgb(221,54,29); }
td.TdClassName
{
border-color: #DD361D;
}
.TagClassName
{
border-color: #DD361D;
}
</style>