Html Css Color HEX #DD4319 Harley Davidson Orange
📋 copy color: '#DD4319'red 221 ◦ green 67 ◦ blue 25
Shades of Harley Davidson Orange #DD4319
Tints of Harley Davidson Orange #DD4319
RGB
CMYK
RGB Variations
Color information
#DD4319 (or 0xDD4319) is known color: Harley Davidson Orange. HEX triplet: DD, 43 and 19. RGB value is (221,67,25). Sum of RGB (Red+Green+Blue) = 221+67+25=313 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.61% from 313); Green value is 67 (26.56% from 255 or 21.41% from 313); Blue value is 25 (10.16% from 255 or 7.99% from 313); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4319 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4319 is #22BCE6. Grayscale: #6C6C6C. Windows color (decimal): -2276583 or 1655773. OLE color: 1655773.
HSL color Cylindrical-coordinate representation of color #DD4319: hue angle of 12.86º 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 #DD4319 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 67 | 25 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.13 |
| HSL | 12.86º | 0.8% | 0.48% | - |
| HSV(B) | 12.86º | 0.89% | 0.87% | - |
| XYZ | 32 | 19.46 | 2.99 | - |
| YUV | 108.26 | 81.02 | 208.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 67 | 25 | 0 | 0.70 | 0.89 | 0.13 | 12.86 | 0.8 | 0.48 |
| Hex | DD | 43 | 19 | 0 | 46 | 59 | D | D | 50 | 30 |
| Octal | 335 | 103 | 31 | 0 | 106 | 131 | 15 | 15 | 120 | 60 |
| Binary | 11011101 | 1000011 | 11001 | 0 | 1000110 | 1011001 | 1101 | 1101 | 1010000 | 110000 |
Color Harmonies of #DD4319
Complementary color
Monochromatic Colors of #DD4319
Black with #DD4319
Text Example
Text Example
White with #DD4319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4319; }
p { color: rgb(221,67,25); }
H1.HeaderClassName
{
color: #DD4319;
}
.AnyTagClassName
{
color: #DD4319;
}
</style>
background-color css
<style>
a { background-color: #DD4319; }
a { background-color: rgb(221,67,25); }
div.DivClassName
{
background-color: #DD4319;
}
.BgClassName
{
background-color: #DD4319;
}
</style>
border-color css
<style>
span { border-color: #DD4319; }
span { border-color: rgb(221,67,25); }
td.TdClassName
{
border-color: #DD4319;
}
.TagClassName
{
border-color: #DD4319;
}
</style>