Html Css Color HEX #DD3A04 Harley Davidson Orange
📋 copy color: '#DD3A04'red 221 ◦ green 58 ◦ blue 4
Shades of Harley Davidson Orange #DD3A04
Tints of Harley Davidson Orange #DD3A04
RGB
CMYK
RGB Variations
Color information
#DD3A04 (or 0xDD3A04) is known color: Harley Davidson Orange. HEX triplet: DD, 3A and 04. RGB value is (221,58,4). Sum of RGB (Red+Green+Blue) = 221+58+4=283 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.09% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 4 (1.95% from 255 or 1.41% from 283); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3A04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3A04 is #22C5FB. Grayscale: #646464. Windows color (decimal): -2278908 or 277213. OLE color: 277213.
HSL color Cylindrical-coordinate representation of color #DD3A04: hue angle of 14.93º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD3A04 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 58 | 4 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.13 |
| HSL | 14.93º | 0.96% | 0.44% | - |
| HSV(B) | 14.93º | 0.98% | 0.87% | - |
| XYZ | 31.35 | 18.41 | 2.02 | - |
| YUV | 100.58 | 73.5 | 213.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 58 | 4 | 0 | 0.74 | 0.98 | 0.13 | 14.93 | 0.96 | 0.44 |
| Hex | DD | 3A | 4 | 0 | 4A | 62 | D | F | 60 | 2C |
| Octal | 335 | 72 | 4 | 0 | 112 | 142 | 15 | 17 | 140 | 54 |
| Binary | 11011101 | 111010 | 100 | 0 | 1001010 | 1100010 | 1101 | 1111 | 1100000 | 101100 |
Color Harmonies of #DD3A04
Complementary color
Monochromatic Colors of #DD3A04
Black with #DD3A04
Text Example
Text Example
White with #DD3A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3A04; }
p { color: rgb(221,58,4); }
H1.HeaderClassName
{
color: #DD3A04;
}
.AnyTagClassName
{
color: #DD3A04;
}
</style>
background-color css
<style>
a { background-color: #DD3A04; }
a { background-color: rgb(221,58,4); }
div.DivClassName
{
background-color: #DD3A04;
}
.BgClassName
{
background-color: #DD3A04;
}
</style>
border-color css
<style>
span { border-color: #DD3A04; }
span { border-color: rgb(221,58,4); }
td.TdClassName
{
border-color: #DD3A04;
}
.TagClassName
{
border-color: #DD3A04;
}
</style>