Html Css Color HEX #DD3100 Harley Davidson Orange
📋 copy color: '#DD3100'red 221 ◦ green 49 ◦ blue 0
Shades of Harley Davidson Orange #DD3100
Tints of Harley Davidson Orange #DD3100
RGB
CMYK
RGB Variations
Color information
#DD3100 (or 0xDD3100) is known color: Harley Davidson Orange. HEX triplet: DD, 31 and 00. RGB value is (221,49,0). Sum of RGB (Red+Green+Blue) = 221+49+0=270 (35% of max value = 765). Red value is 221 (86.72% from 255 or 81.85% from 270); Green value is 49 (19.53% from 255 or 18.15% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3100 is #22CEFF. Grayscale: #5F5F5F. Windows color (decimal): -2281216 or 12765. OLE color: 12765.
HSL color Cylindrical-coordinate representation of color #DD3100: hue angle of 13.3º 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 #DD3100 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 49 | 0 | - |
| CMYK | 0 | 0.78 | 1 | 0.13 |
| HSL | 13.3º | 1% | 0.43% | - |
| HSV(B) | 13.3º | 1% | 0.87% | - |
| XYZ | 30.92 | 17.57 | 1.76 | - |
| YUV | 94.84 | 74.48 | 217.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 49 | 0 | 0 | 0.78 | 1 | 0.13 | 13.3 | 1 | 0.43 |
| Hex | DD | 31 | 0 | 0 | 4E | 64 | D | D | 64 | 2B |
| Octal | 335 | 61 | 0 | 0 | 116 | 144 | 15 | 15 | 144 | 53 |
| Binary | 11011101 | 110001 | 0 | 0 | 1001110 | 1100100 | 1101 | 1101 | 1100100 | 101011 |
Color Harmonies of #DD3100
Complementary color
Monochromatic Colors of #DD3100
Black with #DD3100
Text Example
Text Example
White with #DD3100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3100; }
p { color: rgb(221,49,0); }
H1.HeaderClassName
{
color: #DD3100;
}
.AnyTagClassName
{
color: #DD3100;
}
</style>
background-color css
<style>
a { background-color: #DD3100; }
a { background-color: rgb(221,49,0); }
div.DivClassName
{
background-color: #DD3100;
}
.BgClassName
{
background-color: #DD3100;
}
</style>
border-color css
<style>
span { border-color: #DD3100; }
span { border-color: rgb(221,49,0); }
td.TdClassName
{
border-color: #DD3100;
}
.TagClassName
{
border-color: #DD3100;
}
</style>