Html Css Color HEX #DD3817 Harley Davidson Orange
📋 copy color: '#DD3817'red 221 ◦ green 56 ◦ blue 23
Shades of Harley Davidson Orange #DD3817
Tints of Harley Davidson Orange #DD3817
RGB
CMYK
RGB Variations
Color information
#DD3817 (or 0xDD3817) is known color: Harley Davidson Orange. HEX triplet: DD, 38 and 17. RGB value is (221,56,23). Sum of RGB (Red+Green+Blue) = 221+56+23=300 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.67% from 300); Green value is 56 (22.27% from 255 or 18.67% from 300); Blue value is 23 (9.38% from 255 or 7.67% from 300); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3817 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3817 is #22C7E8. Grayscale: #656565. Windows color (decimal): -2279401 or 1521885. OLE color: 1521885.
HSL color Cylindrical-coordinate representation of color #DD3817: hue angle of 10º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD3817 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 56 | 23 | - |
| CMYK | 0 | 0.75 | 0.90 | 0.13 |
| HSL | 10º | 0.81% | 0.48% | - |
| HSV(B) | 10º | 0.9% | 0.87% | - |
| XYZ | 31.39 | 18.26 | 2.68 | - |
| YUV | 101.57 | 83.66 | 213.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 56 | 23 | 0 | 0.75 | 0.90 | 0.13 | 10 | 0.81 | 0.48 |
| Hex | DD | 38 | 17 | 0 | 4B | 5A | D | A | 51 | 30 |
| Octal | 335 | 70 | 27 | 0 | 113 | 132 | 15 | 12 | 121 | 60 |
| Binary | 11011101 | 111000 | 10111 | 0 | 1001011 | 1011010 | 1101 | 1010 | 1010001 | 110000 |
Color Harmonies of #DD3817
Complementary color
Monochromatic Colors of #DD3817
Black with #DD3817
Text Example
Text Example
White with #DD3817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3817; }
p { color: rgb(221,56,23); }
H1.HeaderClassName
{
color: #DD3817;
}
.AnyTagClassName
{
color: #DD3817;
}
</style>
background-color css
<style>
a { background-color: #DD3817; }
a { background-color: rgb(221,56,23); }
div.DivClassName
{
background-color: #DD3817;
}
.BgClassName
{
background-color: #DD3817;
}
</style>
border-color css
<style>
span { border-color: #DD3817; }
span { border-color: rgb(221,56,23); }
td.TdClassName
{
border-color: #DD3817;
}
.TagClassName
{
border-color: #DD3817;
}
</style>