Html Css Color HEX #DD3A1B Harley Davidson Orange
📋 copy color: '#DD3A1B'red 221 ◦ green 58 ◦ blue 27
Shades of Harley Davidson Orange #DD3A1B
Tints of Harley Davidson Orange #DD3A1B
RGB
CMYK
RGB Variations
Color information
#DD3A1B (or 0xDD3A1B) is known color: Harley Davidson Orange. HEX triplet: DD, 3A and 1B. RGB value is (221,58,27). Sum of RGB (Red+Green+Blue) = 221+58+27=306 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.22% from 306); Green value is 58 (23.05% from 255 or 18.95% from 306); Blue value is 27 (10.94% from 255 or 8.82% from 306); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3A1B is #22C5E4. Grayscale: #676767. Windows color (decimal): -2278885 or 1784541. OLE color: 1784541.
HSL color Cylindrical-coordinate representation of color #DD3A1B: hue angle of 9.59º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD3A1B is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 58 | 27 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.13 |
| HSL | 9.59º | 0.78% | 0.49% | - |
| HSV(B) | 9.59º | 0.88% | 0.87% | - |
| XYZ | 31.53 | 18.48 | 2.94 | - |
| YUV | 103.2 | 85 | 212.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 58 | 27 | 0 | 0.74 | 0.88 | 0.13 | 9.59 | 0.78 | 0.49 |
| Hex | DD | 3A | 1B | 0 | 4A | 58 | D | A | 4E | 31 |
| Octal | 335 | 72 | 33 | 0 | 112 | 130 | 15 | 12 | 116 | 61 |
| Binary | 11011101 | 111010 | 11011 | 0 | 1001010 | 1011000 | 1101 | 1010 | 1001110 | 110001 |
Color Harmonies of #DD3A1B
Complementary color
Monochromatic Colors of #DD3A1B
Black with #DD3A1B
Text Example
Text Example
White with #DD3A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3A1B; }
p { color: rgb(221,58,27); }
H1.HeaderClassName
{
color: #DD3A1B;
}
.AnyTagClassName
{
color: #DD3A1B;
}
</style>
background-color css
<style>
a { background-color: #DD3A1B; }
a { background-color: rgb(221,58,27); }
div.DivClassName
{
background-color: #DD3A1B;
}
.BgClassName
{
background-color: #DD3A1B;
}
</style>
border-color css
<style>
span { border-color: #DD3A1B; }
span { border-color: rgb(221,58,27); }
td.TdClassName
{
border-color: #DD3A1B;
}
.TagClassName
{
border-color: #DD3A1B;
}
</style>