Html Css Color HEX #DD391E Harley Davidson Orange
📋 copy color: '#DD391E'red 221 ◦ green 57 ◦ blue 30
Shades of Harley Davidson Orange #DD391E
Tints of Harley Davidson Orange #DD391E
RGB
CMYK
RGB Variations
Color information
#DD391E (or 0xDD391E) is known color: Harley Davidson Orange. HEX triplet: DD, 39 and 1E. RGB value is (221,57,30). Sum of RGB (Red+Green+Blue) = 221+57+30=308 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.75% from 308); Green value is 57 (22.66% from 255 or 18.51% from 308); Blue value is 30 (12.11% from 255 or 9.74% from 308); Max value from RGB is 221 - color contains mainly: red. Hex color #DD391E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD391E is #22C6E1. Grayscale: #676767. Windows color (decimal): -2279138 or 1980893. OLE color: 1980893.
HSL color Cylindrical-coordinate representation of color #DD391E: hue angle of 8.48º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD391E is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 57 | 30 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.13 |
| HSL | 8.48º | 0.76% | 0.49% | - |
| HSV(B) | 8.48º | 0.86% | 0.87% | - |
| XYZ | 31.52 | 18.39 | 3.12 | - |
| YUV | 102.96 | 86.83 | 212.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 57 | 30 | 0 | 0.74 | 0.86 | 0.13 | 8.48 | 0.76 | 0.49 |
| Hex | DD | 39 | 1E | 0 | 4A | 56 | D | 8 | 4C | 31 |
| Octal | 335 | 71 | 36 | 0 | 112 | 126 | 15 | 10 | 114 | 61 |
| Binary | 11011101 | 111001 | 11110 | 0 | 1001010 | 1010110 | 1101 | 1000 | 1001100 | 110001 |
Color Harmonies of #DD391E
Complementary color
Monochromatic Colors of #DD391E
Black with #DD391E
Text Example
Text Example
White with #DD391E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD391E; }
p { color: rgb(221,57,30); }
H1.HeaderClassName
{
color: #DD391E;
}
.AnyTagClassName
{
color: #DD391E;
}
</style>
background-color css
<style>
a { background-color: #DD391E; }
a { background-color: rgb(221,57,30); }
div.DivClassName
{
background-color: #DD391E;
}
.BgClassName
{
background-color: #DD391E;
}
</style>
border-color css
<style>
span { border-color: #DD391E; }
span { border-color: rgb(221,57,30); }
td.TdClassName
{
border-color: #DD391E;
}
.TagClassName
{
border-color: #DD391E;
}
</style>