Html Css Color HEX #DD390F Harley Davidson Orange
📋 copy color: '#DD390F'red 221 ◦ green 57 ◦ blue 15
Shades of Harley Davidson Orange #DD390F
Tints of Harley Davidson Orange #DD390F
RGB
CMYK
RGB Variations
Color information
#DD390F (or 0xDD390F) is known color: Harley Davidson Orange. HEX triplet: DD, 39 and 0F. RGB value is (221,57,15). Sum of RGB (Red+Green+Blue) = 221+57+15=293 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.43% from 293); Green value is 57 (22.66% from 255 or 19.45% from 293); Blue value is 15 (6.25% from 255 or 5.12% from 293); Max value from RGB is 221 - color contains mainly: red. Hex color #DD390F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD390F is #22C6F0. Grayscale: #656565. Windows color (decimal): -2279153 or 997853. OLE color: 997853.
HSL color Cylindrical-coordinate representation of color #DD390F: hue angle of 12.23º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD390F is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 57 | 15 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.13 |
| HSL | 12.23º | 0.87% | 0.46% | - |
| HSV(B) | 12.23º | 0.93% | 0.87% | - |
| XYZ | 31.37 | 18.33 | 2.34 | - |
| YUV | 101.25 | 79.33 | 213.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 57 | 15 | 0 | 0.74 | 0.93 | 0.13 | 12.23 | 0.87 | 0.46 |
| Hex | DD | 39 | F | 0 | 4A | 5D | D | C | 57 | 2E |
| Octal | 335 | 71 | 17 | 0 | 112 | 135 | 15 | 14 | 127 | 56 |
| Binary | 11011101 | 111001 | 1111 | 0 | 1001010 | 1011101 | 1101 | 1100 | 1010111 | 101110 |
Color Harmonies of #DD390F
Complementary color
Monochromatic Colors of #DD390F
Black with #DD390F
Text Example
Text Example
White with #DD390F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD390F; }
p { color: rgb(221,57,15); }
H1.HeaderClassName
{
color: #DD390F;
}
.AnyTagClassName
{
color: #DD390F;
}
</style>
background-color css
<style>
a { background-color: #DD390F; }
a { background-color: rgb(221,57,15); }
div.DivClassName
{
background-color: #DD390F;
}
.BgClassName
{
background-color: #DD390F;
}
</style>
border-color css
<style>
span { border-color: #DD390F; }
span { border-color: rgb(221,57,15); }
td.TdClassName
{
border-color: #DD390F;
}
.TagClassName
{
border-color: #DD390F;
}
</style>