Html Css Color HEX #DD391C Harley Davidson Orange
📋 copy color: '#DD391C'red 221 ◦ green 57 ◦ blue 28
Shades of Harley Davidson Orange #DD391C
Tints of Harley Davidson Orange #DD391C
RGB
CMYK
RGB Variations
Color information
#DD391C (or 0xDD391C) is known color: Harley Davidson Orange. HEX triplet: DD, 39 and 1C. RGB value is (221,57,28). Sum of RGB (Red+Green+Blue) = 221+57+28=306 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.22% from 306); Green value is 57 (22.66% from 255 or 18.63% from 306); Blue value is 28 (11.33% from 255 or 9.15% from 306); Max value from RGB is 221 - color contains mainly: red. Hex color #DD391C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD391C is #22C6E3. Grayscale: #676767. Windows color (decimal): -2279140 or 1849821. OLE color: 1849821.
HSL color Cylindrical-coordinate representation of color #DD391C: hue angle of 9.02º degrees, saturation: 0.78, 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 #DD391C is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 57 | 28 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.13 |
| HSL | 9.02º | 0.78% | 0.49% | - |
| HSV(B) | 9.02º | 0.87% | 0.87% | - |
| XYZ | 31.49 | 18.38 | 2.99 | - |
| YUV | 102.73 | 85.83 | 212.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 57 | 28 | 0 | 0.74 | 0.87 | 0.13 | 9.02 | 0.78 | 0.49 |
| Hex | DD | 39 | 1C | 0 | 4A | 57 | D | 9 | 4E | 31 |
| Octal | 335 | 71 | 34 | 0 | 112 | 127 | 15 | 11 | 116 | 61 |
| Binary | 11011101 | 111001 | 11100 | 0 | 1001010 | 1010111 | 1101 | 1001 | 1001110 | 110001 |
Color Harmonies of #DD391C
Complementary color
Monochromatic Colors of #DD391C
Black with #DD391C
Text Example
Text Example
White with #DD391C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD391C; }
p { color: rgb(221,57,28); }
H1.HeaderClassName
{
color: #DD391C;
}
.AnyTagClassName
{
color: #DD391C;
}
</style>
background-color css
<style>
a { background-color: #DD391C; }
a { background-color: rgb(221,57,28); }
div.DivClassName
{
background-color: #DD391C;
}
.BgClassName
{
background-color: #DD391C;
}
</style>
border-color css
<style>
span { border-color: #DD391C; }
span { border-color: rgb(221,57,28); }
td.TdClassName
{
border-color: #DD391C;
}
.TagClassName
{
border-color: #DD391C;
}
</style>