Html Css Color HEX #DD310E Harley Davidson Orange
📋 copy color: '#DD310E'red 221 ◦ green 49 ◦ blue 14
Shades of Harley Davidson Orange #DD310E
Tints of Harley Davidson Orange #DD310E
RGB
CMYK
RGB Variations
Color information
#DD310E (or 0xDD310E) is known color: Harley Davidson Orange. HEX triplet: DD, 31 and 0E. RGB value is (221,49,14). Sum of RGB (Red+Green+Blue) = 221+49+14=284 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.82% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 14 (5.86% from 255 or 4.93% from 284); Max value from RGB is 221 - color contains mainly: red. Hex color #DD310E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD310E is #22CEF1. Grayscale: #606060. Windows color (decimal): -2281202 or 930269. OLE color: 930269.
HSL color Cylindrical-coordinate representation of color #DD310E: hue angle of 10.14º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD310E is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 49 | 14 | - |
| CMYK | 0 | 0.78 | 0.94 | 0.13 |
| HSL | 10.14º | 0.88% | 0.46% | - |
| HSV(B) | 10.14º | 0.94% | 0.87% | - |
| XYZ | 31 | 17.6 | 2.18 | - |
| YUV | 96.44 | 81.48 | 216.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 49 | 14 | 0 | 0.78 | 0.94 | 0.13 | 10.14 | 0.88 | 0.46 |
| Hex | DD | 31 | E | 0 | 4E | 5E | D | A | 58 | 2E |
| Octal | 335 | 61 | 16 | 0 | 116 | 136 | 15 | 12 | 130 | 56 |
| Binary | 11011101 | 110001 | 1110 | 0 | 1001110 | 1011110 | 1101 | 1010 | 1011000 | 101110 |
Color Harmonies of #DD310E
Complementary color
Monochromatic Colors of #DD310E
Black with #DD310E
Text Example
Text Example
White with #DD310E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD310E; }
p { color: rgb(221,49,14); }
H1.HeaderClassName
{
color: #DD310E;
}
.AnyTagClassName
{
color: #DD310E;
}
</style>
background-color css
<style>
a { background-color: #DD310E; }
a { background-color: rgb(221,49,14); }
div.DivClassName
{
background-color: #DD310E;
}
.BgClassName
{
background-color: #DD310E;
}
</style>
border-color css
<style>
span { border-color: #DD310E; }
span { border-color: rgb(221,49,14); }
td.TdClassName
{
border-color: #DD310E;
}
.TagClassName
{
border-color: #DD310E;
}
</style>