Html Css Color HEX #DD1709 Harley Davidson Orange
📋 copy color: '#DD1709'red 221 ◦ green 23 ◦ blue 9
Shades of Harley Davidson Orange #DD1709
Tints of Harley Davidson Orange #DD1709
RGB
CMYK
RGB Variations
Color information
#DD1709 (or 0xDD1709) is known color: Harley Davidson Orange. HEX triplet: DD, 17 and 09. RGB value is (221,23,9). Sum of RGB (Red+Green+Blue) = 221+23+9=253 (33% of max value = 765). Red value is 221 (86.72% from 255 or 87.35% from 253); Green value is 23 (9.38% from 255 or 9.09% from 253); Blue value is 9 (3.91% from 255 or 3.56% from 253); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1709 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1709 is #22E8F6. Grayscale: #505050. Windows color (decimal): -2287863 or 595933. OLE color: 595933.
HSL color Cylindrical-coordinate representation of color #DD1709: hue angle of 3.96º 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 #DD1709 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 23 | 9 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.13 |
| HSL | 3.96º | 0.92% | 0.45% | - |
| HSV(B) | 3.96º | 0.96% | 0.87% | - |
| XYZ | 30.17 | 16 | 1.76 | - |
| YUV | 80.61 | 87.6 | 228.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 23 | 9 | 0 | 0.90 | 0.96 | 0.13 | 3.96 | 0.92 | 0.45 |
| Hex | DD | 17 | 9 | 0 | 5A | 60 | D | 4 | 5C | 2D |
| Octal | 335 | 27 | 11 | 0 | 132 | 140 | 15 | 4 | 134 | 55 |
| Binary | 11011101 | 10111 | 1001 | 0 | 1011010 | 1100000 | 1101 | 100 | 1011100 | 101101 |
Color Harmonies of #DD1709
Complementary color
Monochromatic Colors of #DD1709
Black with #DD1709
Text Example
Text Example
White with #DD1709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1709; }
p { color: rgb(221,23,9); }
H1.HeaderClassName
{
color: #DD1709;
}
.AnyTagClassName
{
color: #DD1709;
}
</style>
background-color css
<style>
a { background-color: #DD1709; }
a { background-color: rgb(221,23,9); }
div.DivClassName
{
background-color: #DD1709;
}
.BgClassName
{
background-color: #DD1709;
}
</style>
border-color css
<style>
span { border-color: #DD1709; }
span { border-color: rgb(221,23,9); }
td.TdClassName
{
border-color: #DD1709;
}
.TagClassName
{
border-color: #DD1709;
}
</style>