Html Css Color HEX #DD390C Harley Davidson Orange
📋 copy color: '#DD390C'red 221 ◦ green 57 ◦ blue 12
Shades of Harley Davidson Orange #DD390C
Tints of Harley Davidson Orange #DD390C
RGB
CMYK
RGB Variations
Color information
#DD390C (or 0xDD390C) is known color: Harley Davidson Orange. HEX triplet: DD, 39 and 0C. RGB value is (221,57,12). Sum of RGB (Red+Green+Blue) = 221+57+12=290 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.21% from 290); Green value is 57 (22.66% from 255 or 19.66% from 290); Blue value is 12 (5.08% from 255 or 4.14% from 290); Max value from RGB is 221 - color contains mainly: red. Hex color #DD390C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD390C is #22C6F3. Grayscale: #656565. Windows color (decimal): -2279156 or 801245. OLE color: 801245.
HSL color Cylindrical-coordinate representation of color #DD390C: hue angle of 12.92º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD390C is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 57 | 12 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.13 |
| HSL | 12.92º | 0.9% | 0.46% | - |
| HSV(B) | 12.92º | 0.95% | 0.87% | - |
| XYZ | 31.35 | 18.32 | 2.23 | - |
| YUV | 100.91 | 77.83 | 213.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 57 | 12 | 0 | 0.74 | 0.95 | 0.13 | 12.92 | 0.9 | 0.46 |
| Hex | DD | 39 | C | 0 | 4A | 5F | D | D | 5A | 2E |
| Octal | 335 | 71 | 14 | 0 | 112 | 137 | 15 | 15 | 132 | 56 |
| Binary | 11011101 | 111001 | 1100 | 0 | 1001010 | 1011111 | 1101 | 1101 | 1011010 | 101110 |
Color Harmonies of #DD390C
Complementary color
Monochromatic Colors of #DD390C
Black with #DD390C
Text Example
Text Example
White with #DD390C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD390C; }
p { color: rgb(221,57,12); }
H1.HeaderClassName
{
color: #DD390C;
}
.AnyTagClassName
{
color: #DD390C;
}
</style>
background-color css
<style>
a { background-color: #DD390C; }
a { background-color: rgb(221,57,12); }
div.DivClassName
{
background-color: #DD390C;
}
.BgClassName
{
background-color: #DD390C;
}
</style>
border-color css
<style>
span { border-color: #DD390C; }
span { border-color: rgb(221,57,12); }
td.TdClassName
{
border-color: #DD390C;
}
.TagClassName
{
border-color: #DD390C;
}
</style>