Html Css Color HEX #DD3619 Harley Davidson Orange
📋 copy color: '#DD3619'red 221 ◦ green 54 ◦ blue 25
Shades of Harley Davidson Orange #DD3619
Tints of Harley Davidson Orange #DD3619
RGB
CMYK
RGB Variations
Color information
#DD3619 (or 0xDD3619) is known color: Harley Davidson Orange. HEX triplet: DD, 36 and 19. RGB value is (221,54,25). Sum of RGB (Red+Green+Blue) = 221+54+25=300 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.67% from 300); Green value is 54 (21.48% from 255 or 18% from 300); Blue value is 25 (10.16% from 255 or 8.33% from 300); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3619 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3619 is #22C9E6. Grayscale: #646464. Windows color (decimal): -2279911 or 1652445. OLE color: 1652445.
HSL color Cylindrical-coordinate representation of color #DD3619: hue angle of 8.88º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD3619 is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 54 | 25 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.13 |
| HSL | 8.88º | 0.8% | 0.48% | - |
| HSV(B) | 8.88º | 0.89% | 0.87% | - |
| XYZ | 31.31 | 18.08 | 2.76 | - |
| YUV | 100.63 | 85.33 | 213.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 54 | 25 | 0 | 0.76 | 0.89 | 0.13 | 8.88 | 0.8 | 0.48 |
| Hex | DD | 36 | 19 | 0 | 4C | 59 | D | 9 | 50 | 30 |
| Octal | 335 | 66 | 31 | 0 | 114 | 131 | 15 | 11 | 120 | 60 |
| Binary | 11011101 | 110110 | 11001 | 0 | 1001100 | 1011001 | 1101 | 1001 | 1010000 | 110000 |
Color Harmonies of #DD3619
Complementary color
Monochromatic Colors of #DD3619
Black with #DD3619
Text Example
Text Example
White with #DD3619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3619; }
p { color: rgb(221,54,25); }
H1.HeaderClassName
{
color: #DD3619;
}
.AnyTagClassName
{
color: #DD3619;
}
</style>
background-color css
<style>
a { background-color: #DD3619; }
a { background-color: rgb(221,54,25); }
div.DivClassName
{
background-color: #DD3619;
}
.BgClassName
{
background-color: #DD3619;
}
</style>
border-color css
<style>
span { border-color: #DD3619; }
span { border-color: rgb(221,54,25); }
td.TdClassName
{
border-color: #DD3619;
}
.TagClassName
{
border-color: #DD3619;
}
</style>