Html Css Color HEX #DD3700 Harley Davidson Orange
📋 copy color: '#DD3700'red 221 ◦ green 55 ◦ blue 0
Shades of Harley Davidson Orange #DD3700
Tints of Harley Davidson Orange #DD3700
RGB
CMYK
RGB Variations
Color information
#DD3700 (or 0xDD3700) is known color: Harley Davidson Orange. HEX triplet: DD, 37 and 00. RGB value is (221,55,0). Sum of RGB (Red+Green+Blue) = 221+55+0=276 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.07% from 276); Green value is 55 (21.88% from 255 or 19.93% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3700 is #22C8FF. Grayscale: #626262. Windows color (decimal): -2279680 or 14301. OLE color: 14301.
HSL color Cylindrical-coordinate representation of color #DD3700: hue angle of 14.93º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD3700 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 55 | 0 | - |
| CMYK | 0 | 0.75 | 1 | 0.13 |
| HSL | 14.93º | 1% | 0.43% | - |
| HSV(B) | 14.93º | 1% | 0.87% | - |
| XYZ | 31.18 | 18.1 | 1.85 | - |
| YUV | 98.36 | 72.5 | 215.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 55 | 0 | 0 | 0.75 | 1 | 0.13 | 14.93 | 1 | 0.43 |
| Hex | DD | 37 | 0 | 0 | 4B | 64 | D | F | 64 | 2B |
| Octal | 335 | 67 | 0 | 0 | 113 | 144 | 15 | 17 | 144 | 53 |
| Binary | 11011101 | 110111 | 0 | 0 | 1001011 | 1100100 | 1101 | 1111 | 1100100 | 101011 |
Color Harmonies of #DD3700
Complementary color
Monochromatic Colors of #DD3700
Black with #DD3700
Text Example
Text Example
White with #DD3700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3700; }
p { color: rgb(221,55,0); }
H1.HeaderClassName
{
color: #DD3700;
}
.AnyTagClassName
{
color: #DD3700;
}
</style>
background-color css
<style>
a { background-color: #DD3700; }
a { background-color: rgb(221,55,0); }
div.DivClassName
{
background-color: #DD3700;
}
.BgClassName
{
background-color: #DD3700;
}
</style>
border-color css
<style>
span { border-color: #DD3700; }
span { border-color: rgb(221,55,0); }
td.TdClassName
{
border-color: #DD3700;
}
.TagClassName
{
border-color: #DD3700;
}
</style>