Html Css Color HEX #DD3919 Harley Davidson Orange
📋 copy color: '#DD3919'red 221 ◦ green 57 ◦ blue 25
Shades of Harley Davidson Orange #DD3919
Tints of Harley Davidson Orange #DD3919
RGB
CMYK
RGB Variations
Color information
#DD3919 (or 0xDD3919) is known color: Harley Davidson Orange. HEX triplet: DD, 39 and 19. RGB value is (221,57,25). Sum of RGB (Red+Green+Blue) = 221+57+25=303 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.94% from 303); Green value is 57 (22.66% from 255 or 18.81% from 303); Blue value is 25 (10.16% from 255 or 8.25% from 303); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3919 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3919 is #22C6E6. Grayscale: #666666. Windows color (decimal): -2279143 or 1653213. OLE color: 1653213.
HSL color Cylindrical-coordinate representation of color #DD3919: hue angle of 9.8º 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 #DD3919 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 57 | 25 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.13 |
| HSL | 9.8º | 0.8% | 0.48% | - |
| HSV(B) | 9.8º | 0.89% | 0.87% | - |
| XYZ | 31.46 | 18.37 | 2.81 | - |
| YUV | 102.39 | 84.33 | 212.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 57 | 25 | 0 | 0.74 | 0.89 | 0.13 | 9.8 | 0.8 | 0.48 |
| Hex | DD | 39 | 19 | 0 | 4A | 59 | D | A | 50 | 30 |
| Octal | 335 | 71 | 31 | 0 | 112 | 131 | 15 | 12 | 120 | 60 |
| Binary | 11011101 | 111001 | 11001 | 0 | 1001010 | 1011001 | 1101 | 1010 | 1010000 | 110000 |
Color Harmonies of #DD3919
Complementary color
Monochromatic Colors of #DD3919
Black with #DD3919
Text Example
Text Example
White with #DD3919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3919; }
p { color: rgb(221,57,25); }
H1.HeaderClassName
{
color: #DD3919;
}
.AnyTagClassName
{
color: #DD3919;
}
</style>
background-color css
<style>
a { background-color: #DD3919; }
a { background-color: rgb(221,57,25); }
div.DivClassName
{
background-color: #DD3919;
}
.BgClassName
{
background-color: #DD3919;
}
</style>
border-color css
<style>
span { border-color: #DD3919; }
span { border-color: rgb(221,57,25); }
td.TdClassName
{
border-color: #DD3919;
}
.TagClassName
{
border-color: #DD3919;
}
</style>