Html Css Color HEX #DD311A Harley Davidson Orange
📋 copy color: '#DD311A'red 221 ◦ green 49 ◦ blue 26
Shades of Harley Davidson Orange #DD311A
Tints of Harley Davidson Orange #DD311A
RGB
CMYK
RGB Variations
Color information
#DD311A (or 0xDD311A) is known color: Harley Davidson Orange. HEX triplet: DD, 31 and 1A. RGB value is (221,49,26). Sum of RGB (Red+Green+Blue) = 221+49+26=296 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.66% from 296); Green value is 49 (19.53% from 255 or 16.55% from 296); Blue value is 26 (10.55% from 255 or 8.78% from 296); Max value from RGB is 221 - color contains mainly: red. Hex color #DD311A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD311A is #22CEE5. Grayscale: #626262. Windows color (decimal): -2281190 or 1716701. OLE color: 1716701.
HSL color Cylindrical-coordinate representation of color #DD311A: hue angle of 7.08º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD311A is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 49 | 26 | - |
| CMYK | 0 | 0.78 | 0.88 | 0.13 |
| HSL | 7.08º | 0.79% | 0.48% | - |
| HSV(B) | 7.08º | 0.88% | 0.87% | - |
| XYZ | 31.1 | 17.64 | 2.74 | - |
| YUV | 97.81 | 87.48 | 215.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 49 | 26 | 0 | 0.78 | 0.88 | 0.13 | 7.08 | 0.79 | 0.48 |
| Hex | DD | 31 | 1A | 0 | 4E | 58 | D | 7 | 4F | 30 |
| Octal | 335 | 61 | 32 | 0 | 116 | 130 | 15 | 7 | 117 | 60 |
| Binary | 11011101 | 110001 | 11010 | 0 | 1001110 | 1011000 | 1101 | 111 | 1001111 | 110000 |
Color Harmonies of #DD311A
Complementary color
Monochromatic Colors of #DD311A
Black with #DD311A
Text Example
Text Example
White with #DD311A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD311A; }
p { color: rgb(221,49,26); }
H1.HeaderClassName
{
color: #DD311A;
}
.AnyTagClassName
{
color: #DD311A;
}
</style>
background-color css
<style>
a { background-color: #DD311A; }
a { background-color: rgb(221,49,26); }
div.DivClassName
{
background-color: #DD311A;
}
.BgClassName
{
background-color: #DD311A;
}
</style>
border-color css
<style>
span { border-color: #DD311A; }
span { border-color: rgb(221,49,26); }
td.TdClassName
{
border-color: #DD311A;
}
.TagClassName
{
border-color: #DD311A;
}
</style>