Html Css Color HEX #DD3A09 Harley Davidson Orange
📋 copy color: '#DD3A09'red 221 ◦ green 58 ◦ blue 9
Shades of Harley Davidson Orange #DD3A09
Tints of Harley Davidson Orange #DD3A09
RGB
CMYK
RGB Variations
Color information
#DD3A09 (or 0xDD3A09) is known color: Harley Davidson Orange. HEX triplet: DD, 3A and 09. RGB value is (221,58,9). Sum of RGB (Red+Green+Blue) = 221+58+9=288 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.74% from 288); Green value is 58 (23.05% from 255 or 20.14% from 288); Blue value is 9 (3.91% from 255 or 3.12% from 288); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3A09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3A09 is #22C5F6. Grayscale: #656565. Windows color (decimal): -2278903 or 604893. OLE color: 604893.
HSL color Cylindrical-coordinate representation of color #DD3A09: hue angle of 13.87º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD3A09 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 58 | 9 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.13 |
| HSL | 13.87º | 0.92% | 0.45% | - |
| HSV(B) | 13.87º | 0.96% | 0.87% | - |
| XYZ | 31.38 | 18.42 | 2.16 | - |
| YUV | 101.15 | 76 | 213.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 58 | 9 | 0 | 0.74 | 0.96 | 0.13 | 13.87 | 0.92 | 0.45 |
| Hex | DD | 3A | 9 | 0 | 4A | 60 | D | E | 5C | 2D |
| Octal | 335 | 72 | 11 | 0 | 112 | 140 | 15 | 16 | 134 | 55 |
| Binary | 11011101 | 111010 | 1001 | 0 | 1001010 | 1100000 | 1101 | 1110 | 1011100 | 101101 |
Color Harmonies of #DD3A09
Complementary color
Monochromatic Colors of #DD3A09
Black with #DD3A09
Text Example
Text Example
White with #DD3A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3A09; }
p { color: rgb(221,58,9); }
H1.HeaderClassName
{
color: #DD3A09;
}
.AnyTagClassName
{
color: #DD3A09;
}
</style>
background-color css
<style>
a { background-color: #DD3A09; }
a { background-color: rgb(221,58,9); }
div.DivClassName
{
background-color: #DD3A09;
}
.BgClassName
{
background-color: #DD3A09;
}
</style>
border-color css
<style>
span { border-color: #DD3A09; }
span { border-color: rgb(221,58,9); }
td.TdClassName
{
border-color: #DD3A09;
}
.TagClassName
{
border-color: #DD3A09;
}
</style>