Html Css Color HEX #DD2409 Harley Davidson Orange
📋 copy color: '#DD2409'red 221 ◦ green 36 ◦ blue 9
Shades of Harley Davidson Orange #DD2409
Tints of Harley Davidson Orange #DD2409
RGB
CMYK
RGB Variations
Color information
#DD2409 (or 0xDD2409) is known color: Harley Davidson Orange. HEX triplet: DD, 24 and 09. RGB value is (221,36,9). Sum of RGB (Red+Green+Blue) = 221+36+9=266 (35% of max value = 765). Red value is 221 (86.72% from 255 or 83.08% from 266); Green value is 36 (14.45% from 255 or 13.53% from 266); Blue value is 9 (3.91% from 255 or 3.38% from 266); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2409 is #22DBF6. Grayscale: #585858. Windows color (decimal): -2284535 or 599261. OLE color: 599261.
HSL color Cylindrical-coordinate representation of color #DD2409: hue angle of 7.64º 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 #DD2409 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 36 | 9 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.13 |
| HSL | 7.64º | 0.92% | 0.45% | - |
| HSV(B) | 7.64º | 0.96% | 0.87% | - |
| XYZ | 30.5 | 16.65 | 1.87 | - |
| YUV | 88.24 | 83.29 | 222.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 36 | 9 | 0 | 0.84 | 0.96 | 0.13 | 7.64 | 0.92 | 0.45 |
| Hex | DD | 24 | 9 | 0 | 54 | 60 | D | 8 | 5C | 2D |
| Octal | 335 | 44 | 11 | 0 | 124 | 140 | 15 | 10 | 134 | 55 |
| Binary | 11011101 | 100100 | 1001 | 0 | 1010100 | 1100000 | 1101 | 1000 | 1011100 | 101101 |
Color Harmonies of #DD2409
Complementary color
Monochromatic Colors of #DD2409
Black with #DD2409
Text Example
Text Example
White with #DD2409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2409; }
p { color: rgb(221,36,9); }
H1.HeaderClassName
{
color: #DD2409;
}
.AnyTagClassName
{
color: #DD2409;
}
</style>
background-color css
<style>
a { background-color: #DD2409; }
a { background-color: rgb(221,36,9); }
div.DivClassName
{
background-color: #DD2409;
}
.BgClassName
{
background-color: #DD2409;
}
</style>
border-color css
<style>
span { border-color: #DD2409; }
span { border-color: rgb(221,36,9); }
td.TdClassName
{
border-color: #DD2409;
}
.TagClassName
{
border-color: #DD2409;
}
</style>