Html Css Color HEX #DD3103 Harley Davidson Orange
📋 copy color: '#DD3103'red 221 ◦ green 49 ◦ blue 3
Shades of Harley Davidson Orange #DD3103
Tints of Harley Davidson Orange #DD3103
RGB
CMYK
RGB Variations
Color information
#DD3103 (or 0xDD3103) is known color: Harley Davidson Orange. HEX triplet: DD, 31 and 03. RGB value is (221,49,3). Sum of RGB (Red+Green+Blue) = 221+49+3=273 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.95% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 3 (1.56% from 255 or 1.10% from 273); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3103 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3103 is #22CEFC. Grayscale: #5F5F5F. Windows color (decimal): -2281213 or 209373. OLE color: 209373.
HSL color Cylindrical-coordinate representation of color #DD3103: hue angle of 12.66º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD3103 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 49 | 3 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.13 |
| HSL | 12.66º | 0.97% | 0.44% | - |
| HSV(B) | 12.66º | 0.99% | 0.87% | - |
| XYZ | 30.93 | 17.58 | 1.85 | - |
| YUV | 95.18 | 75.98 | 217.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 49 | 3 | 0 | 0.78 | 0.99 | 0.13 | 12.66 | 0.97 | 0.44 |
| Hex | DD | 31 | 3 | 0 | 4E | 63 | D | D | 61 | 2C |
| Octal | 335 | 61 | 3 | 0 | 116 | 143 | 15 | 15 | 141 | 54 |
| Binary | 11011101 | 110001 | 11 | 0 | 1001110 | 1100011 | 1101 | 1101 | 1100001 | 101100 |
Color Harmonies of #DD3103
Complementary color
Monochromatic Colors of #DD3103
Black with #DD3103
Text Example
Text Example
White with #DD3103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3103; }
p { color: rgb(221,49,3); }
H1.HeaderClassName
{
color: #DD3103;
}
.AnyTagClassName
{
color: #DD3103;
}
</style>
background-color css
<style>
a { background-color: #DD3103; }
a { background-color: rgb(221,49,3); }
div.DivClassName
{
background-color: #DD3103;
}
.BgClassName
{
background-color: #DD3103;
}
</style>
border-color css
<style>
span { border-color: #DD3103; }
span { border-color: rgb(221,49,3); }
td.TdClassName
{
border-color: #DD3103;
}
.TagClassName
{
border-color: #DD3103;
}
</style>