Html Css Color HEX #DD2509 Harley Davidson Orange
📋 copy color: '#DD2509'red 221 ◦ green 37 ◦ blue 9
Shades of Harley Davidson Orange #DD2509
Tints of Harley Davidson Orange #DD2509
RGB
CMYK
RGB Variations
Color information
#DD2509 (or 0xDD2509) is known color: Harley Davidson Orange. HEX triplet: DD, 25 and 09. RGB value is (221,37,9). Sum of RGB (Red+Green+Blue) = 221+37+9=267 (35% of max value = 765). Red value is 221 (86.72% from 255 or 82.77% from 267); Green value is 37 (14.84% from 255 or 13.86% from 267); Blue value is 9 (3.91% from 255 or 3.37% from 267); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2509 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2509 is #22DAF6. Grayscale: #595959. Windows color (decimal): -2284279 or 599517. OLE color: 599517.
HSL color Cylindrical-coordinate representation of color #DD2509: hue angle of 7.92º 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 #DD2509 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 37 | 9 | - |
| CMYK | 0 | 0.83 | 0.96 | 0.13 |
| HSL | 7.92º | 0.92% | 0.45% | - |
| HSV(B) | 7.92º | 0.96% | 0.87% | - |
| XYZ | 30.53 | 16.72 | 1.88 | - |
| YUV | 88.82 | 82.96 | 222.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 37 | 9 | 0 | 0.83 | 0.96 | 0.13 | 7.92 | 0.92 | 0.45 |
| Hex | DD | 25 | 9 | 0 | 53 | 60 | D | 8 | 5C | 2D |
| Octal | 335 | 45 | 11 | 0 | 123 | 140 | 15 | 10 | 134 | 55 |
| Binary | 11011101 | 100101 | 1001 | 0 | 1010011 | 1100000 | 1101 | 1000 | 1011100 | 101101 |
Color Harmonies of #DD2509
Complementary color
Monochromatic Colors of #DD2509
Black with #DD2509
Text Example
Text Example
White with #DD2509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2509; }
p { color: rgb(221,37,9); }
H1.HeaderClassName
{
color: #DD2509;
}
.AnyTagClassName
{
color: #DD2509;
}
</style>
background-color css
<style>
a { background-color: #DD2509; }
a { background-color: rgb(221,37,9); }
div.DivClassName
{
background-color: #DD2509;
}
.BgClassName
{
background-color: #DD2509;
}
</style>
border-color css
<style>
span { border-color: #DD2509; }
span { border-color: rgb(221,37,9); }
td.TdClassName
{
border-color: #DD2509;
}
.TagClassName
{
border-color: #DD2509;
}
</style>